diff --git a/packages/adaptivecards-tools-sdk/package.json b/packages/adaptivecards-tools-sdk/package.json index f12a7cdbae..fcd7aacbcb 100644 --- a/packages/adaptivecards-tools-sdk/package.json +++ b/packages/adaptivecards-tools-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/adaptivecards-tools", - "version": "1.3.6-rc.1", + "version": "1.3.6", "description": "Microsoft sdk for Adaptive Cards", "main": "lib/index.js", "types": "types/index.d.ts", diff --git a/packages/api/package.json b/packages/api/package.json index 73e000694e..198530e1b2 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx-api", - "version": "0.23.4-rc.1", + "version": "0.23.4", "description": "teamsfx framework api", "main": "build/index.js", "types": "build/index.d.ts", diff --git a/packages/cli/package.json b/packages/cli/package.json index f4b64b1d53..e0b98a45ac 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsapp-cli", - "version": "3.0.6-rc.1", + "version": "3.0.6", "author": "Microsoft Corporation", "description": "", "license": "MIT", diff --git a/packages/eslint-plugin-teamsfx/package.json b/packages/eslint-plugin-teamsfx/package.json index 7518a2a367..65db2b37f1 100644 --- a/packages/eslint-plugin-teamsfx/package.json +++ b/packages/eslint-plugin-teamsfx/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/eslint-plugin-teamsfx", - "version": "0.0.5-rc.1", + "version": "0.0.5", "description": "eslint for teamsfx", "keywords": [ "eslint", diff --git a/packages/fx-core/package.json b/packages/fx-core/package.json index d126400d78..5290c714c0 100644 --- a/packages/fx-core/package.json +++ b/packages/fx-core/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx-core", - "version": "2.0.13-rc.1", + "version": "2.0.13", "main": "build/index.js", "types": "build/index.d.ts", "license": "MIT", diff --git a/packages/fx-core/src/common/templates-config.json b/packages/fx-core/src/common/templates-config.json index 71639e0efa..26e48ad069 100644 --- a/packages/fx-core/src/common/templates-config.json +++ b/packages/fx-core/src/common/templates-config.json @@ -1,6 +1,6 @@ { - "version": "0.0.0-rc", - "localVersion": "4.3.2-rc.2", + "version": "~4.3", + "localVersion": "4.3.2", "tagPrefix": "templates@", "tagListURL": "https://github.com/OfficeDev/TeamsFx/releases/download/template-tag-list/template-tags.txt", "templateDownloadBaseURL": "https://github.com/OfficeDev/TeamsFx/releases/download", diff --git a/packages/manifest/package.json b/packages/manifest/package.json index 945762a81c..f42c317deb 100644 --- a/packages/manifest/package.json +++ b/packages/manifest/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teams-manifest", - "version": "0.1.8-rc.1", + "version": "0.1.8", "main": "build/index.js", "types": "build/index.d.ts", "license": "MIT", diff --git a/packages/metrics-ts/package.json b/packages/metrics-ts/package.json index e2c9f31bb3..8afff85e9c 100644 --- a/packages/metrics-ts/package.json +++ b/packages/metrics-ts/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/metrics-ts", - "version": "0.0.5-rc.1", + "version": "0.0.5", "description": "Add metrics without intruding source code", "keywords": [ "Metrics" diff --git a/packages/sdk-react/package.json b/packages/sdk-react/package.json index 364b499689..1bdd8c10f1 100644 --- a/packages/sdk-react/package.json +++ b/packages/sdk-react/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx-react", - "version": "4.0.0-rc.1", + "version": "4.0.0", "description": "React helper functions for Microsoft TeamsFx", "main": "build/cjs/index.js", "module": "build/esm/index.js", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 94ef0e5b10..f23de0dee1 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx", - "version": "3.0.0-rc.1", + "version": "3.0.0", "description": "Microsoft Teams Framework for Node.js and browser.", "main": "dist/index.node.cjs.js", "browser": "dist/index.esm2017.js", diff --git a/packages/server/package.json b/packages/server/package.json index b212242a3a..ba905c5aeb 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx-server", - "version": "2.0.12-rc.1", + "version": "2.0.12", "author": "Microsoft Corporation", "description": "", "license": "MIT", diff --git a/packages/spec-parser/package.json b/packages/spec-parser/package.json index c9ebcc2515..ebbd5cebe4 100644 --- a/packages/spec-parser/package.json +++ b/packages/spec-parser/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/m365-spec-parser", - "version": "0.2.4-rc.1", + "version": "0.2.4", "description": "OpenAPI specification files Parser for M365 Apps", "main": "dist/index.node.cjs.js", "browser": "dist/index.esm2017.js", diff --git a/packages/tests/package.json b/packages/tests/package.json index bcaf411158..49083655ba 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx-test", - "version": "0.0.9-rc.0", + "version": "0.1.0", "description": "A UI Test Project of Teams Toolkit Extension", "private": true, "author": "Microsoft Corporation", diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 63bc550eea..76acff4f9b 100644 --- a/packages/vscode-extension/package.json +++ b/packages/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "ms-teams-vscode-extension", "displayName": "Teams Toolkit", "description": "Create, debug, and deploy Teams apps with Teams Toolkit", - "version": "5.12.0-rc.3", + "version": "5.12.0", "publisher": "TeamsDevApp", "author": "Microsoft Corporation", "private": true, diff --git a/packages/vscode-ui/package.json b/packages/vscode-ui/package.json index d8a54d5f8d..b593b46712 100644 --- a/packages/vscode-ui/package.json +++ b/packages/vscode-ui/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/vscode-ui", - "version": "1.0.6-rc.1", + "version": "1.0.6", "main": "build/index.js", "types": "build/index.d.ts", "license": "MIT", diff --git a/templates/js/command-and-response/package.json.tpl b/templates/js/command-and-response/package.json.tpl index 940ee0b5d9..68afb73592 100644 --- a/templates/js/command-and-response/package.json.tpl +++ b/templates/js/command-and-response/package.json.tpl @@ -24,7 +24,7 @@ "dependencies": { "adaptivecards-templating": "^2.3.1", "adaptive-expressions": "^4.23.1", - "@microsoft/teamsfx": "^3.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", "botbuilder": "^4.23.1", "express": "^5.0.1" }, diff --git a/templates/js/dashboard-tab/package.json.tpl b/templates/js/dashboard-tab/package.json.tpl index 1adfa0e476..1bbbe53dfc 100644 --- a/templates/js/dashboard-tab/package.json.tpl +++ b/templates/js/dashboard-tab/package.json.tpl @@ -11,8 +11,8 @@ "@fluentui/react-components": "^9.55.1", "@fluentui/react-icons": "^2.0.186", "@microsoft/teams-js": "^2.22.0", - "@microsoft/teamsfx": "^3.0.0-rc.1", - "@microsoft/teamsfx-react": "^4.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", + "@microsoft/teamsfx-react": "^4.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.8.0" diff --git a/templates/js/non-sso-tab-default-bot/tab/package.json.tpl b/templates/js/non-sso-tab-default-bot/tab/package.json.tpl index 86ca0ec85c..c63e4da2fe 100644 --- a/templates/js/non-sso-tab-default-bot/tab/package.json.tpl +++ b/templates/js/non-sso-tab-default-bot/tab/package.json.tpl @@ -8,8 +8,8 @@ "dependencies": { "@fluentui/react-components": "^9.55.1", "@microsoft/teams-js": "^2.22.0", - "@microsoft/teamsfx": "^3.0.0-rc.1", - "@microsoft/teamsfx-react": "^4.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", + "@microsoft/teamsfx-react": "^4.0.0", "axios": "^0.21.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/templates/js/notification-express/package.json.tpl b/templates/js/notification-express/package.json.tpl index caec980a03..f3da51a9a1 100644 --- a/templates/js/notification-express/package.json.tpl +++ b/templates/js/notification-express/package.json.tpl @@ -24,7 +24,7 @@ "dependencies": { "adaptivecards-templating": "^2.3.1", "adaptive-expressions": "^4.23.1", - "@microsoft/teamsfx": "^3.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", "botbuilder": "^4.23.1", "express": "^5.0.1" }, diff --git a/templates/js/notification-http-timer-trigger/package.json.tpl b/templates/js/notification-http-timer-trigger/package.json.tpl index 8cd6d9e8f1..0e984f6a7b 100644 --- a/templates/js/notification-http-timer-trigger/package.json.tpl +++ b/templates/js/notification-http-timer-trigger/package.json.tpl @@ -23,7 +23,7 @@ "dependencies": { "adaptivecards-templating": "^2.3.1", "adaptive-expressions": "^4.23.1", - "@microsoft/teamsfx": "^3.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", "botbuilder": "^4.23.1" }, "devDependencies": { diff --git a/templates/js/notification-http-trigger/package.json.tpl b/templates/js/notification-http-trigger/package.json.tpl index 8cd6d9e8f1..0e984f6a7b 100644 --- a/templates/js/notification-http-trigger/package.json.tpl +++ b/templates/js/notification-http-trigger/package.json.tpl @@ -23,7 +23,7 @@ "dependencies": { "adaptivecards-templating": "^2.3.1", "adaptive-expressions": "^4.23.1", - "@microsoft/teamsfx": "^3.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", "botbuilder": "^4.23.1" }, "devDependencies": { diff --git a/templates/js/notification-timer-trigger/package.json.tpl b/templates/js/notification-timer-trigger/package.json.tpl index 8cd6d9e8f1..0e984f6a7b 100644 --- a/templates/js/notification-timer-trigger/package.json.tpl +++ b/templates/js/notification-timer-trigger/package.json.tpl @@ -23,7 +23,7 @@ "dependencies": { "adaptivecards-templating": "^2.3.1", "adaptive-expressions": "^4.23.1", - "@microsoft/teamsfx": "^3.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", "botbuilder": "^4.23.1" }, "devDependencies": { diff --git a/templates/js/sso-tab-with-obo-flow/api/package.json b/templates/js/sso-tab-with-obo-flow/api/package.json index 2ed0192bfd..f368d97a12 100644 --- a/templates/js/sso-tab-with-obo-flow/api/package.json +++ b/templates/js/sso-tab-with-obo-flow/api/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@azure/functions": "^4.0.0", - "@microsoft/teamsfx": "^3.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", "@microsoft/microsoft-graph-client": "^3.0.1", "isomorphic-fetch": "^3.0.0" }, diff --git a/templates/js/sso-tab-with-obo-flow/package.json.tpl b/templates/js/sso-tab-with-obo-flow/package.json.tpl index ec9e5ee1b4..e4179f5e4e 100644 --- a/templates/js/sso-tab-with-obo-flow/package.json.tpl +++ b/templates/js/sso-tab-with-obo-flow/package.json.tpl @@ -9,8 +9,8 @@ "dependencies": { "@fluentui/react-components": "^9.55.1", "@microsoft/teams-js": "^2.22.0", - "@microsoft/teamsfx": "^3.0.0-rc.1", - "@microsoft/teamsfx-react": "^4.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", + "@microsoft/teamsfx-react": "^4.0.0", "axios": "^0.21.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/templates/js/workflow/package.json.tpl b/templates/js/workflow/package.json.tpl index f7ac6e72b0..eb61d930f5 100644 --- a/templates/js/workflow/package.json.tpl +++ b/templates/js/workflow/package.json.tpl @@ -24,7 +24,7 @@ "dependencies": { "adaptivecards-templating": "^2.3.1", "adaptive-expressions": "^4.23.1", - "@microsoft/teamsfx": "^3.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", "botbuilder": "^4.23.1", "express": "^5.0.1" }, diff --git a/templates/package.json b/templates/package.json index 1c38a924cc..24436be251 100644 --- a/templates/package.json +++ b/templates/package.json @@ -1,6 +1,6 @@ { "name": "templates", - "version": "4.3.2-rc.2", + "version": "4.3.2", "private": "true", "license": "MIT", "scripts": { diff --git a/templates/ts/command-and-response/package.json.tpl b/templates/ts/command-and-response/package.json.tpl index 400f23f039..d1362bea11 100644 --- a/templates/ts/command-and-response/package.json.tpl +++ b/templates/ts/command-and-response/package.json.tpl @@ -25,7 +25,7 @@ "dependencies": { "adaptivecards-templating": "^2.3.1", "adaptive-expressions": "^4.23.1", - "@microsoft/teamsfx": "^3.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", "botbuilder": "^4.23.1", "express": "^5.0.1" }, diff --git a/templates/ts/dashboard-tab/package.json.tpl b/templates/ts/dashboard-tab/package.json.tpl index 830fe72706..f0334796dd 100644 --- a/templates/ts/dashboard-tab/package.json.tpl +++ b/templates/ts/dashboard-tab/package.json.tpl @@ -11,8 +11,8 @@ "@fluentui/react-components": "^9.55.1", "@fluentui/react-icons": "^2.0.186", "@microsoft/teams-js": "^2.22.0", - "@microsoft/teamsfx": "^3.0.0-rc.1", - "@microsoft/teamsfx-react": "^4.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", + "@microsoft/teamsfx-react": "^4.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.8.0" diff --git a/templates/ts/non-sso-tab-default-bot/tab/package.json.tpl b/templates/ts/non-sso-tab-default-bot/tab/package.json.tpl index 4ea5b2f41d..033cf61d3c 100644 --- a/templates/ts/non-sso-tab-default-bot/tab/package.json.tpl +++ b/templates/ts/non-sso-tab-default-bot/tab/package.json.tpl @@ -8,8 +8,8 @@ "dependencies": { "@fluentui/react-components": "^9.55.1", "@microsoft/teams-js": "^2.22.0", - "@microsoft/teamsfx": "^3.0.0-rc.1", - "@microsoft/teamsfx-react": "^4.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", + "@microsoft/teamsfx-react": "^4.0.0", "axios": "^0.21.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/templates/ts/notification-express/package.json.tpl b/templates/ts/notification-express/package.json.tpl index c4287cb07e..b52d2fc385 100644 --- a/templates/ts/notification-express/package.json.tpl +++ b/templates/ts/notification-express/package.json.tpl @@ -25,7 +25,7 @@ "dependencies": { "adaptivecards-templating": "^2.3.1", "adaptive-expressions": "^4.23.1", - "@microsoft/teamsfx": "^3.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", "botbuilder": "^4.23.1", "express": "^5.0.1" }, diff --git a/templates/ts/notification-http-timer-trigger/package.json.tpl b/templates/ts/notification-http-timer-trigger/package.json.tpl index a699defdc2..1f1515e3e2 100644 --- a/templates/ts/notification-http-timer-trigger/package.json.tpl +++ b/templates/ts/notification-http-timer-trigger/package.json.tpl @@ -27,7 +27,7 @@ "dependencies": { "adaptivecards-templating": "^2.3.1", "adaptive-expressions": "^4.23.1", - "@microsoft/teamsfx": "^3.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", "botbuilder": "^4.23.1" }, "devDependencies": { diff --git a/templates/ts/notification-http-trigger/package.json.tpl b/templates/ts/notification-http-trigger/package.json.tpl index a699defdc2..1f1515e3e2 100644 --- a/templates/ts/notification-http-trigger/package.json.tpl +++ b/templates/ts/notification-http-trigger/package.json.tpl @@ -27,7 +27,7 @@ "dependencies": { "adaptivecards-templating": "^2.3.1", "adaptive-expressions": "^4.23.1", - "@microsoft/teamsfx": "^3.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", "botbuilder": "^4.23.1" }, "devDependencies": { diff --git a/templates/ts/notification-timer-trigger/package.json.tpl b/templates/ts/notification-timer-trigger/package.json.tpl index a699defdc2..1f1515e3e2 100644 --- a/templates/ts/notification-timer-trigger/package.json.tpl +++ b/templates/ts/notification-timer-trigger/package.json.tpl @@ -27,7 +27,7 @@ "dependencies": { "adaptivecards-templating": "^2.3.1", "adaptive-expressions": "^4.23.1", - "@microsoft/teamsfx": "^3.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", "botbuilder": "^4.23.1" }, "devDependencies": { diff --git a/templates/ts/sso-tab-with-obo-flow/api/package.json b/templates/ts/sso-tab-with-obo-flow/api/package.json index 56819d6b30..84023b7a69 100644 --- a/templates/ts/sso-tab-with-obo-flow/api/package.json +++ b/templates/ts/sso-tab-with-obo-flow/api/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@azure/functions": "^4.0.0", - "@microsoft/teamsfx": "^3.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", "@microsoft/microsoft-graph-client": "^3.0.1", "isomorphic-fetch": "^3.0.0" }, diff --git a/templates/ts/sso-tab-with-obo-flow/package.json.tpl b/templates/ts/sso-tab-with-obo-flow/package.json.tpl index 86dbfcb862..69b83401d3 100644 --- a/templates/ts/sso-tab-with-obo-flow/package.json.tpl +++ b/templates/ts/sso-tab-with-obo-flow/package.json.tpl @@ -9,8 +9,8 @@ "dependencies": { "@fluentui/react-components": "^9.55.1", "@microsoft/teams-js": "^2.22.0", - "@microsoft/teamsfx": "^3.0.0-rc.1", - "@microsoft/teamsfx-react": "^4.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", + "@microsoft/teamsfx-react": "^4.0.0", "axios": "^0.21.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/templates/ts/workflow/package.json.tpl b/templates/ts/workflow/package.json.tpl index 1bb9b4bbb3..a300ba7f89 100644 --- a/templates/ts/workflow/package.json.tpl +++ b/templates/ts/workflow/package.json.tpl @@ -25,7 +25,7 @@ "dependencies": { "adaptivecards-templating": "^2.3.1", "adaptive-expressions": "^4.23.1", - "@microsoft/teamsfx": "^3.0.0-rc.1", + "@microsoft/teamsfx": "^3.0.0", "botbuilder": "^4.23.1", "express": "^5.0.1" },