Skip to content

Commit

Permalink
chore: bump botonic packages to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten17 committed Feb 10, 2023
1 parent f1549e9 commit a95c877
Show file tree
Hide file tree
Showing 36 changed files with 51 additions and 6,595 deletions.
6,548 changes: 0 additions & 6,548 deletions packages/botonic-cli/package-lock.json

This file was deleted.

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.0",
"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.

6 changes: 3 additions & 3 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 @@ -16,8 +16,8 @@
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@botonic/core": "~0.20.0",
"@botonic/nlp": "~0.20.0",
"@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.

6 changes: 3 additions & 3 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 @@ -16,8 +16,8 @@
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@botonic/core": "~0.20.0",
"@botonic/nlp": "~0.20.0",
"@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
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.20.0",
"version": "0.21.0",
"license": "MIT",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-pulumi/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-pulumi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botonic/pulumi",
"version": "1.0.0-dev.0",
"version": "0.21.0",
"scripts": {
"prepublishOnly": "npm run build",
"build": "rm -rf lib && ../../node_modules/.bin/tsc",
Expand Down
2 changes: 1 addition & 1 deletion 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.20.7",
"version": "0.21.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": "^0.20.5",
"@botonic/core": "0.21.0",
"axios": "^0.24.0",
"emoji-picker-react": "^3.2.3",
"framer-motion": "^3.1.1",
Expand Down

0 comments on commit a95c877

Please sign in to comment.