Skip to content

Commit

Permalink
v1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Jul 7, 2020
1 parent 841e053 commit 55cfa9a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lerna": "3.4.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.4.8",
"version": "1.4.9",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
4 changes: 2 additions & 2 deletions packages/bottender-dialogflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/Yoctol/bottender.git"
},
"version": "1.4.8",
"version": "1.4.9",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -22,7 +22,7 @@
"bottender": ">= 1.2.0-0"
},
"devDependencies": {
"bottender": "^1.4.8"
"bottender": "^1.4.9"
},
"keywords": [
"bot",
Expand Down
4 changes: 2 additions & 2 deletions packages/bottender-luis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/Yoctol/bottender.git"
},
"version": "1.4.8",
"version": "1.4.9",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -21,7 +21,7 @@
"bottender": ">= 1.2.0-0"
},
"devDependencies": {
"bottender": "^1.4.8"
"bottender": "^1.4.9"
},
"keywords": [
"bot",
Expand Down
4 changes: 2 additions & 2 deletions packages/bottender-qna-maker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/Yoctol/bottender.git"
},
"version": "1.4.8",
"version": "1.4.9",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -21,7 +21,7 @@
"bottender": ">= 1.2.0-0"
},
"devDependencies": {
"bottender": "^1.4.8"
"bottender": "^1.4.9"
},
"keywords": [
"bot",
Expand Down
4 changes: 2 additions & 2 deletions packages/bottender-rasa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/Yoctol/bottender.git"
},
"version": "1.4.8",
"version": "1.4.9",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -22,7 +22,7 @@
"bottender": ">= 1.2.0-0"
},
"devDependencies": {
"bottender": "^1.4.8"
"bottender": "^1.4.9"
},
"keywords": [
"bot",
Expand Down
2 changes: 1 addition & 1 deletion packages/bottender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/Yoctol/bottender.git"
},
"version": "1.4.8",
"version": "1.4.9",
"main": "dist/index.js",
"browser": "dist/browser.js",
"bin": {
Expand Down

0 comments on commit 55cfa9a

Please sign in to comment.