From fd863240cce0746d00b5950c836e9f0ab34d4286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Ravent=C3=B3s?= <36898236+Iru89@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:08:34 +0200 Subject: [PATCH] botonic: prepare release v0.30.0 (#2910) ## Description Prepare release v0.30.0 --- examples/blank-typescript/package.json | 6 +- examples/blank/package.json | 6 +- examples/booking-platform/package.json | 6 +- examples/childs/package.json | 6 +- examples/custom-webchat/package.json | 6 +- examples/dynamic-carousel/package.json | 6 +- examples/dynamodb/package.json | 8 +- examples/handoff/package.json | 6 +- examples/intent/package.json | 6 +- examples/telco-offers/package.json | 6 +- examples/tutorial/package.json | 6 +- package-lock.json | 86 ++++++++----------- packages/botonic-cli/README.md | 16 ++-- packages/botonic-cli/package.json | 2 +- packages/botonic-cli/src/botonic-examples.ts | 2 +- packages/botonic-core/package.json | 2 +- packages/botonic-dx/package.json | 4 +- packages/botonic-eslint-config/package.json | 2 +- .../botonic-plugin-contentful/package.json | 2 +- packages/botonic-plugin-dashbot/package.json | 2 +- .../botonic-plugin-dialogflow/package.json | 4 +- packages/botonic-plugin-dynamodb/package.json | 4 +- .../botonic-plugin-flow-builder/package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../package.json | 4 +- .../botonic-plugin-hubtype-babel/package.json | 4 +- packages/botonic-plugin-inbenta/package.json | 2 +- .../package.json | 4 +- packages/botonic-plugin-luis/package.json | 2 +- packages/botonic-plugin-segment/package.json | 2 +- packages/botonic-plugin-watson/package.json | 2 +- packages/botonic-react/package.json | 4 +- 33 files changed, 110 insertions(+), 120 deletions(-) diff --git a/examples/blank-typescript/package.json b/examples/blank-typescript/package.json index 10d240851b..f5827c84f6 100644 --- a/examples/blank-typescript/package.json +++ b/examples/blank-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/example-blank-typescript", - "version": "0.26.0", + "version": "0.30.0", "scripts": { "build": "webpack --env target=all --mode=production", "start": "webpack-dev-server --env target=dev --mode=development", @@ -9,9 +9,9 @@ }, "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/react": "^0.26.0" + "@botonic/react": "^0.30.0" }, "devDependencies": { - "@botonic/dx": "^0.26.0" + "@botonic/dx": "^0.30.0" } } diff --git a/examples/blank/package.json b/examples/blank/package.json index 20e019439a..64d6a0d0c7 100644 --- a/examples/blank/package.json +++ b/examples/blank/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/example-blank", - "version": "0.26.0", + "version": "0.30.0", "scripts": { "build": "webpack --env target=all --mode=production", "start": "webpack-dev-server --env target=dev --mode=development", @@ -9,10 +9,10 @@ }, "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/react": "^0.26.0" + "@botonic/react": "^0.30.0" }, "devDependencies": { - "@botonic/dx": "^0.26.0" + "@botonic/dx": "^0.30.0" }, "engines": { "node": ">=20.0.0" diff --git a/examples/booking-platform/package.json b/examples/booking-platform/package.json index b0fa2abb8b..b333ad1b08 100644 --- a/examples/booking-platform/package.json +++ b/examples/booking-platform/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/example-booking-platform", - "version": "0.26.0", + "version": "0.30.0", "scripts": { "build": "webpack --env target=all --mode=production", "start": "webpack-dev-server --env target=dev --mode=development", @@ -9,7 +9,7 @@ }, "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/react": "^0.26.0", + "@botonic/react": "^0.30.0", "@date-io/date-fns": "^1.3.13", "@material-ui/core": "4.11.0", "@material-ui/lab": "4.0.0-alpha.56", @@ -18,7 +18,7 @@ "react-stars": "^2.2.5" }, "devDependencies": { - "@botonic/dx": "^0.26.0" + "@botonic/dx": "^0.30.0" }, "engines": { "node": ">=20.0.0" diff --git a/examples/childs/package.json b/examples/childs/package.json index 0c007e9cfa..6c4a998ead 100644 --- a/examples/childs/package.json +++ b/examples/childs/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/example-childs", - "version": "0.26.0", + "version": "0.30.0", "scripts": { "build": "webpack --env target=all --mode=production", "start": "webpack-dev-server --env target=dev --mode=development", @@ -9,10 +9,10 @@ }, "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/react": "^0.26.0" + "@botonic/react": "^0.30.0" }, "devDependencies": { - "@botonic/dx": "^0.26.0" + "@botonic/dx": "^0.30.0" }, "engines": { "node": ">=20.0.0" diff --git a/examples/custom-webchat/package.json b/examples/custom-webchat/package.json index a5ef39eaa0..25b3513d3a 100644 --- a/examples/custom-webchat/package.json +++ b/examples/custom-webchat/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/example-custom-webchat", - "version": "0.26.0", + "version": "0.30.0", "scripts": { "build": "webpack --env target=all --mode=production", "start": "webpack-dev-server --env target=dev --mode=development", @@ -9,11 +9,11 @@ }, "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/react": "^0.26.0", + "@botonic/react": "^0.30.0", "react-calendar": "2.19.2" }, "devDependencies": { - "@botonic/dx": "^0.26.0" + "@botonic/dx": "^0.30.0" }, "engines": { "node": ">=20.0.0" diff --git a/examples/dynamic-carousel/package.json b/examples/dynamic-carousel/package.json index 890d0dd6de..335806d2ed 100644 --- a/examples/dynamic-carousel/package.json +++ b/examples/dynamic-carousel/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/example-dynamic-carousel", - "version": "0.26.0", + "version": "0.30.0", "scripts": { "build": "webpack --env target=all --mode=production", "start": "webpack-dev-server --env target=dev --mode=development", @@ -9,11 +9,11 @@ }, "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/react": "^0.26.0", + "@botonic/react": "^0.30.0", "isomorphic-fetch": "^2.2.1" }, "devDependencies": { - "@botonic/dx": "^0.26.0" + "@botonic/dx": "^0.30.0" }, "engines": { "node": ">=20.0.0" diff --git a/examples/dynamodb/package.json b/examples/dynamodb/package.json index d17c3503f0..319054402e 100644 --- a/examples/dynamodb/package.json +++ b/examples/dynamodb/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/example-dynamodb", - "version": "0.26.0", + "version": "0.30.0", "scripts": { "build": "webpack --env target=all --mode=production", "start": "webpack-dev-server --env target=dev --mode=development", @@ -9,11 +9,11 @@ }, "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/plugin-dynamodb": "^0.26.0", - "@botonic/react": "^0.26.0" + "@botonic/plugin-dynamodb": "^0.30.0", + "@botonic/react": "^0.30.0" }, "devDependencies": { - "@botonic/dx": "^0.26.0" + "@botonic/dx": "^0.30.0" }, "engines": { "node": ">=20.0.0" diff --git a/examples/handoff/package.json b/examples/handoff/package.json index b88fa7b2b8..8e6a53bf7c 100644 --- a/examples/handoff/package.json +++ b/examples/handoff/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/example-handoff", - "version": "0.26.0", + "version": "0.30.0", "scripts": { "build": "webpack --env target=all --mode=production", "start": "webpack-dev-server --env target=dev --mode=development", @@ -9,10 +9,10 @@ }, "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/react": "^0.26.0" + "@botonic/react": "^0.30.0" }, "devDependencies": { - "@botonic/dx": "^0.26.0" + "@botonic/dx": "^0.30.0" }, "engines": { "node": ">=20.0.0" diff --git a/examples/intent/package.json b/examples/intent/package.json index 5159a2efca..72dfd161e7 100644 --- a/examples/intent/package.json +++ b/examples/intent/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/example-intent", - "version": "0.26.0", + "version": "0.30.0", "scripts": { "build": "webpack --env target=all --mode=production", "start": "webpack-dev-server --env target=dev --mode=development", @@ -10,10 +10,10 @@ "dependencies": { "@botonic/plugin-dialogflow": "^0.26.0", "@babel/runtime": "^7.23.9", - "@botonic/react": "^0.26.0" + "@botonic/react": "^0.30.0" }, "devDependencies": { - "@botonic/dx": "^0.26.0" + "@botonic/dx": "^0.30.0" }, "engines": { "node": ">=20.0.0" diff --git a/examples/telco-offers/package.json b/examples/telco-offers/package.json index 6322f06c51..7714960a18 100644 --- a/examples/telco-offers/package.json +++ b/examples/telco-offers/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/example-telco-offers", - "version": "0.26.0", + "version": "0.30.0", "scripts": { "build": "webpack --env target=all --mode=production", "start": "webpack-dev-server --env target=dev --mode=development", @@ -9,9 +9,9 @@ }, "dependencies": { "@babel/runtime": "^7.12.5", - "@botonic/react": "^0.26.0" + "@botonic/react": "^0.30.0" }, "devDependencies": { - "@botonic/dx": "^0.26.0" + "@botonic/dx": "^0.30.0" } } diff --git a/examples/tutorial/package.json b/examples/tutorial/package.json index 79e3f3670f..a136aff361 100644 --- a/examples/tutorial/package.json +++ b/examples/tutorial/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/example-tutorial", - "version": "0.26.0", + "version": "0.30.0", "scripts": { "analyze": "esbuild-visualizer --metadata ./meta.json", "build:esbuild": "rm -rf ./dist; ts-node ./esbuild-config.ts", @@ -12,7 +12,7 @@ }, "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/react": "^0.26.0", + "@botonic/react": "^0.30.0", "core-js": "^3.36.0" }, "devDependencies": { @@ -22,7 +22,7 @@ "esbuild-visualizer": "^0.4.1", "esbuild": "^0.19.4", "@craftamap/esbuild-plugin-html": "^0.5.0", - "@botonic/dx": "^0.26.0" + "@botonic/dx": "^0.30.0" }, "engines": { "node": ">=20.0.0" diff --git a/package-lock.json b/package-lock.json index 9b707bf7d3..1fc1bce7ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28602,7 +28602,7 @@ }, "packages/botonic-cli": { "name": "@botonic/cli", - "version": "0.26.0", + "version": "0.30.0", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -28654,7 +28654,7 @@ }, "packages/botonic-core": { "name": "@botonic/core", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { "@babel/plugin-transform-runtime": "^7.23.9", @@ -28676,7 +28676,7 @@ }, "packages/botonic-dx": { "name": "@botonic/dx", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { "@babel/plugin-transform-modules-commonjs": "^7.23.3", @@ -28684,7 +28684,7 @@ "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", - "@botonic/eslint-config": "^0.29.0", + "@botonic/eslint-config": "^0.30.0", "@types/jest": "^29.5.12", "@types/node": "^20.11.20", "babel-loader": "^8.3.0", @@ -28737,7 +28737,7 @@ }, "packages/botonic-eslint-config": { "name": "@botonic/eslint-config", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -28756,7 +28756,7 @@ }, "packages/botonic-plugin-contentful": { "name": "@botonic/plugin-contentful", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9", @@ -28818,7 +28818,7 @@ }, "packages/botonic-plugin-dashbot": { "name": "@botonic/plugin-dashbot", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { "axios": "^1.7.2", @@ -28828,11 +28828,11 @@ }, "packages/botonic-plugin-dialogflow": { "name": "@botonic/plugin-dialogflow", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "axios": "^1.7.2", "jsrsasign": "^10.9.0", "uuid": "^8.3.2" @@ -28852,13 +28852,13 @@ }, "packages/botonic-plugin-dynamodb": { "name": "@botonic/plugin-dynamodb", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { "@aws/dynamodb-data-mapper": "^0.7.3", "@aws/dynamodb-data-mapper-annotations": "^0.7.3", "@babel/runtime": "^7.23.9", - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "aws-sdk": "^2.1554.0" }, "devDependencies": { @@ -28886,9 +28886,9 @@ }, "packages/botonic-plugin-flow-builder": { "name": "@botonic/plugin-flow-builder", - "version": "0.29.0", + "version": "0.30.0", "dependencies": { - "@botonic/react": "^0.29.0", + "@botonic/react": "^0.30.0", "axios": "^1.7.2", "uuid": "^9.0.1" }, @@ -28896,28 +28896,18 @@ "node": ">=20.0.0" } }, - "packages/botonic-plugin-flow-builder/node_modules/@botonic/react": { + "packages/botonic-plugin-flow-builder/node_modules/@botonic/core": { "version": "0.29.0", - "resolved": "https://registry.npmjs.org/@botonic/react/-/react-0.29.0.tgz", - "integrity": "sha512-grlZ4bmzFXTkz4A2K+wJGy2/c8Wa+E3fgqXIcP5qLHfRiTtSfVkTqHuhWyPxPzUyhVY0cdnavnFqf6mpFAuxIg==", + "resolved": "https://registry.npmjs.org/@botonic/core/-/core-0.29.0.tgz", + "integrity": "sha512-K2SGynylZSaIV0Upbk+Dvlu1C2VV9/+te6gFEtN1BX2T24C3aTruy8dIX3NAijRnfmZsnuyDfU5oTGJnW0e8nA==", "dependencies": { - "@botonic/core": "^0.29.0", + "@babel/plugin-transform-runtime": "^7.23.9", "axios": "^1.7.2", - "emoji-picker-react": "^4.4.9", - "lodash.merge": "^4.6.2", - "markdown-it": "^12.0.6", - "react": "^16.14.0", - "react-dom": "^16.14.0", - "react-frame-component": "^4.1.3", - "react-json-tree": "^0.15.0", - "react-router-dom": "^5.3.4", - "react-textarea-autosize": "^7.1.2", - "reconnecting-websocket": "^4.4.0", - "simplebar-react": "^2.4.3", - "styled-components": "^5.3.0", - "ua-parser-js": "^0.8.1", - "use-async-effect": "^2.2.7", - "uuid": "^8.3.2" + "decode": "^0.3.0", + "pako": "^2.1.0", + "process": "^0.11.10", + "pusher-js": "^5.1.1", + "ulid": "^2.3.0" }, "engines": { "node": ">=20.0.0" @@ -28945,31 +28935,31 @@ }, "packages/botonic-plugin-google-analytics": { "name": "@botonic/plugin-google-analytics", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "axios": "^1.7.2" } }, "packages/botonic-plugin-google-translation": { "name": "@botonic/plugin-google-translation", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "axios": "^1.7.2", "jsrsasign": "^10.9.0" } }, "packages/botonic-plugin-hubtype-analytics": { "name": "@botonic/plugin-hubtype-analytics", - "version": "0.29.1", + "version": "0.30.0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.21.0", - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "axios": "^1.7.2" }, "devDependencies": { @@ -28980,11 +28970,11 @@ }, "packages/botonic-plugin-hubtype-babel": { "name": "@botonic/plugin-hubtype-babel", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "axios": "^1.7.2", "process": "^0.11.10" }, @@ -28999,7 +28989,7 @@ }, "packages/botonic-plugin-inbenta": { "name": "@botonic/plugin-inbenta", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { "axios": "^1.7.2" @@ -29008,11 +28998,11 @@ }, "packages/botonic-plugin-knowledge-bases": { "name": "@botonic/plugin-knowledge-bases", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "axios": "^1.7.2" }, "devDependencies": { @@ -29024,7 +29014,7 @@ }, "packages/botonic-plugin-luis": { "name": "@botonic/plugin-luis", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { "axios": "^1.7.2" @@ -29035,7 +29025,7 @@ }, "packages/botonic-plugin-segment": { "name": "@botonic/plugin-segment", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { "axios": "^1.7.2", @@ -29045,7 +29035,7 @@ }, "packages/botonic-plugin-watson": { "name": "@botonic/plugin-watson", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "dependencies": { "@babel/runtime": "^7.23.9", @@ -29055,10 +29045,10 @@ }, "packages/botonic-react": { "name": "@botonic/react", - "version": "0.29.1-alpha.0", + "version": "0.30.0", "license": "MIT", "dependencies": { - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "axios": "^1.7.2", "emoji-picker-react": "^4.4.9", "lodash.merge": "^4.6.2", diff --git a/packages/botonic-cli/README.md b/packages/botonic-cli/README.md index 92d57a74ed..008fd46234 100644 --- a/packages/botonic-cli/README.md +++ b/packages/botonic-cli/README.md @@ -21,7 +21,7 @@ $ npm install -g @botonic/cli $ botonic COMMAND running command... $ botonic (-v|--version|version) -@botonic/cli/0.26.0 darwin-arm64 node-v20.11.1 +@botonic/cli/0.30.0 darwin-arm64 node-v20.11.1 $ botonic --help [COMMAND] USAGE $ botonic COMMAND @@ -66,7 +66,7 @@ EXAMPLES Deploying to AWS... ``` -_See code: [lib/commands/deploy.js](https://github.com/hubtype/botonic/blob/v0.26.0/lib/commands/deploy.js)_ +_See code: [lib/commands/deploy.js](https://github.com/hubtype/botonic/blob/v0.30.0/lib/commands/deploy.js)_ ## `botonic destroy [PROVIDER]` @@ -81,7 +81,7 @@ EXAMPLE Destroying AWS stack... ``` -_See code: [lib/commands/destroy.js](https://github.com/hubtype/botonic/blob/v0.26.0/lib/commands/destroy.js)_ +_See code: [lib/commands/destroy.js](https://github.com/hubtype/botonic/blob/v0.30.0/lib/commands/destroy.js)_ ## `botonic help [COMMAND]` @@ -112,7 +112,7 @@ OPTIONS -p, --path=path Path to botonic project. Defaults to current dir. ``` -_See code: [lib/commands/login.js](https://github.com/hubtype/botonic/blob/v0.26.0/lib/commands/login.js)_ +_See code: [lib/commands/login.js](https://github.com/hubtype/botonic/blob/v0.30.0/lib/commands/login.js)_ ## `botonic logout` @@ -126,7 +126,7 @@ OPTIONS -p, --path=path Path to botonic project. Defaults to current dir. ``` -_See code: [lib/commands/logout.js](https://github.com/hubtype/botonic/blob/v0.26.0/lib/commands/logout.js)_ +_See code: [lib/commands/logout.js](https://github.com/hubtype/botonic/blob/v0.30.0/lib/commands/logout.js)_ ## `botonic new NAME [PROJECTNAME]` @@ -146,7 +146,7 @@ EXAMPLE ✨ test_bot was successfully created! ``` -_See code: [lib/commands/new.js](https://github.com/hubtype/botonic/blob/v0.26.0/lib/commands/new.js)_ +_See code: [lib/commands/new.js](https://github.com/hubtype/botonic/blob/v0.30.0/lib/commands/new.js)_ ## `botonic serve` @@ -164,7 +164,7 @@ EXAMPLE > Project is running at http://localhost:8080/ ``` -_See code: [lib/commands/serve.js](https://github.com/hubtype/botonic/blob/v0.26.0/lib/commands/serve.js)_ +_See code: [lib/commands/serve.js](https://github.com/hubtype/botonic/blob/v0.30.0/lib/commands/serve.js)_ ## `botonic test` @@ -191,5 +191,5 @@ EXAMPLE Ran all test suites. ``` -_See code: [lib/commands/test.js](https://github.com/hubtype/botonic/blob/v0.26.0/lib/commands/test.js)_ +_See code: [lib/commands/test.js](https://github.com/hubtype/botonic/blob/v0.30.0/lib/commands/test.js)_ diff --git a/packages/botonic-cli/package.json b/packages/botonic-cli/package.json index 47f01a9127..40cd6fad27 100644 --- a/packages/botonic-cli/package.json +++ b/packages/botonic-cli/package.json @@ -1,7 +1,7 @@ { "name": "@botonic/cli", "description": "Build Chatbots Using React", - "version": "0.26.0", + "version": "0.30.0", "license": "MIT", "bin": { "botonic": "./bin/run" diff --git a/packages/botonic-cli/src/botonic-examples.ts b/packages/botonic-cli/src/botonic-examples.ts index 738d01420e..5d5d1db5f6 100644 --- a/packages/botonic-cli/src/botonic-examples.ts +++ b/packages/botonic-cli/src/botonic-examples.ts @@ -3,7 +3,7 @@ import path from 'path' import { BotonicProject } from './interfaces' const exampleTestPath = path.resolve(__dirname, '..', '..', '..', 'examples') -const exampleVersion = '0.26.0' +const exampleVersion = '0.30.0' export const EXAMPLES: BotonicProject[] = [ { diff --git a/packages/botonic-core/package.json b/packages/botonic-core/package.json index 753fa300e5..e84e7624d0 100644 --- a/packages/botonic-core/package.json +++ b/packages/botonic-core/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/core", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "description": "Build Chatbots using React", "main": "./lib/cjs/index.js", diff --git a/packages/botonic-dx/package.json b/packages/botonic-dx/package.json index d957fe4cb7..698537d049 100644 --- a/packages/botonic-dx/package.json +++ b/packages/botonic-dx/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/dx", - "version": "0.29.0", + "version": "0.30.0", "description": "Continuous integration for botonic packages", "scripts": { "build": "echo Skipping build..." @@ -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.29.0", + "@botonic/eslint-config": "^0.30.0", "@types/jest": "^29.5.12", "@types/node": "^20.11.20", "babel-loader": "^8.3.0", diff --git a/packages/botonic-eslint-config/package.json b/packages/botonic-eslint-config/package.json index 2a29637dff..a0b10df951 100644 --- a/packages/botonic-eslint-config/package.json +++ b/packages/botonic-eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/eslint-config", - "version": "0.29.0", + "version": "0.30.0", "description": "Eslint config for botonic packages", "main": "index.js", "scripts": { diff --git a/packages/botonic-plugin-contentful/package.json b/packages/botonic-plugin-contentful/package.json index 5ef10a1552..461c0ec753 100644 --- a/packages/botonic-plugin-contentful/package.json +++ b/packages/botonic-plugin-contentful/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/plugin-contentful", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "main": "lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/botonic-plugin-dashbot/package.json b/packages/botonic-plugin-dashbot/package.json index a879e3ab15..58feadbae7 100644 --- a/packages/botonic-plugin-dashbot/package.json +++ b/packages/botonic-plugin-dashbot/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/plugin-dashbot", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "main": "src/index.js", "scripts": { diff --git a/packages/botonic-plugin-dialogflow/package.json b/packages/botonic-plugin-dialogflow/package.json index 22be9f5296..98834ed0e7 100644 --- a/packages/botonic-plugin-dialogflow/package.json +++ b/packages/botonic-plugin-dialogflow/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/plugin-dialogflow", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "main": "lib/cjs/index.js", "module": "lib/esm/index.js", @@ -16,7 +16,7 @@ }, "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "axios": "^1.7.2", "jsrsasign": "^10.9.0", "uuid": "^8.3.2" diff --git a/packages/botonic-plugin-dynamodb/package.json b/packages/botonic-plugin-dynamodb/package.json index ab19f7898e..5effd8932a 100644 --- a/packages/botonic-plugin-dynamodb/package.json +++ b/packages/botonic-plugin-dynamodb/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/plugin-dynamodb", - "version": "0.29.0", + "version": "0.30.0", "main": "lib/cjs/index.js", "module": "lib/esm/index.js", "types": "lib/cjs/index.d.ts", @@ -18,7 +18,7 @@ "@aws/dynamodb-data-mapper": "^0.7.3", "@aws/dynamodb-data-mapper-annotations": "^0.7.3", "@babel/runtime": "^7.23.9", - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "aws-sdk": "^2.1554.0" }, "devDependencies": { diff --git a/packages/botonic-plugin-flow-builder/package.json b/packages/botonic-plugin-flow-builder/package.json index 32518fe21d..27654f3b19 100644 --- a/packages/botonic-plugin-flow-builder/package.json +++ b/packages/botonic-plugin-flow-builder/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/plugin-flow-builder", - "version": "0.29.0", + "version": "0.30.0", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "description": "Use Flow Builder to show your contents", @@ -14,7 +14,7 @@ "lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts*'" }, "dependencies": { - "@botonic/react": "^0.29.0", + "@botonic/react": "^0.30.0", "axios": "^1.7.2", "uuid": "^9.0.1" }, diff --git a/packages/botonic-plugin-google-analytics/package.json b/packages/botonic-plugin-google-analytics/package.json index 37bf517219..a9234a8d16 100644 --- a/packages/botonic-plugin-google-analytics/package.json +++ b/packages/botonic-plugin-google-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/plugin-google-analytics", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", @@ -14,7 +14,7 @@ "lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts'" }, "dependencies": { - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "axios": "^1.7.2" }, "keywords": [ diff --git a/packages/botonic-plugin-google-translation/package.json b/packages/botonic-plugin-google-translation/package.json index ea489cee88..1e104eb54e 100644 --- a/packages/botonic-plugin-google-translation/package.json +++ b/packages/botonic-plugin-google-translation/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/plugin-google-translation", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "main": "lib/index.js", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "axios": "^1.7.2", "jsrsasign": "^10.9.0" }, diff --git a/packages/botonic-plugin-hubtype-analytics/package.json b/packages/botonic-plugin-hubtype-analytics/package.json index b43377dd63..a02f809d89 100644 --- a/packages/botonic-plugin-hubtype-analytics/package.json +++ b/packages/botonic-plugin-hubtype-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/plugin-hubtype-analytics", - "version": "0.29.1", + "version": "0.30.0", "description": "Plugin for tracking in the Hubtype backend to see the results in the Hubtype Dashbord", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", @@ -14,7 +14,7 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "axios": "^1.7.2" }, "devDependencies": { diff --git a/packages/botonic-plugin-hubtype-babel/package.json b/packages/botonic-plugin-hubtype-babel/package.json index bbd1a14ac9..6804711574 100644 --- a/packages/botonic-plugin-hubtype-babel/package.json +++ b/packages/botonic-plugin-hubtype-babel/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/plugin-hubtype-babel", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "description": "Use Hubtype Babel to predict Intents.", "main": "./lib/cjs/index.js", @@ -16,7 +16,7 @@ }, "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "axios": "^1.7.2", "process": "^0.11.10" }, diff --git a/packages/botonic-plugin-inbenta/package.json b/packages/botonic-plugin-inbenta/package.json index 8d496892ca..d627fd321b 100644 --- a/packages/botonic-plugin-inbenta/package.json +++ b/packages/botonic-plugin-inbenta/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/plugin-inbenta", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "main": "src/index.js", "scripts": { diff --git a/packages/botonic-plugin-knowledge-bases/package.json b/packages/botonic-plugin-knowledge-bases/package.json index 6a1bf0db1d..5ff5759f4d 100644 --- a/packages/botonic-plugin-knowledge-bases/package.json +++ b/packages/botonic-plugin-knowledge-bases/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/plugin-knowledge-bases", - "version": "0.29.0", + "version": "0.30.0", "description": "Use a Hubtype to make the bot respond through a knowledge base.", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", @@ -15,7 +15,7 @@ }, "dependencies": { "@babel/runtime": "^7.23.9", - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "axios": "^1.7.2" }, "devDependencies": { diff --git a/packages/botonic-plugin-luis/package.json b/packages/botonic-plugin-luis/package.json index f8fc7fd5e8..4842189e3c 100644 --- a/packages/botonic-plugin-luis/package.json +++ b/packages/botonic-plugin-luis/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/plugin-luis", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "main": "src/index.js", "scripts": { diff --git a/packages/botonic-plugin-segment/package.json b/packages/botonic-plugin-segment/package.json index 141ac07f71..e408c84a7c 100644 --- a/packages/botonic-plugin-segment/package.json +++ b/packages/botonic-plugin-segment/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/plugin-segment", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "main": "src/index.js", "scripts": { diff --git a/packages/botonic-plugin-watson/package.json b/packages/botonic-plugin-watson/package.json index 88d68a7f62..7badbf814d 100644 --- a/packages/botonic-plugin-watson/package.json +++ b/packages/botonic-plugin-watson/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/plugin-watson", - "version": "0.29.0", + "version": "0.30.0", "license": "MIT", "main": "src/index.js", "scripts": { diff --git a/packages/botonic-react/package.json b/packages/botonic-react/package.json index 53805a1cc6..c9a6dd6ba3 100644 --- a/packages/botonic-react/package.json +++ b/packages/botonic-react/package.json @@ -1,6 +1,6 @@ { "name": "@botonic/react", - "version": "0.29.1-alpha.0", + "version": "0.30.0", "license": "MIT", "description": "Build Chatbots using React", "main": "./lib/cjs", @@ -20,7 +20,7 @@ "lint_core": "../../node_modules/.bin/eslint_d --cache --quiet '.*.js' '*.js' 'src/**/*.js*' --fix" }, "dependencies": { - "@botonic/core": "^0.29.0", + "@botonic/core": "^0.30.0", "axios": "^1.7.2", "emoji-picker-react": "^4.4.9", "lodash.merge": "^4.6.2",