Skip to content

Commit

Permalink
v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Oct 11, 2021
1 parent 112e1b5 commit 56615d9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.3",
"version": "1.5.4",
"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
@@ -1,6 +1,6 @@
{
"name": "@bottender/dialogflow",
"version": "1.5.3",
"version": "1.5.4",
"description": "Dialogflow integration for Bottender.",
"license": "MIT",
"homepage": "https://bottender.js.org/",
Expand All @@ -21,7 +21,7 @@
"bottender": ">= 1.2.0-0"
},
"devDependencies": {
"bottender": "^1.5.3"
"bottender": "^1.5.4"
},
"keywords": [
"bot",
Expand Down
4 changes: 2 additions & 2 deletions packages/bottender-facebook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bottender/facebook",
"version": "1.5.3",
"version": "1.5.4",
"license": "MIT",
"homepage": "https://bottender.js.org/",
"repository": {
Expand All @@ -23,6 +23,6 @@
"bottender": ">= 1.5.1-alpha.4"
},
"devDependencies": {
"bottender": "^1.5.3"
"bottender": "^1.5.4"
}
}
4 changes: 2 additions & 2 deletions packages/bottender-luis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bottender/luis",
"version": "1.5.3",
"version": "1.5.4",
"description": "LUIS integration for Bottender.",
"license": "MIT",
"homepage": "https://bottender.js.org/",
Expand All @@ -21,7 +21,7 @@
"bottender": ">= 1.2.0-0"
},
"devDependencies": {
"bottender": "^1.5.3"
"bottender": "^1.5.4"
},
"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
@@ -1,6 +1,6 @@
{
"name": "@bottender/qna-maker",
"version": "1.5.3",
"version": "1.5.4",
"description": "QnA Maker integration for Bottender.",
"license": "MIT",
"homepage": "https://bottender.js.org/",
Expand All @@ -21,7 +21,7 @@
"bottender": ">= 1.2.0-0"
},
"devDependencies": {
"bottender": "^1.5.3"
"bottender": "^1.5.4"
},
"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
@@ -1,6 +1,6 @@
{
"name": "@bottender/rasa",
"version": "1.5.3",
"version": "1.5.4",
"description": "Rasa NLU integration for Bottender.",
"license": "MIT",
"homepage": "https://bottender.js.org/",
Expand All @@ -22,7 +22,7 @@
"bottender": ">= 1.2.0-0"
},
"devDependencies": {
"bottender": "^1.5.3"
"bottender": "^1.5.4"
},
"keywords": [
"bot",
Expand Down
2 changes: 1 addition & 1 deletion packages/bottender/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bottender",
"version": "1.5.3",
"version": "1.5.4",
"description": "A framework for building conversational user interfaces.",
"license": "MIT",
"homepage": "https://bottender.js.org/",
Expand Down

0 comments on commit 56615d9

Please sign in to comment.