From 587fc1ce650e382aa6fea5aaf63694d4a6e7e49c Mon Sep 17 00:00:00 2001 From: MSFT-yiz Date: Wed, 29 May 2024 08:39:29 +0000 Subject: [PATCH] build(release): publish detail - @microsoft/teamsfx-api@0.23.1 - @microsoft/teamsapp-cli@3.0.2 - @microsoft/teamsfx-core@2.0.9 - @microsoft/teams-manifest@0.1.5 - @microsoft/teamsfx-server@2.0.8 - @microsoft/m365-spec-parser@0.2.1 - @microsoft/teamsfx-test@0.0.6 - ms-teams-vscode-extension@5.8.1 - @microsoft/vscode-ui@1.0.3 - templates@4.2.2 --- packages/api/package.json | 2 +- packages/cli/package.json | 2 +- packages/fx-core/package.json | 2 +- packages/fx-core/src/common/templates-config.json | 4 ++-- packages/manifest/package.json | 2 +- packages/server/package.json | 2 +- packages/spec-parser/package.json | 2 +- packages/tests/package.json | 2 +- packages/vscode-extension/package.json | 2 +- packages/vscode-ui/package.json | 2 +- templates/package.json | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/api/package.json b/packages/api/package.json index 347b7a1733..e2b4f5da2e 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx-api", - "version": "0.23.1-rc-hotfix.0", + "version": "0.23.1", "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 86806456cc..2f0ba09f83 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsapp-cli", - "version": "3.0.2-rc-hotfix.2", + "version": "3.0.2", "author": "Microsoft Corporation", "description": "", "license": "MIT", diff --git a/packages/fx-core/package.json b/packages/fx-core/package.json index 99b7539bb0..797d09d71e 100644 --- a/packages/fx-core/package.json +++ b/packages/fx-core/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx-core", - "version": "2.0.9-rc-hotfix.2", + "version": "2.0.9", "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 2b15a00782..443e3563e3 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.2-rc-hotfix.1", + "version": "~4.2", + "localVersion": "4.2.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 5f31af5035..79de67b717 100644 --- a/packages/manifest/package.json +++ b/packages/manifest/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teams-manifest", - "version": "0.1.5-rc-hotfix.0", + "version": "0.1.5", "main": "build/index.js", "types": "build/index.d.ts", "license": "MIT", diff --git a/packages/server/package.json b/packages/server/package.json index 88aa9b04a9..8a1ff042d5 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx-server", - "version": "2.0.8-rc-hotfix.2", + "version": "2.0.8", "author": "Microsoft Corporation", "description": "", "license": "MIT", diff --git a/packages/spec-parser/package.json b/packages/spec-parser/package.json index 9fea9ba353..f876f5d08e 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.1-rc-hotfix.0", + "version": "0.2.1", "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 c11212238a..f7788b11d9 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/teamsfx-test", - "version": "0.0.6-rc-hotfix.2", + "version": "0.0.6", "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 6d5e80208c..bc2df04512 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.1-rc-hotfix.3", + "version": "5.8.1", "publisher": "TeamsDevApp", "author": "Microsoft Corporation", "private": true, diff --git a/packages/vscode-ui/package.json b/packages/vscode-ui/package.json index e74dcac688..caf04058d0 100644 --- a/packages/vscode-ui/package.json +++ b/packages/vscode-ui/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/vscode-ui", - "version": "1.0.3-rc-hotfix.0", + "version": "1.0.3", "main": "build/index.js", "types": "build/index.d.ts", "license": "MIT", diff --git a/templates/package.json b/templates/package.json index 9d47ce94cb..76ad166bb9 100644 --- a/templates/package.json +++ b/templates/package.json @@ -1,6 +1,6 @@ { "name": "templates", - "version": "4.2.2-rc-hotfix.1", + "version": "4.2.2", "private": "true", "license": "MIT", "scripts": {