Skip to content

Commit

Permalink
build(release): publish detail
Browse files Browse the repository at this point in the history
  • Loading branch information
MSFT-yiz committed Sep 18, 2023
1 parent 46a9056 commit 522d080
Show file tree
Hide file tree
Showing 21 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.

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.22.5-rc-hotfix.0",
"version": "0.22.5",
"description": "teamsfx framework api",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@azure/core-auth": "^1.4.0",
"@microsoft/teams-manifest": "^0.1.2-rc-hotfix.0",
"@microsoft/teams-manifest": "^0.1.2",
"axios": "^0.21.2",
"chai": "^4.3.4",
"jsonschema": "^1.4.0",
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": "2.0.2-rc-hotfix.0",
"version": "2.0.2",
"author": "Microsoft Corporation",
"description": "",
"license": "MIT",
Expand Down Expand Up @@ -91,8 +91,8 @@
"@azure/arm-subscriptions": "^5.0.0",
"@azure/core-auth": "^1.4.0",
"@azure/identity": "^3.1.3",
"@microsoft/teamsfx-api": "^0.22.5-rc-hotfix.0",
"@microsoft/teamsfx-core": "^2.0.5-rc-hotfix.0",
"@microsoft/teamsfx-api": "^0.22.5",
"@microsoft/teamsfx-core": "^2.0.5",
"applicationinsights": "^1.8.10",
"async-mutex": "^0.3.1",
"chalk": "^4.1.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": "2.0.5-rc-hotfix.0",
"version": "2.0.5",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -91,7 +91,7 @@
"@feathersjs/hooks": "^0.6.5",
"@microsoft/dev-tunnels-contracts": "~1.0.7360",
"@microsoft/dev-tunnels-management": "~1.0.7360",
"@microsoft/teamsfx-api": "^0.22.5-rc-hotfix.0",
"@microsoft/teamsfx-api": "^0.22.5",
"@npmcli/arborist": "^4.2.0",
"@types/proper-lockfile": "^4.1.1",
"adm-zip": "^0.5.5",
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": "4.0.x",
"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.1.2-rc-hotfix.0",
"version": "0.1.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-react/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-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx-react",
"version": "3.0.2-rc-hotfix.0",
"version": "3.0.2",
"description": "React helper functions for Microsoft TeamsFx",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
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": "2.3.0-rc-hotfix.0",
"version": "2.3.0",
"description": "Microsoft Teams Framework for Node.js and browser.",
"main": "dist/index.node.cjs.js",
"browser": "dist/index.esm2017.js",
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": "2.0.4-rc-hotfix.0",
"version": "2.0.4",
"author": "Microsoft Corporation",
"description": "",
"license": "MIT",
Expand Down Expand Up @@ -93,8 +93,8 @@
"dependencies": {
"@azure/identity": "^3.1.3",
"@microsoft/dev-tunnels-contracts": "~1.0.7360",
"@microsoft/teamsfx-api": "^0.22.5-rc-hotfix.0",
"@microsoft/teamsfx-core": "^2.0.5-rc-hotfix.0",
"@microsoft/teamsfx-api": "^0.22.5",
"@microsoft/teamsfx-core": "^2.0.5",
"fs-extra": "^9.1.0",
"underscore": "^1.12.1",
"validator": "^13.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx-test",
"version": "0.0.2-rc-hotfix.0",
"version": "0.0.2",
"description": "A UI Test Project of Teams Toolkit Extension",
"private": true,
"author": "Microsoft Corporation",
Expand All @@ -20,7 +20,7 @@
"@microsoft/dev-tunnels-management": "~1.0.7360",
"@microsoft/dev-tunnels-ssh": "~3.11.1",
"@microsoft/extra-shot-mocha": "0.0.1",
"@microsoft/teamsfx-core": "^2.0.5-rc-hotfix.0",
"@microsoft/teamsfx-core": "^2.0.5",
"@types/chai": "^4.2.19",
"@types/fs-extra": "^7.0.0",
"@types/glob": "^7.1.3",
Expand Down Expand Up @@ -68,8 +68,8 @@
"@azure/arm-sql": "^9.0.0",
"@azure/identity": "^3.1.3",
"@azure/msal-node": "1.17.3",
"@microsoft/teamsfx-api": "^0.22.5-rc-hotfix.0",
"@microsoft/teamsfx-cli": "^2.0.2-rc-hotfix.0",
"@microsoft/teamsfx-api": "^0.22.5",
"@microsoft/teamsfx-cli": "^2.0.2",
"@types/semver": "^7.3.8",
"axios": "^0.21.1",
"azure-arm-resource": "^7.4.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.

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",
"description": "Create, debug, and deploy Teams apps with Teams Toolkit",
"version": "5.2.0-rc-hotfix.0",
"version": "5.2.0",
"publisher": "TeamsDevApp",
"author": "Microsoft Corporation",
"private": true,
Expand Down Expand Up @@ -1279,8 +1279,8 @@
"@microsoft/dev-tunnels-contracts": "~1.0.7360",
"@microsoft/dev-tunnels-management": "~1.0.7360",
"@microsoft/dev-tunnels-ssh": "~3.11.1",
"@microsoft/teamsfx-api": "^0.22.5-rc-hotfix.0",
"@microsoft/teamsfx-core": "^2.0.5-rc-hotfix.0",
"@microsoft/teamsfx-api": "^0.22.5",
"@microsoft/teamsfx-core": "^2.0.5",
"@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": "4.0.1-rc-hotfix.0",
"version": "4.0.1",
"private": "true",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 522d080

Please sign in to comment.