Skip to content

Commit c9c1546

Browse files
committed
v1.5.1-alpha.9
1 parent eff5247 commit c9c1546

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lerna": "3.4.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "1.5.1-alpha.8",
5+
"version": "1.5.1-alpha.9",
66
"command": {
77
"publish": {
88
"ignoreChanges": [

packages/bottender-dialogflow/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/Yoctol/bottender.git"
99
},
10-
"version": "1.5.1-alpha.8",
10+
"version": "1.5.1-alpha.9",
1111
"main": "dist/index.js",
1212
"files": [
1313
"dist"
@@ -21,7 +21,7 @@
2121
"bottender": ">= 1.2.0-0"
2222
},
2323
"devDependencies": {
24-
"bottender": "^1.5.1-alpha.8"
24+
"bottender": "^1.5.1-alpha.9"
2525
},
2626
"keywords": [
2727
"bot",

packages/bottender-facebook/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/Yoctol/bottender.git"
88
},
9-
"version": "1.5.1-alpha.8",
9+
"version": "1.5.1-alpha.9",
1010
"main": "dist/index.js",
1111
"files": [
1212
"dist"
@@ -23,6 +23,6 @@
2323
"bottender": ">= 1.5.1-alpha.4"
2424
},
2525
"devDependencies": {
26-
"bottender": "^1.5.1-alpha.8"
26+
"bottender": "^1.5.1-alpha.9"
2727
}
2828
}

packages/bottender-luis/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/Yoctol/bottender.git"
99
},
10-
"version": "1.5.1-alpha.8",
10+
"version": "1.5.1-alpha.9",
1111
"main": "dist/index.js",
1212
"files": [
1313
"dist"
@@ -21,7 +21,7 @@
2121
"bottender": ">= 1.2.0-0"
2222
},
2323
"devDependencies": {
24-
"bottender": "^1.5.1-alpha.8"
24+
"bottender": "^1.5.1-alpha.9"
2525
},
2626
"keywords": [
2727
"bot",

packages/bottender-qna-maker/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/Yoctol/bottender.git"
99
},
10-
"version": "1.5.1-alpha.8",
10+
"version": "1.5.1-alpha.9",
1111
"main": "dist/index.js",
1212
"files": [
1313
"dist"
@@ -21,7 +21,7 @@
2121
"bottender": ">= 1.2.0-0"
2222
},
2323
"devDependencies": {
24-
"bottender": "^1.5.1-alpha.8"
24+
"bottender": "^1.5.1-alpha.9"
2525
},
2626
"keywords": [
2727
"bot",

packages/bottender-rasa/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/Yoctol/bottender.git"
99
},
10-
"version": "1.5.1-alpha.8",
10+
"version": "1.5.1-alpha.9",
1111
"main": "dist/index.js",
1212
"files": [
1313
"dist"
@@ -22,7 +22,7 @@
2222
"bottender": ">= 1.2.0-0"
2323
},
2424
"devDependencies": {
25-
"bottender": "^1.5.1-alpha.8"
25+
"bottender": "^1.5.1-alpha.9"
2626
},
2727
"keywords": [
2828
"bot",

packages/bottender/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/Yoctol/bottender.git"
99
},
10-
"version": "1.5.1-alpha.8",
10+
"version": "1.5.1-alpha.9",
1111
"main": "dist/index.js",
1212
"browser": "dist/browser.js",
1313
"bin": {

0 commit comments

Comments
 (0)