Skip to content

Commit

Permalink
Update packages and tempalte reference to 1.1.0 GA (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-chung authored Jul 12, 2021
1 parent 782eb6e commit 84ea20e
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const packageReferences = {
[platforms.dotnet.name]: [
{
name: 'Microsoft.Bot.Components.HelpAndCancel',
version: '1.1.0-rc0',
version: '1.1.0',
},
{
name: 'Microsoft.Bot.Components.Welcome',
version: '1.1.0-rc0',
version: '1.1.0',
},
],
[platforms.js.name]: [
Expand Down
2 changes: 1 addition & 1 deletion generators/generator-bot-core-qna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint": "eslint -c ../../.eslintrc.json ."
},
"dependencies": {
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0-rc0",
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0",
"yeoman-generator": "^2.0.5",
"yeoman-test": "^1.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion generators/generator-bot-empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint": "eslint -c ../../.eslintrc.json ."
},
"dependencies": {
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0-rc0",
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0",
"yeoman-generator": "^2.0.5",
"yeoman-test": "^1.9.1"
},
Expand Down
6 changes: 3 additions & 3 deletions generators/generator-bot-enterprise-assistant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"lint": "eslint -c ../../.eslintrc.json ."
},
"dependencies": {
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0-rc0",
"@microsoft/generator-bot-enterprise-calendar": "workspace:^1.1.0-rc0",
"@microsoft/generator-bot-enterprise-people": "workspace:^1.1.0-rc0",
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0",
"@microsoft/generator-bot-enterprise-calendar": "workspace:^1.1.0",
"@microsoft/generator-bot-enterprise-people": "workspace:^1.1.0",
"uuid": "^8.3.2",
"yeoman-generator": "^2.0.5",
"yeoman-test": "^1.9.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = class extends BaseGenerator {
{
isPlugin: true,
name: 'Microsoft.Bot.Components.Graph',
version: '1.1.0-rc0',
version: '1.1.0',
},
],
modifyApplicationSettings: (appSettings) => {
Expand Down
2 changes: 1 addition & 1 deletion generators/generator-bot-enterprise-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "eslint ."
},
"dependencies": {
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0-rc0",
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0",
"yeoman-generator": "^2.0.5",
"yeoman-test": "^1.9.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = class extends BaseGenerator {
{
isPlugin: true,
name: 'Microsoft.Bot.Components.Graph',
version: '1.1.0-rc0',
version: '1.1.0',
},
],
modifyApplicationSettings: (appSettings) => {
Expand Down
2 changes: 1 addition & 1 deletion generators/generator-bot-enterprise-people/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "eslint -c ../../.eslintrc.json ."
},
"dependencies": {
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0-rc0",
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0",
"yeoman-generator": "^2.0.5",
"yeoman-test": "^1.9.1"
},
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ __metadata:
languageName: unknown
linkType: soft

"@microsoft/generator-bot-adaptive@workspace:^1.1.0-preview.1, @microsoft/generator-bot-adaptive@workspace:^1.1.0-rc0, @microsoft/generator-bot-adaptive@workspace:generators/generator-bot-adaptive":
"@microsoft/generator-bot-adaptive@workspace:^1.1.0, @microsoft/generator-bot-adaptive@workspace:^1.1.0-preview.1, @microsoft/generator-bot-adaptive@workspace:generators/generator-bot-adaptive":
version: 0.0.0-use.local
resolution: "@microsoft/generator-bot-adaptive@workspace:generators/generator-bot-adaptive"
dependencies:
Expand Down Expand Up @@ -284,7 +284,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@microsoft/generator-bot-core-qna@workspace:generators/generator-bot-core-qna"
dependencies:
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0-rc0"
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0"
eslint: latest
eslint-config-prettier: latest
eslint-plugin-prettier: latest
Expand All @@ -298,7 +298,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@microsoft/generator-bot-empty@workspace:generators/generator-bot-empty"
dependencies:
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0-rc0"
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0"
eslint: latest
eslint-config-prettier: latest
eslint-plugin-prettier: latest
Expand All @@ -312,9 +312,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@microsoft/generator-bot-enterprise-assistant@workspace:generators/generator-bot-enterprise-assistant"
dependencies:
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0-rc0"
"@microsoft/generator-bot-enterprise-calendar": "workspace:^1.1.0-rc0"
"@microsoft/generator-bot-enterprise-people": "workspace:^1.1.0-rc0"
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0"
"@microsoft/generator-bot-enterprise-calendar": "workspace:^1.1.0"
"@microsoft/generator-bot-enterprise-people": "workspace:^1.1.0"
eslint: latest
eslint-config-prettier: latest
eslint-plugin-prettier: latest
Expand All @@ -325,11 +325,11 @@ __metadata:
languageName: unknown
linkType: soft

"@microsoft/generator-bot-enterprise-calendar@workspace:^1.1.0-rc0, @microsoft/generator-bot-enterprise-calendar@workspace:generators/generator-bot-enterprise-calendar":
"@microsoft/generator-bot-enterprise-calendar@workspace:^1.1.0, @microsoft/generator-bot-enterprise-calendar@workspace:generators/generator-bot-enterprise-calendar":
version: 0.0.0-use.local
resolution: "@microsoft/generator-bot-enterprise-calendar@workspace:generators/generator-bot-enterprise-calendar"
dependencies:
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0-rc0"
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0"
eslint: latest
eslint-config-prettier: latest
eslint-plugin-prettier: latest
Expand All @@ -339,11 +339,11 @@ __metadata:
languageName: unknown
linkType: soft

"@microsoft/generator-bot-enterprise-people@workspace:^1.1.0-rc0, @microsoft/generator-bot-enterprise-people@workspace:generators/generator-bot-enterprise-people":
"@microsoft/generator-bot-enterprise-people@workspace:^1.1.0, @microsoft/generator-bot-enterprise-people@workspace:generators/generator-bot-enterprise-people":
version: 0.0.0-use.local
resolution: "@microsoft/generator-bot-enterprise-people@workspace:generators/generator-bot-enterprise-people"
dependencies:
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0-rc0"
"@microsoft/generator-bot-adaptive": "workspace:^1.1.0"
eslint: latest
eslint-config-prettier: latest
eslint-plugin-prettier: latest
Expand Down

0 comments on commit 84ea20e

Please sign in to comment.