Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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