Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 23b923d

Browse files
authored
update bot.solutions lib to 1.0.0 (#3371)
1 parent 58c21b3 commit 23b923d

File tree

2 files changed

+2
-2
lines changed
  • templates/typescript/generator-bot-virtualassistant/generators

2 files changed

+2
-2
lines changed

templates/typescript/generator-bot-virtualassistant/generators/app/templates/sample-assistant/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"botbuilder-azure": "^4.9.0",
2828
"botbuilder-dialogs": "^4.9.0",
2929
"botbuilder-lg": "^4.9.0",
30-
"bot-solutions": "^1.0.0-rc1",
30+
"bot-solutions": "^1.0.0",
3131
"botframework-config": "^4.9.0",
3232
"botframework-connector": "^4.9.0",
3333
"i18next": "^15.0.6",

templates/typescript/generator-bot-virtualassistant/generators/skill/templates/sample-skill/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"botbuilder-applicationinsights": "^4.9.0",
2525
"botbuilder-azure": "^4.9.0",
2626
"botbuilder-dialogs": "^4.9.0",
27-
"bot-solutions": "^1.0.0-rc1",
27+
"bot-solutions": "^1.0.0",
2828
"botframework-config": "^4.9.0",
2929
"botframework-connector": "^4.9.0",
3030
"dotenv": "^6.0.0",

0 commit comments

Comments
 (0)