Skip to content

Commit

Permalink
chore(core/react): bump to 0.19.0-beta.0 (#1739)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten17 authored Jul 28, 2021
1 parent 5677a5e commit 25975bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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": "1.0.0-alpha.1",
"version": "0.19.0-beta.0",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "lib/index.js",
Expand Down
8 changes: 4 additions & 4 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": "1.0.0-alpha.2",
"version": "0.19.0-beta.0",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "src/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"README.md"
],
"dependencies": {
"@botonic/core": "alpha",
"@botonic/core": "^0.19.0-beta.0",
"axios": "^0.21.1",
"emoji-picker-react": "^3.2.3",
"framer-motion": "^3.1.1",
Expand Down

0 comments on commit 25975bd

Please sign in to comment.