Skip to content

Commit

Permalink
v1.5.0-alpha.14
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Jun 16, 2020
1 parent 3297087 commit 7a89283
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 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.5.0-alpha.13",
"version": "1.5.0-alpha.14",
"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.5.0-alpha.13",
"version": "1.5.0-alpha.14",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -21,7 +21,7 @@
"bottender": ">= 1.2.0-0"
},
"devDependencies": {
"bottender": "^1.5.0-alpha.13"
"bottender": "^1.5.0-alpha.14"
},
"keywords": [
"bot",
Expand Down
2 changes: 1 addition & 1 deletion packages/bottender-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/bottender.git"
},
"version": "1.5.0-alpha.11",
"version": "1.5.0-alpha.14",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/bottender-facebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/bottender.git"
},
"version": "1.5.0-alpha.13",
"version": "1.5.0-alpha.14",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -23,7 +23,7 @@
"messaging-api-messenger": ">= 1.0.0-beta.26"
},
"devDependencies": {
"bottender": "^1.5.0-alpha.13",
"bottender": "^1.5.0-alpha.14",
"messaging-api-messenger": "^1.0.0-beta.26"
}
}
2 changes: 1 addition & 1 deletion packages/bottender-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Yoctol/bottender.git"
},
"version": "1.5.0-alpha.11",
"version": "1.5.0-alpha.14",
"main": "dist/index.js",
"files": [
"dist"
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.5.0-alpha.13",
"version": "1.5.0-alpha.14",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -21,7 +21,7 @@
"bottender": ">= 1.2.0-0"
},
"devDependencies": {
"bottender": "^1.5.0-alpha.13"
"bottender": "^1.5.0-alpha.14"
},
"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.5.0-alpha.13",
"version": "1.5.0-alpha.14",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -21,7 +21,7 @@
"bottender": ">= 1.2.0-0"
},
"devDependencies": {
"bottender": "^1.5.0-alpha.13"
"bottender": "^1.5.0-alpha.14"
},
"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.5.0-alpha.13",
"version": "1.5.0-alpha.14",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -22,7 +22,7 @@
"bottender": ">= 1.2.0-0"
},
"devDependencies": {
"bottender": "^1.5.0-alpha.13"
"bottender": "^1.5.0-alpha.14"
},
"keywords": [
"bot",
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0-alpha.13",
"version": "1.5.0-alpha.14",
"main": "dist/index.js",
"browser": "dist/browser.js",
"bin": {
Expand All @@ -23,7 +23,7 @@
],
"types": "dist/index.d.ts",
"dependencies": {
"@bottender/express": "^1.5.0-alpha.11",
"@bottender/express": "^1.5.0-alpha.14",
"@hapi/joi": "^15.1.1",
"@slack/rtm-api": "^5.0.3",
"@types/debug": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-bottender-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-bottender-app",
"version": "1.5.0-alpha.11",
"version": "1.5.0-alpha.14",
"bin": {
"create-bottender-app": "bin/cli.js"
},
Expand Down

0 comments on commit 7a89283

Please sign in to comment.