Skip to content

Commit

Permalink
build(release): publish detail
Browse files Browse the repository at this point in the history
 - @microsoft/teamsapp-cli@3.0.7-rc.0
 - @microsoft/teamsfx-core@2.0.14-rc.0
 - @microsoft/teamsfx-server@2.0.13-rc.0
 - @microsoft/m365-spec-parser@0.2.5-rc.0
 - @microsoft/teamsfx-test@0.1.1-rc.0
 - ms-teams-vscode-extension@5.12.1-rc.0
  • Loading branch information
MSFT-yiz committed Jan 21, 2025
1 parent cdb8159 commit c76561e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsapp-cli",
"version": "3.0.6",
"version": "3.0.7-rc.0",
"author": "Microsoft Corporation",
"description": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/fx-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx-core",
"version": "2.0.13",
"version": "2.0.14-rc.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx-server",
"version": "2.0.12",
"version": "2.0.13-rc.0",
"author": "Microsoft Corporation",
"description": "",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/spec-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/m365-spec-parser",
"version": "0.2.4",
"version": "0.2.5-rc.0",
"description": "OpenAPI specification files Parser for M365 Apps",
"main": "dist/index.node.cjs.js",
"browser": "dist/index.esm2017.js",
Expand Down Expand Up @@ -49,9 +49,9 @@
"access": "public"
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.1",
"@apidevtools/openapi-schemas": "2.1.0",
"@apidevtools/swagger-methods": "3.0.2",
"@apidevtools/swagger-parser": "^10.1.1",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@jsdevtools/ono": "^7.1.3",
"@rollup/plugin-json": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx-test",
"version": "0.1.0",
"version": "0.1.1-rc.0",
"description": "A UI Test Project of Teams Toolkit Extension",
"private": true,
"author": "Microsoft Corporation",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"version": "5.12.1-rc.0",
"publisher": "TeamsDevApp",
"author": "Microsoft Corporation",
"private": true,
Expand Down

0 comments on commit c76561e

Please sign in to comment.