Skip to content

Commit 074ce96

Browse files
committed
build(release): publish detail
- @microsoft/[email protected] - @microsoft/[email protected] - @microsoft/[email protected] - @microsoft/[email protected] - [email protected] - [email protected]
1 parent f9567e9 commit 074ce96

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/m365agentstoolkit-cli",
3-
"version": "1.1.4-rc.1",
3+
"version": "1.1.4",
44
"author": "Microsoft Corporation",
55
"description": "Microsoft 365 Agents Toolkit CLI",
66
"license": "MIT",

packages/fx-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teamsfx-core",
3-
"version": "3.0.9-rc.1",
3+
"version": "3.0.9",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"license": "MIT",

packages/fx-core/src/common/templates-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "0.0.0-rc",
3-
"localVersion": "6.2.3-rc.1",
2+
"version": "~6.2",
3+
"localVersion": "6.2.3",
44
"tagPrefix": "templates@",
55
"vstagPrefix": "templates-vs@",
66
"vsversion": "18.0.0",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teamsfx-server",
3-
"version": "2.0.25-rc.1",
3+
"version": "2.0.25",
44
"author": "Microsoft Corporation",
55
"description": "",
66
"license": "MIT",

packages/tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teamsfx-test",
3-
"version": "0.1.13-rc.1",
3+
"version": "0.1.13",
44
"description": "A UI Test Project of Teams Toolkit Extension",
55
"private": true,
66
"author": "Microsoft Corporation",

packages/vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ms-teams-vscode-extension",
33
"displayName": "Microsoft 365 Agents Toolkit",
44
"description": "Create, debug, and deploy agents with Microsoft 365 Agents Toolkit",
5-
"version": "6.4.2-rc.1",
5+
"version": "6.4.2",
66
"publisher": "TeamsDevApp",
77
"author": "Microsoft Corporation",
88
"private": true,

templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "templates",
3-
"version": "6.2.3-rc.1",
3+
"version": "6.2.3",
44
"private": "true",
55
"license": "MIT",
66
"vsversion": "18.0.0",

0 commit comments

Comments
 (0)