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 4, 2023
1 parent 9a1a400 commit a62588c
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
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.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx-cli",
"version": "1.2.6-rc-hotfix.0",
"version": "1.2.6",
"author": "Microsoft Corporation",
"description": "",
"license": "MIT",
Expand Down Expand Up @@ -113,7 +113,7 @@
"@azure/core-http": "^1.2.0",
"@azure/identity": "^3.1.3",
"@microsoft/teamsfx-api": "^0.22.1",
"@microsoft/teamsfx-core": "^1.23.4-rc-hotfix.0",
"@microsoft/teamsfx-core": "^1.23.4",
"adm-zip": "^0.5.5",
"applicationinsights": "^1.8.10",
"async": "^2.6.4",
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.

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": "1.23.4-rc-hotfix.0",
"version": "1.23.4",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/fx-core/src/common/templates-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.0-rc",
"version": "^2.0.0",
"tagPrefix": "templates@",
"tagListURL": "https://github.com/OfficeDev/TeamsFx/releases/download/template-tag-list/template-tags.txt",
"templateDownloadBaseURL": "https://github.com/OfficeDev/TeamsFx/releases/download",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/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/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx-server",
"version": "1.2.5-rc-hotfix.0",
"version": "1.2.5",
"author": "Microsoft Corporation",
"description": "",
"license": "MIT",
Expand Down Expand Up @@ -92,7 +92,7 @@
"dependencies": {
"@azure/identity": "^3.1.3",
"@microsoft/teamsfx-api": "^0.22.1",
"@microsoft/teamsfx-core": "^1.23.4-rc-hotfix.0",
"@microsoft/teamsfx-core": "^1.23.4",
"fs-extra": "^9.1.0",
"underscore": "^1.12.1",
"validator": "^13.7.0",
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.

4 changes: 2 additions & 2 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",
"description": "Create, debug, and deploy Teams apps with Teams Toolkit",
"version": "4.2.5-rc-hotfix.0",
"version": "4.2.5",
"publisher": "TeamsDevApp",
"author": "Microsoft Corporation",
"icon": "media/teams.png",
Expand Down Expand Up @@ -1482,7 +1482,7 @@
"@azure/ms-rest-nodeauth": "^3.1.1",
"@azure/msal-node": "^1.14.6",
"@microsoft/teamsfx-api": "^0.22.1",
"@microsoft/teamsfx-core": "^1.23.4-rc-hotfix.0",
"@microsoft/teamsfx-core": "^1.23.4",
"@npmcli/package-json": "^1.0.1",
"@vscode/extension-telemetry": "^0.6.2",
"@vscode/webview-ui-toolkit": "^0.9.3",
Expand Down
2 changes: 1 addition & 1 deletion templates/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 templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "templates",
"version": "2.0.4-rc-hotfix.0",
"version": "2.0.4",
"private": "true",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit a62588c

Please sign in to comment.