Skip to content

Commit

Permalink
chore(release): publish detail
Browse files Browse the repository at this point in the history
  • Loading branch information
MSFT-yiz committed Jul 12, 2021
1 parent 72096d4 commit c9000fc
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx-api",
"version": "0.3.0-rc.1",
"version": "0.3.0",
"description": "teamsfx framework api",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx-cli",
"version": "0.2.2-rc.0",
"version": "0.2.2",
"author": "Microsoft Corporation",
"description": "",
"license": "MIT",
Expand Down Expand Up @@ -97,8 +97,8 @@
"@azure/core-http": "^1.2.0",
"@azure/identity": "^1.3.0",
"@azure/ms-rest-nodeauth": "^3.0.6",
"@microsoft/teamsfx-api": "^0.3.0-rc.1",
"@microsoft/teamsfx-core": "^0.3.0-rc.1",
"@microsoft/teamsfx-api": "^0.3.0",
"@microsoft/teamsfx-core": "^0.3.0",
"adm-zip": "^0.5.5",
"applicationinsights": "^1.8.10",
"async-mutex": "^0.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/fx-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/fx-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx-core",
"version": "0.3.0-rc.1",
"version": "0.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@azure/storage-blob": "^12.3.0",
"@dbpiper/timer": "1.0.0-beta.2",
"@feathersjs/hooks": "^0.6.5",
"@microsoft/teamsfx-api": "^0.3.0-rc.1",
"@microsoft/teamsfx-api": "^0.3.0",
"@types/jwt-decode": "3.1.0",
"@types/proper-lockfile": "^4.1.1",
"adm-zip": "^0.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx",
"version": "0.2.2-rc.0",
"version": "0.2.2",
"description": "Microsoft Teams Framework for Node.js and browser.",
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions 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 (Preview)",
"description": "Create, debug, and deploy Teams apps with Teams Toolkit",
"version": "2.2.0-rc.1",
"version": "2.2.0",
"publisher": "TeamsDevApp",
"author": "Microsoft Corporation",
"icon": "media/teams.png",
Expand Down Expand Up @@ -561,8 +561,8 @@
"@azure/identity": "^1.2.1",
"@azure/ms-rest-nodeauth": "^3.0.7",
"@azure/msal-node": "^1.0.0-beta.5",
"@microsoft/teamsfx-api": "^0.3.0-rc.1",
"@microsoft/teamsfx-core": "^0.3.0-rc.1",
"@microsoft/teamsfx-api": "^0.3.0",
"@microsoft/teamsfx-core": "^0.3.0",
"async-mutex": "^0.3.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
Expand Down

0 comments on commit c9000fc

Please sign in to comment.