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 Jan 4, 2023
1 parent d1b3939 commit 96b24bd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
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.22.0-rc.4",
"version": "1.22.0",
"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": "^1.5.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.2-rc.3",
"version": "1.2.2",
"author": "Microsoft Corporation",
"description": "",
"license": "MIT",
Expand Down Expand Up @@ -92,7 +92,7 @@
"dependencies": {
"@azure/identity": "^1.3.0",
"@microsoft/teamsfx-api": "^0.22.0",
"@microsoft/teamsfx-core": "^1.22.0-rc.4",
"@microsoft/teamsfx-core": "^1.22.0",
"fs-extra": "^9.1.0",
"underscore": "^1.12.1",
"validator": "^13.7.0",
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": "1.5.1-rc.3",
"version": "1.5.1",
"private": "true",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 96b24bd

Please sign in to comment.