Skip to content

Commit

Permalink
chore(release): publish new versions of botonic
Browse files Browse the repository at this point in the history
  • Loading branch information
Iru89 committed Sep 27, 2023
1 parent 9e22f5f commit b848967
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion packages/botonic-core/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.23.1-alpha.0",
"version": "0.23.1",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "./lib/cjs/index.js",
Expand Down
74 changes: 37 additions & 37 deletions packages/botonic-plugin-flow-builder/package-lock.json

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

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.23.2-alpha.1",
"version": "0.23.2",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"description": "Use Flow Builder to show your contents",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@botonic/react": "0.23.2-alpha.1",
"@botonic/react": "0.23.3",
"axios": "^1.3.6"
}
}

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

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.23.1-alpha.1",
"version": "0.23.1",
"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 @@ -15,7 +15,7 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@botonic/core": "0.23.1-alpha.0",
"@botonic/core": "0.23.1",
"axios": "^1.4.0"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/botonic-plugin-knowledge-bases/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/botonic-plugin-knowledge-bases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-knowledge-bases",
"version": "0.23.1-alpha.1",
"version": "0.23.1",
"description": "Use a Hubtype to make the bot respond through a knowledge base.",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"@babel/runtime": "^7.22.5",
"@botonic/core": "0.23.1-alpha.0",
"@botonic/core": "0.23.1",
"axios": "^1.4.0"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/botonic-react/package-lock.json

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

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.23.2-alpha.1",
"version": "0.23.3",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "./lib/cjs",
Expand Down Expand Up @@ -35,7 +35,7 @@
"README.md"
],
"dependencies": {
"@botonic/core": "0.23.1-alpha.0",
"@botonic/core": "0.23.1",
"axios": "^1.4.0",
"emoji-picker-react": "^4.4.9",
"framer-motion": "^3.1.1",
Expand Down

0 comments on commit b848967

Please sign in to comment.