Skip to content

Commit

Permalink
Core/React: upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertGom committed Feb 7, 2025
1 parent 00f6628 commit e5a3b03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.31.0",
"version": "0.31.1",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "./lib/cjs/index.js",
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.31.0",
"version": "0.31.1",
"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.31.0",
"@botonic/core": "^0.31.1",
"axios": "^1.7.9",
"emoji-picker-react": "^4.12.0",
"lodash.merge": "^4.6.2",
Expand Down

0 comments on commit e5a3b03

Please sign in to comment.