Skip to content

Commit

Permalink
chore: bump botonic packages to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten17 committed Feb 2, 2021
1 parent bc8881e commit aaf9f4c
Show file tree
Hide file tree
Showing 28 changed files with 47 additions and 47 deletions.
16 changes: 8 additions & 8 deletions packages/botonic-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @botonic/cli
$ botonic COMMAND
running command...
$ botonic (-v|--version|version)
@botonic/cli/0.18.0-rc.2 darwin-x64 node-v12.20.1
@botonic/cli/0.18.0 darwin-x64 node-v12.20.1
$ botonic --help [COMMAND]
USAGE
$ botonic COMMAND
Expand Down Expand Up @@ -64,7 +64,7 @@ EXAMPLE
🚀 Bot deployed!
```

_See code: [lib/commands/deploy.js](https://github.com/hubtype/botonic/blob/v0.18.0-rc.2/lib/commands/deploy.js)_
_See code: [lib/commands/deploy.js](https://github.com/hubtype/botonic/blob/v0.18.0/lib/commands/deploy.js)_

## `botonic help [COMMAND]`

Expand Down Expand Up @@ -95,7 +95,7 @@ OPTIONS
-p, --path=path Path to botonic project. Defaults to current dir.
```

_See code: [lib/commands/login.js](https://github.com/hubtype/botonic/blob/v0.18.0-rc.2/lib/commands/login.js)_
_See code: [lib/commands/login.js](https://github.com/hubtype/botonic/blob/v0.18.0/lib/commands/login.js)_

## `botonic logout`

Expand All @@ -109,7 +109,7 @@ OPTIONS
-p, --path=path Path to botonic project. Defaults to current dir.
```

_See code: [lib/commands/logout.js](https://github.com/hubtype/botonic/blob/v0.18.0-rc.2/lib/commands/logout.js)_
_See code: [lib/commands/logout.js](https://github.com/hubtype/botonic/blob/v0.18.0/lib/commands/logout.js)_

## `botonic new NAME [PROJECTNAME]`

Expand All @@ -129,7 +129,7 @@ EXAMPLE
✨ test_bot was successfully created!
```

_See code: [lib/commands/new.js](https://github.com/hubtype/botonic/blob/v0.18.0-rc.2/lib/commands/new.js)_
_See code: [lib/commands/new.js](https://github.com/hubtype/botonic/blob/v0.18.0/lib/commands/new.js)_

## `botonic serve`

Expand All @@ -144,7 +144,7 @@ EXAMPLE
> Project is running at http://localhost:8080/
```

_See code: [lib/commands/serve.js](https://github.com/hubtype/botonic/blob/v0.18.0-rc.2/lib/commands/serve.js)_
_See code: [lib/commands/serve.js](https://github.com/hubtype/botonic/blob/v0.18.0/lib/commands/serve.js)_

## `botonic test`

Expand All @@ -171,7 +171,7 @@ EXAMPLE
Ran all test suites.
```

_See code: [lib/commands/test.js](https://github.com/hubtype/botonic/blob/v0.18.0-rc.2/lib/commands/test.js)_
_See code: [lib/commands/test.js](https://github.com/hubtype/botonic/blob/v0.18.0/lib/commands/test.js)_

## `botonic train`

Expand All @@ -189,5 +189,5 @@ EXAMPLE
TRAINING MODEL FOR {LANGUAGE}...
```

_See code: [lib/commands/train.js](https://github.com/hubtype/botonic/blob/v0.18.0-rc.2/lib/commands/train.js)_
_See code: [lib/commands/train.js](https://github.com/hubtype/botonic/blob/v0.18.0/lib/commands/train.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/botonic-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@botonic/cli",
"description": "Build Chatbots Using React",
"version": "0.18.0-rc.2",
"version": "0.18.0",
"license": "MIT",
"bin": {
"botonic": "./bin/run"
Expand Down
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.18.0-rc.2",
"version": "0.18.0",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-nlu/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-nlu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/nlu",
"version": "0.18.0-rc.2",
"version": "0.18.0",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-contentful/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-plugin-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"postversion": "git push && git push --tags"
},
"name": "@botonic/plugin-contentful",
"version": "0.18.0-rc.2",
"version": "0.18.0",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-dashbot/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-plugin-dashbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-dashbot",
"version": "0.18.0-rc.2",
"version": "0.18.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-dialogflow/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-plugin-dialogflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-dialogflow",
"version": "0.18.0-rc.2",
"version": "0.18.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-dynamodb/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-plugin-dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"postversion": "git push && git push --tags"
},
"name": "@botonic/plugin-dynamodb",
"version": "0.18.0-rc.2",
"version": "0.18.0",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-google-analytics/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-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-google-analytics",
"version": "0.18.0-rc.2",
"version": "0.18.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-inbenta/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-plugin-inbenta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-inbenta",
"version": "0.18.0-rc.2",
"version": "0.18.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-luis/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-plugin-luis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-luis",
"version": "0.18.0-rc.2",
"version": "0.18.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions packages/botonic-plugin-nlu/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/botonic-plugin-nlu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-nlu",
"version": "0.18.0-rc.2",
"version": "0.18.0",
"license": "MIT",
"main": "dist/index",
"scripts": {
Expand All @@ -18,8 +18,8 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@botonic/core": "0.18.0-rc.2",
"@botonic/nlu": "0.18.0-rc.2",
"@botonic/core": "~0.18.0",
"@botonic/nlu": "~0.18.0",
"@tensorflow/tfjs": "^2.7.0",
"@types/webgl2": "0.0.5",
"axios": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-segment/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-plugin-segment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-segment",
"version": "0.18.0-rc.2",
"version": "0.18.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-watson/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-plugin-watson/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-watson",
"version": "0.18.0-rc.2",
"version": "0.18.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
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": "0.18.0-rc.2",
"version": "0.18.0",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "src/index.js",
Expand All @@ -25,7 +25,7 @@
"MIGRATION_GUIDE.md"
],
"dependencies": {
"@botonic/core": "0.18.0-rc.2",
"@botonic/core": "~0.18.0",
"axios": "^0.21.0",
"emoji-picker-react": "^3.2.3",
"framer-motion": "^3.1.1",
Expand Down

0 comments on commit aaf9f4c

Please sign in to comment.