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 Nov 29, 2022
1 parent e23e94b commit 83b87c2
Show file tree
Hide file tree
Showing 11 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.

4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx-api",
"version": "0.21.1-rc.0",
"version": "0.21.1",
"description": "teamsfx framework api",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@azure/core-http": "^1.2.2",
"@microsoft/teams-manifest": "^0.0.8-rc.0",
"@microsoft/teams-manifest": "^0.0.8",
"axios": "^0.21.2",
"chai": "^4.3.4",
"jsonschema": "^1.4.0",
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": "1.20.0-rc.1",
"version": "1.20.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@azure/storage-blob": "^12.7.0",
"@dbpiper/timer": "1.0.0-beta.2",
"@feathersjs/hooks": "^0.6.5",
"@microsoft/teamsfx-api": "^0.21.1-rc.0",
"@microsoft/teamsfx-api": "^0.21.1",
"@npmcli/arborist": "^4.2.0",
"@types/jwt-decode": "3.1.0",
"@types/proper-lockfile": "^4.1.1",
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.4.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/manifest/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/manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teams-manifest",
"version": "0.0.8-rc.0",
"version": "0.0.8",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
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.

6 changes: 3 additions & 3 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.1.4-rc.1",
"version": "1.1.4",
"author": "Microsoft Corporation",
"description": "",
"license": "MIT",
Expand Down Expand Up @@ -91,8 +91,8 @@
},
"dependencies": {
"@azure/identity": "^1.3.0",
"@microsoft/teamsfx-api": "^0.21.1-rc.0",
"@microsoft/teamsfx-core": "^1.20.0-rc.1",
"@microsoft/teamsfx-api": "^0.21.1",
"@microsoft/teamsfx-core": "^1.20.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.4.1-rc.0",
"version": "1.4.1",
"private": "true",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 83b87c2

Please sign in to comment.