Skip to content

Commit 994ca28

Browse files
authored
Merge pull request #14228 from OfficeDev/qinzhouxu/cherry-pick-version
build: cherry-pick version change into dev
2 parents 72e1fa7 + de412df commit 994ca28

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.0.1",
3+
"version": "1.0.3",
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.1",
3+
"version": "3.0.3",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"license": "MIT",

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.17",
3+
"version": "2.0.19",
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.5",
3+
"version": "0.1.7",
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.0.1",
5+
"version": "6.0.2",
66
"publisher": "TeamsDevApp",
77
"author": "Microsoft Corporation",
88
"private": true,

0 commit comments

Comments
 (0)