Skip to content

Commit

Permalink
Release 0.28.0 (#2867)
Browse files Browse the repository at this point in the history
## Description

Release 0.28.0 for all packages
  • Loading branch information
Iru89 authored Jul 10, 2024
1 parent c980f7b commit 4e04439
Show file tree
Hide file tree
Showing 23 changed files with 118 additions and 92 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,40 @@ All notable changes to Botonic will be documented in this file.
Click to see more.
</summary>

## [0.28.X] - aaaa-mm-dd
## [0.29.X] - aaaa-mm-dd

### Changed

### Fixed

</details>

## [0.28.X] - aaaa-mm-dd
## [0.28.0] - 2024-07-09

### Added

- [Project](https://github.com/hubtype/botonic)

- Added specific behavior for bots having `is_test_integration` defined.

- [@botonic/react](https://www.npmjs.com/package/@botonic/react)

-[Add `onTrackEvent` function and `message feedback`](https://github.com/hubtype/botonic/pull/2859)

- [@botonic/plugin-flow-builder](https://www.npmjs.com/package/@botonic/plugin-flow-builder)

-[Use `message feedback` in knowledge base messages](https://github.com/hubtype/botonic/pull/2859)

- [@botonic/plugin-hubtype-analytics](https://www.npmjs.com/package/@botonic/plugin-hubtype-analytics)

-[Add `knowledge base feedback event`](https://github.com/hubtype/botonic/pull/2859)

### Changed

- [@botonic/plugin-flow-builder](https://www.npmjs.com/package/@botonic/plugin-flow-builder)

-[Change `WebviewContentsContext` for `createWebviewContentsContext` to allow mapping keys to contents ids](https://github.com/hubtype/botonic/pull/2863)

### Fixed

## [0.27.0] - 2024-11-06
Expand Down
100 changes: 55 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/botonic-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@oclif/config": "^1.18.10",
"@oclif/plugin-help": "^3.2.2",
"analytics-node": "^3.5.0",
"axios": "^1.6.8",
"axios": "^1.7.2",
"colors": "^1.4.0",
"concurrently": "^6.2.1",
"fetch-repo-dir": "^1.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/core",
"version": "0.27.0",
"version": "0.28.0",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "./lib/cjs/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@babel/plugin-transform-runtime": "^7.23.9",
"axios": "^1.6.8",
"axios": "^1.7.2",
"decode": "^0.3.0",
"pako": "^2.1.0",
"process": "^0.11.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-dx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/dx",
"version": "0.27.1",
"version": "0.28.0",
"description": "Continuous integration for botonic packages",
"scripts": {
"build": "echo Skipping build..."
Expand All @@ -18,7 +18,7 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@botonic/eslint-config": "^0.27.1",
"@botonic/eslint-config": "^0.28.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.20",
"babel-loader": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/eslint-config",
"version": "0.27.1",
"version": "0.28.0",
"description": "Eslint config for botonic packages",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-contentful",
"version": "0.27.0",
"version": "0.28.0",
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-plugin-dashbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-dashbot",
"version": "0.27.0",
"version": "0.28.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"prepublishOnly": "npm i && npm run build"
},
"dependencies": {
"axios": "^1.6.8",
"axios": "^1.7.2",
"dashbot": "^11.2.5"
},
"devDependencies": {},
Expand Down
Loading

0 comments on commit 4e04439

Please sign in to comment.