From 7b3c3ec95de9495d400d088317ac92cfe1f44eda Mon Sep 17 00:00:00 2001 From: Thomas Chung Date: Wed, 30 Jun 2021 15:19:41 -0700 Subject: [PATCH] Update generator package version --- .../generator-bot-adaptive/package.json | 2 +- .../generator-bot-core-assistant/package.json | 4 ++-- .../generator-bot-core-language/package.json | 4 ++-- .../generator-bot-core-qna/package.json | 4 ++-- generators/generator-bot-empty/package.json | 4 ++-- .../package.json | 8 +++---- .../package.json | 4 ++-- .../package.json | 4 ++-- yarn.lock | 24 +++++++++---------- 9 files changed, 29 insertions(+), 29 deletions(-) diff --git a/generators/generator-bot-adaptive/package.json b/generators/generator-bot-adaptive/package.json index e54a99a1a4..83c684f825 100644 --- a/generators/generator-bot-adaptive/package.json +++ b/generators/generator-bot-adaptive/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/generator-bot-adaptive", - "version": "1.0.1", + "version": "1.1.0", "description": "Yeoman generator for creating a base bot built on the Azure Bot Framework and the Adaptive stack.", "keywords": [ "microsoft", diff --git a/generators/generator-bot-core-assistant/package.json b/generators/generator-bot-core-assistant/package.json index 402d2d32cf..804813d206 100644 --- a/generators/generator-bot-core-assistant/package.json +++ b/generators/generator-bot-core-assistant/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/generator-bot-core-assistant", - "version": "1.0.1", + "version": "1.1.0", "description": "Yeoman generator for creating an assistant-style bot with NLP built on the Azure Bot Framework.", "keywords": [ "microsoft", @@ -24,7 +24,7 @@ "lint": "eslint -c ../../.eslintrc.json ." }, "dependencies": { - "@microsoft/generator-bot-adaptive": "workspace:^1.0.1", + "@microsoft/generator-bot-adaptive": "workspace:^1.1.0", "yeoman-generator": "^2.0.5", "yeoman-test": "^1.9.1" }, diff --git a/generators/generator-bot-core-language/package.json b/generators/generator-bot-core-language/package.json index e287f5c924..72a347e11d 100644 --- a/generators/generator-bot-core-language/package.json +++ b/generators/generator-bot-core-language/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/generator-bot-core-language", - "version": "1.0.1", + "version": "1.1.0", "description": "Yeoman generator for creating a simple conversational bot with NLP built on the Azure Bot Framework.", "keywords": [ "microsoft", @@ -26,7 +26,7 @@ "lint": "eslint -c ../../.eslintrc.json ." }, "dependencies": { - "@microsoft/generator-bot-adaptive": "workspace:^1.0.1", + "@microsoft/generator-bot-adaptive": "workspace:^1.1.0", "yeoman-generator": "^2.0.5", "yeoman-test": "^1.9.1" }, diff --git a/generators/generator-bot-core-qna/package.json b/generators/generator-bot-core-qna/package.json index 54910cd565..d623ca8121 100644 --- a/generators/generator-bot-core-qna/package.json +++ b/generators/generator-bot-core-qna/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/generator-bot-core-qna", - "version": "1.0.1", + "version": "1.1.0", "description": "Yeoman generator for creating a bot and connecting to a QnA Maker knowledge base.", "keywords": [ "microsoft", @@ -23,7 +23,7 @@ "lint": "eslint -c ../../.eslintrc.json ." }, "dependencies": { - "@microsoft/generator-bot-adaptive": "workspace:^1.0.1", + "@microsoft/generator-bot-adaptive": "workspace:^1.1.0", "yeoman-generator": "^2.0.5", "yeoman-test": "^1.9.1" }, diff --git a/generators/generator-bot-empty/package.json b/generators/generator-bot-empty/package.json index f74df78607..8626ee1a5a 100644 --- a/generators/generator-bot-empty/package.json +++ b/generators/generator-bot-empty/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/generator-bot-empty", - "version": "1.0.1", + "version": "1.1.0", "description": "Yeoman generator for creating an empty bot built on the Azure Bot Framework.", "keywords": [ "microsoft", @@ -26,7 +26,7 @@ "lint": "eslint -c ../../.eslintrc.json ." }, "dependencies": { - "@microsoft/generator-bot-adaptive": "workspace:^1.0.1", + "@microsoft/generator-bot-adaptive": "workspace:^1.1.0", "yeoman-generator": "^2.0.5", "yeoman-test": "^1.9.1" }, diff --git a/generators/generator-bot-enterprise-assistant/package.json b/generators/generator-bot-enterprise-assistant/package.json index 2a839848f3..c90a5483f5 100644 --- a/generators/generator-bot-enterprise-assistant/package.json +++ b/generators/generator-bot-enterprise-assistant/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/generator-bot-enterprise-assistant", - "version": "1.0.1", + "version": "1.1.0", "description": "Yeoman generator for creating an enterprise assistant, with a root bot and two skills built on the Azure Bot Framework.", "keywords": [ "microsoft", @@ -25,9 +25,9 @@ "lint": "eslint -c ../../.eslintrc.json ." }, "dependencies": { - "@microsoft/generator-bot-adaptive": "workspace:^1.0.1", - "@microsoft/generator-bot-enterprise-calendar": "workspace:^1.0.1", - "@microsoft/generator-bot-enterprise-people": "workspace:^1.0.1", + "@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" diff --git a/generators/generator-bot-enterprise-calendar/package.json b/generators/generator-bot-enterprise-calendar/package.json index a14cafd7fb..2694260b8c 100644 --- a/generators/generator-bot-enterprise-calendar/package.json +++ b/generators/generator-bot-enterprise-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/generator-bot-enterprise-calendar", - "version": "1.0.1", + "version": "1.1.0", "description": "Yeoman generator for creating an Adaptive bot built on the Azure Bot Framework using the Calendar template.", "keywords": [ "microsoft", @@ -24,7 +24,7 @@ "lint": "eslint ." }, "dependencies": { - "@microsoft/generator-bot-adaptive": "workspace:^1.0.1", + "@microsoft/generator-bot-adaptive": "workspace:^1.1.0", "yeoman-generator": "^2.0.5", "yeoman-test": "^1.9.1" }, diff --git a/generators/generator-bot-enterprise-people/package.json b/generators/generator-bot-enterprise-people/package.json index c18414182d..3880ff6e78 100644 --- a/generators/generator-bot-enterprise-people/package.json +++ b/generators/generator-bot-enterprise-people/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/generator-bot-enterprise-people", - "version": "1.0.1", + "version": "1.1.0", "description": "Yeoman generator for creating an Adaptive bot built on the Azure Bot Framework using the People template.", "keywords": [ "microsoft", @@ -24,7 +24,7 @@ "lint": "eslint -c ../../.eslintrc.json ." }, "dependencies": { - "@microsoft/generator-bot-adaptive": "workspace:^1.0.1", + "@microsoft/generator-bot-adaptive": "workspace:^1.1.0", "yeoman-generator": "^2.0.5", "yeoman-test": "^1.9.1" }, diff --git a/yarn.lock b/yarn.lock index 9687cc799a..c213ce3dde 100644 --- a/yarn.lock +++ b/yarn.lock @@ -134,7 +134,7 @@ __metadata: languageName: unknown linkType: soft -"@microsoft/generator-bot-adaptive@workspace:^1.0.1, @microsoft/generator-bot-adaptive@workspace:generators/generator-bot-adaptive": +"@microsoft/generator-bot-adaptive@workspace:^1.1.0, @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: @@ -157,7 +157,7 @@ __metadata: version: 0.0.0-use.local resolution: "@microsoft/generator-bot-core-assistant@workspace:generators/generator-bot-core-assistant" dependencies: - "@microsoft/generator-bot-adaptive": "workspace:^1.0.1" + "@microsoft/generator-bot-adaptive": "workspace:^1.1.0" eslint: latest eslint-config-prettier: latest eslint-plugin-prettier: latest @@ -171,7 +171,7 @@ __metadata: version: 0.0.0-use.local resolution: "@microsoft/generator-bot-core-language@workspace:generators/generator-bot-core-language" dependencies: - "@microsoft/generator-bot-adaptive": "workspace:^1.0.1" + "@microsoft/generator-bot-adaptive": "workspace:^1.1.0" eslint: latest eslint-config-prettier: latest eslint-plugin-prettier: latest @@ -185,7 +185,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.0.1" + "@microsoft/generator-bot-adaptive": "workspace:^1.1.0" eslint: latest eslint-config-prettier: latest eslint-plugin-prettier: latest @@ -199,7 +199,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.0.1" + "@microsoft/generator-bot-adaptive": "workspace:^1.1.0" eslint: latest eslint-config-prettier: latest eslint-plugin-prettier: latest @@ -213,9 +213,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.0.1" - "@microsoft/generator-bot-enterprise-calendar": "workspace:^1.0.1" - "@microsoft/generator-bot-enterprise-people": "workspace:^1.0.1" + "@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 @@ -226,11 +226,11 @@ __metadata: languageName: unknown linkType: soft -"@microsoft/generator-bot-enterprise-calendar@workspace:^1.0.1, @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.0.1" + "@microsoft/generator-bot-adaptive": "workspace:^1.1.0" eslint: latest eslint-config-prettier: latest eslint-plugin-prettier: latest @@ -240,11 +240,11 @@ __metadata: languageName: unknown linkType: soft -"@microsoft/generator-bot-enterprise-people@workspace:^1.0.1, @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.0.1" + "@microsoft/generator-bot-adaptive": "workspace:^1.1.0" eslint: latest eslint-config-prettier: latest eslint-plugin-prettier: latest