Skip to content

Commit

Permalink
Merge pull request #12454 from Siglud/siglud/fix-version-rc
Browse files Browse the repository at this point in the history
build: rollback version after RC release
  • Loading branch information
eriolchan authored Sep 26, 2024
2 parents 1faec96 + 918b2a9 commit ef0e026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.10-rc.0",
"version": "2.0.9",
"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.9-rc.0",
"version": "2.0.8",
"author": "Microsoft Corporation",
"description": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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.2-rc.0",
"version": "0.2.1",
"description": "OpenAPI specification files Parser for M365 Apps",
"main": "dist/index.node.cjs.js",
"browser": "dist/index.esm2017.js",
Expand Down

0 comments on commit ef0e026

Please sign in to comment.