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 May 21, 2021
1 parent 48f0279 commit 646e96c
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 32 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.1.0-rc.5",
"version": "0.1.0",
"description": "teamsfx framework api",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
16 changes: 8 additions & 8 deletions 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.1.0-rc.5",
"version": "0.1.0",
"description": "",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -79,8 +79,8 @@
"@azure/core-http": "^1.2.2",
"@azure/identity": "^1.2.3",
"@azure/ms-rest-nodeauth": "^3.0.7",
"@microsoft/teamsfx-api": "^0.1.0-rc.5",
"@microsoft/teamsfx-core": "^0.1.0-rc.5",
"@microsoft/teamsfx-api": "^0.1.0",
"@microsoft/teamsfx-core": "^0.1.0",
"adm-zip": "^0.5.5",
"applicationinsights": "^1.8.10",
"async-mutex": "^0.3.1",
Expand Down
8 changes: 4 additions & 4 deletions 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.1.0-rc.5",
"version": "0.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@azure/msal-node": "^1.0.0",
"@azure/storage-blob": "^12.3.0",
"@dbpiper/timer": "1.0.0-beta.2",
"@microsoft/teamsfx-api": "^0.1.0-rc.5",
"@microsoft/teamsfx-api": "^0.1.0",
"@types/jwt-decode": "3.1.0",
"adm-zip": "^0.5.5",
"ajv": "^7.1.1",
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.1.2-rc.5",
"version": "0.1.2",
"description": "Microsoft Teams Framework for Node.js and browser.",
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
Expand Down
16 changes: 8 additions & 8 deletions 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.0.0-rc.5",
"version": "2.0.0",
"publisher": "TeamsDevApp",
"author": "Microsoft Corporation",
"icon": "media/teams.png",
Expand Down Expand Up @@ -541,8 +541,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.1.0-rc.5",
"@microsoft/teamsfx-core": "^0.1.0-rc.5",
"@microsoft/teamsfx-api": "^0.1.0",
"@microsoft/teamsfx-core": "^0.1.0",
"async-mutex": "^0.3.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
Expand Down

0 comments on commit 646e96c

Please sign in to comment.