Skip to content

Commit

Permalink
chore: publish 0.28.2 for core, react, plugin-flow-builder and plugin…
Browse files Browse the repository at this point in the history
…-hubtype-analytics
  • Loading branch information
Iru89 committed Jul 31, 2024
1 parent f7dc6a6 commit 8631bd2
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 118 deletions.
127 changes: 17 additions & 110 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "rimraf packages/**/lib"
},
"dependencies": {
"axios": "^1.6.8"
"axios": "^1.7.2"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/core",
"version": "0.28.2-alpha.2",
"version": "0.28.2",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "./lib/cjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-plugin-flow-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-flow-builder",
"version": "0.28.2-alpha.3",
"version": "0.28.2",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"description": "Use Flow Builder to show your contents",
Expand All @@ -14,7 +14,7 @@
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts*'"
},
"dependencies": {
"@botonic/react": "0.28.2-alpha.3",
"@botonic/react": "^0.28.2",
"axios": "^1.7.2",
"uuid": "^9.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-plugin-hubtype-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-hubtype-analytics",
"version": "0.28.2-alpha.4",
"version": "0.28.2",
"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",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@botonic/core": "0.28.2-alpha.2",
"@botonic/core": "^0.28.2",
"axios": "^1.7.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/botonic-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/react",
"version": "0.28.2-alpha.3",
"version": "0.28.2",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "./lib/cjs",
Expand All @@ -20,7 +20,7 @@
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet '.*.js' '*.js' 'src/**/*.js*' --fix"
},
"dependencies": {
"@botonic/core": "0.28.2-alpha.2",
"@botonic/core": "^0.28.2",
"axios": "^1.7.2",
"emoji-picker-react": "^4.4.9",
"lodash.merge": "^4.6.2",
Expand Down

0 comments on commit 8631bd2

Please sign in to comment.