diff --git a/packages/adaptivecards-tools-sdk/package.json b/packages/adaptivecards-tools-sdk/package.json index 567b6c6a53..ddee904345 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.4-rc-hotfix.0", + "version": "1.3.4", "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 3d5400e748..fc16c471b2 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx-api", - "version": "0.23.0-rc-hotfix.2", + "version": "0.23.0", "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 83b1432cfe..d248e4a3a1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsapp-cli", - "version": "3.0.1-rc-hotfix.5", + "version": "3.0.1", "author": "Microsoft Corporation", "description": "", "license": "MIT", diff --git a/packages/fx-core/package.json b/packages/fx-core/package.json index 48c69765d8..27e453759d 100644 --- a/packages/fx-core/package.json +++ b/packages/fx-core/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx-core", - "version": "2.0.8-rc-hotfix.6", + "version": "2.0.8", "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 f2e7405e22..21619eaea5 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.2.1-rc-hotfix.6", + "version": "~4.2", + "localVersion": "4.2.1", "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 0d8c37f6ff..12324d79eb 100644 --- a/packages/manifest/package.json +++ b/packages/manifest/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teams-manifest", - "version": "0.1.4-rc-hotfix.2", + "version": "0.1.4", "main": "build/index.js", "types": "build/index.d.ts", "license": "MIT", diff --git a/packages/sdk-react/package.json b/packages/sdk-react/package.json index 31bb84a032..951729bca9 100644 --- a/packages/sdk-react/package.json +++ b/packages/sdk-react/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx-react", - "version": "3.1.2-rc-hotfix.1", + "version": "3.1.2", "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 cce461502e..bdb6688d29 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx", - "version": "2.3.2-rc-hotfix.1", + "version": "2.3.2", "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 044f6e2064..2362003c82 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx-server", - "version": "2.0.7-rc-hotfix.5", + "version": "2.0.7", "author": "Microsoft Corporation", "description": "", "license": "MIT", diff --git a/packages/spec-parser/package.json b/packages/spec-parser/package.json index 1471827c02..7d79fba4e9 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.0-rc-hotfix.4", + "version": "0.2.0", "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 c0ac841826..22f96c7b7c 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx-test", - "version": "0.0.5-rc-hotfix.5", + "version": "0.0.5", "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 b934d13810..b91e61626a 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.8.0-rc-hotfix.6", + "version": "5.8.0", "publisher": "TeamsDevApp", "author": "Microsoft Corporation", "private": true, diff --git a/packages/vscode-ui/package.json b/packages/vscode-ui/package.json index acc540d418..7f0e78c117 100644 --- a/packages/vscode-ui/package.json +++ b/packages/vscode-ui/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/vscode-ui", - "version": "1.0.2-rc-hotfix.2", + "version": "1.0.2", "main": "build/index.js", "types": "build/index.d.ts", "license": "MIT", diff --git a/templates/package.json b/templates/package.json index 68a3cb0703..215b09c130 100644 --- a/templates/package.json +++ b/templates/package.json @@ -1,6 +1,6 @@ { "name": "templates", - "version": "4.2.1-rc-hotfix.6", + "version": "4.2.1", "private": "true", "license": "MIT", "scripts": {