Skip to content

Commit

Permalink
chore: publish alpha versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Iru89 committed Jul 29, 2024
1 parent 3064cb0 commit 4d5e412
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 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-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.1",
"version": "0.28.2-alpha.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.2",
"version": "0.28.2-alpha.3",
"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.2",
"@botonic/react": "0.28.2-alpha.3",
"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.3",
"version": "0.28.2-alpha.4",
"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.1",
"@botonic/core": "0.28.2-alpha.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.2",
"version": "0.28.2-alpha.3",
"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.1",
"@botonic/core": "0.28.2-alpha.2",
"axios": "^1.7.2",
"emoji-picker-react": "^4.4.9",
"he": "^1.2.0",
Expand Down

0 comments on commit 4d5e412

Please sign in to comment.