Skip to content

Commit

Permalink
Release/0.21.0 (#2299)
Browse files Browse the repository at this point in the history
* chore: remove unused packages botonic-nlu and botonic-plugin-nlu

* chore: bump botonic packages to 0.21.0
  • Loading branch information
vanbasten17 committed Mar 23, 2023
1 parent df82dfd commit ce97053
Show file tree
Hide file tree
Showing 36 changed files with 62 additions and 58 deletions.
18 changes: 9 additions & 9 deletions packages/botonic-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm install -g @botonic/cli
$ botonic COMMAND
running command...
$ botonic (-v|--version|version)
@botonic/cli/0.20.2 darwin-x64 node-v14.20.1
@botonic/cli/0.21.0 darwin-x64 node-v14.20.1
$ botonic --help [COMMAND]
USAGE
$ botonic COMMAND
Expand Down Expand Up @@ -71,7 +71,7 @@ EXAMPLES
Deploying to AWS...
```

_See code: [lib/commands/deploy.js](https://github.com/hubtype/botonic/blob/v0.20.2/lib/commands/deploy.js)_
_See code: [lib/commands/deploy.js](https://github.com/hubtype/botonic/blob/v0.21.0/lib/commands/deploy.js)_

## `botonic destroy [PROVIDER]`

Expand All @@ -86,7 +86,7 @@ EXAMPLE
Destroying AWS stack...
```

_See code: [lib/commands/destroy.js](https://github.com/hubtype/botonic/blob/v0.20.2/lib/commands/destroy.js)_
_See code: [lib/commands/destroy.js](https://github.com/hubtype/botonic/blob/v0.21.0/lib/commands/destroy.js)_

## `botonic help [COMMAND]`

Expand Down Expand Up @@ -117,7 +117,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.20.2/lib/commands/login.js)_
_See code: [lib/commands/login.js](https://github.com/hubtype/botonic/blob/v0.21.0/lib/commands/login.js)_

## `botonic logout`

Expand All @@ -131,7 +131,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.20.2/lib/commands/logout.js)_
_See code: [lib/commands/logout.js](https://github.com/hubtype/botonic/blob/v0.21.0/lib/commands/logout.js)_

## `botonic new NAME [PROJECTNAME]`

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

_See code: [lib/commands/new.js](https://github.com/hubtype/botonic/blob/v0.20.2/lib/commands/new.js)_
_See code: [lib/commands/new.js](https://github.com/hubtype/botonic/blob/v0.21.0/lib/commands/new.js)_

## `botonic serve`

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

_See code: [lib/commands/serve.js](https://github.com/hubtype/botonic/blob/v0.20.2/lib/commands/serve.js)_
_See code: [lib/commands/serve.js](https://github.com/hubtype/botonic/blob/v0.21.0/lib/commands/serve.js)_

## `botonic test`

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

_See code: [lib/commands/test.js](https://github.com/hubtype/botonic/blob/v0.20.2/lib/commands/test.js)_
_See code: [lib/commands/test.js](https://github.com/hubtype/botonic/blob/v0.21.0/lib/commands/test.js)_

## `botonic train`

Expand All @@ -214,6 +214,6 @@ EXAMPLE
TRAINING MODEL...
```

_See code: [lib/commands/train.js](https://github.com/hubtype/botonic/blob/v0.20.2/lib/commands/train.js)_
_See code: [lib/commands/train.js](https://github.com/hubtype/botonic/blob/v0.21.0/lib/commands/train.js)_

<!-- commandsstop -->
4 changes: 2 additions & 2 deletions packages/botonic-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@botonic/cli",
"description": "Build Chatbots Using React",
"version": "0.20.2",
"version": "0.21.0",
"license": "MIT",
"bin": {
"botonic": "./bin/run"
},
"bugs": "https://github.com/hubtype/botonic/issues",
"dependencies": {
"@botonic/pulumi": "1.0.0-dev.0",
"@botonic/pulumi": "0.21.0",
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/plugin-help": "^3.2.2",
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.20.7",
"version": "0.21.0",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "./lib/cjs/index.js",
Expand Down
8 changes: 5 additions & 3 deletions packages/botonic-dx/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@botonic/dx",
"version": "1.0.0-dev.0",
"version": "0.21.0",
"description": "Continuous integration for botonic packages",
"scripts": {},
"scripts": {
"build": "echo Skipping build..."
},
"author": "",
"license": "MIT",
"keywords": [
Expand All @@ -18,7 +20,7 @@
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.14.5",
"@botonic/eslint-config": "dev",
"@botonic/eslint-config": "0.21.0",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.1",
"@typescript-eslint/eslint-plugin": "*",
Expand Down
6 changes: 4 additions & 2 deletions packages/botonic-eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@botonic/eslint-config",
"version": "1.0.0-dev.0",
"version": "0.21.0",
"description": "Eslint config for botonic packages",
"main": "index.js",
"scripts": {},
"scripts": {
"build": "echo Skipping build..."
},
"author": "",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-nlp/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-nlp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/nlp",
"version": "0.20.0",
"version": "0.21.0",
"main": "lib/index.js",
"license": "MIT",
"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.20.0",
"version": "0.21.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.

4 changes: 2 additions & 2 deletions 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.20.0",
"version": "0.21.0",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@botonic/core": "~0.20.0",
"@botonic/core": "0.21.0",
"axios": "0.24.0",
"jsrsasign": "^10.4.1",
"uuid": "^8.1.0"
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.20.0",
"version": "0.21.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.20.0",
"version": "0.21.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand Down

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-google-translation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-google-translation",
"version": "0.20.0",
"version": "0.21.0",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@botonic/core": "~0.20.0",
"@botonic/core": "0.21.0",
"axios": "^0.24.0",
"jsrsasign": "^10.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-hubtype-babel/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-hubtype-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-hubtype-babel",
"version": "0.20.8",
"version": "0.21.0",
"license": "MIT",
"description": "Use Hubtype Babel to predict Intents.",
"main": "./lib/cjs/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@babel/runtime": "^7.16.7",
"@botonic/core": "^0.20.7",
"@botonic/core": "0.21.0",
"axios": "^0.25.0",
"process": "^0.11.10"
},
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.20.0",
"version": "0.21.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand Down

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

8 changes: 4 additions & 4 deletions packages/botonic-plugin-intent-classification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-intent-classification",
"version": "0.20.0",
"version": "0.21.0",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
Expand All @@ -15,9 +15,9 @@
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts*'"
},
"dependencies": {
"@babel/runtime": "^7.16.5",
"@botonic/core": "~0.19.0",
"@botonic/nlp": "~0.19.0",
"@babel/runtime": "^7.14.6",
"@botonic/core": "0.21.0",
"@botonic/nlp": "0.21.0",
"@tensorflow/tfjs": "^2.8.6"
},
"devDependencies": {
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.20.0",
"version": "0.21.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-ner/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/botonic-plugin-ner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/plugin-ner",
"version": "0.20.0",
"version": "0.21.0",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
Expand All @@ -15,9 +15,9 @@
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts*'"
},
"dependencies": {
"@babel/runtime": "^7.16.5",
"@botonic/core": "~0.19.0",
"@botonic/nlp": "~0.19.0",
"@babel/runtime": "^7.15.4",
"@botonic/core": "0.21.0",
"@botonic/nlp": "0.21.0",
"@tensorflow/tfjs": "^2.8.6"
},
"devDependencies": {
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.20.0",
"version": "0.21.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand Down
Loading

0 comments on commit ce97053

Please sign in to comment.