Skip to content

Commit

Permalink
build(release): publish detail
Browse files Browse the repository at this point in the history
 - @microsoft/[email protected]
 - @microsoft/[email protected]
 - @microsoft/[email protected]
 - @microsoft/[email protected]
 - @microsoft/[email protected]
 - [email protected]
  • Loading branch information
MSFT-yiz committed May 31, 2023
1 parent 0f4283b commit 5800bbc
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 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.

6 changes: 3 additions & 3 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.3-rc.1",
"version": "0.22.3",
"description": "teamsfx framework api",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@microsoft/api-documenter": "^7.15.3",
"@microsoft/api-extractor": "^7.18.4",
"@microsoft/eslint-plugin-teamsfx": "^0.0.3-rc.0",
"@microsoft/eslint-plugin-teamsfx": "^0.0.3",
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.3",
"@types/chai-spies": "^1.0.3",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@azure/core-auth": "^1.4.0",
"@microsoft/teams-manifest": "^0.1.0-rc.0",
"@microsoft/teams-manifest": "^0.1.0",
"axios": "^0.21.2",
"chai": "^4.3.4",
"jsonschema": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-teamsfx/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/eslint-plugin-teamsfx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/eslint-plugin-teamsfx",
"version": "0.0.3-rc.0",
"version": "0.0.3",
"description": "eslint for teamsfx",
"keywords": [
"eslint",
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.

6 changes: 3 additions & 3 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.1-rc.1",
"version": "2.0.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@azure/storage-blob": "^12.7.0",
"@dbpiper/timer": "1.0.0-beta.2",
"@feathersjs/hooks": "^0.6.5",
"@microsoft/teamsfx-api": "^0.22.3-rc.1",
"@microsoft/teamsfx-api": "^0.22.3",
"@npmcli/arborist": "^4.2.0",
"@types/proper-lockfile": "^4.1.1",
"adm-zip": "^0.5.5",
Expand Down Expand Up @@ -136,7 +136,7 @@
"devDependencies": {
"@azure/storage-blob": "^12.5.0",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@microsoft/eslint-plugin-teamsfx": "^0.0.3-rc.0",
"@microsoft/eslint-plugin-teamsfx": "^0.0.3",
"@types/adm-zip": "^0.4.33",
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.3",
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": "^3.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/manifest/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/manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teams-manifest",
"version": "0.1.0-rc.0",
"version": "0.1.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@microsoft/eslint-plugin-teamsfx": "^0.0.3-rc.0",
"@microsoft/eslint-plugin-teamsfx": "^0.0.3",
"@types/chai": "^4.2.21",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.3",
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.

8 changes: 4 additions & 4 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.1-rc.1",
"version": "2.0.1",
"author": "Microsoft Corporation",
"description": "",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@microsoft/eslint-plugin-teamsfx": "^0.0.3-rc.0",
"@microsoft/eslint-plugin-teamsfx": "^0.0.3",
"@mochajs/json-file-reporter": "^1.3.0",
"@types/adm-zip": "^0.4.34",
"@types/chai": "^4.2.14",
Expand Down Expand Up @@ -93,8 +93,8 @@
},
"dependencies": {
"@azure/identity": "^3.1.3",
"@microsoft/teamsfx-api": "^0.22.3-rc.1",
"@microsoft/teamsfx-core": "^2.0.1-rc.1",
"@microsoft/teamsfx-api": "^0.22.3",
"@microsoft/teamsfx-core": "^2.0.1",
"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.

4 changes: 2 additions & 2 deletions templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "templates",
"version": "3.0.1-rc.1",
"version": "3.0.1",
"private": "true",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -81,7 +81,7 @@
"csharp/non-sso-tab"
],
"devDependencies": {
"@microsoft/eslint-plugin-teamsfx": "^0.0.3-rc.0",
"@microsoft/eslint-plugin-teamsfx": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.22.0",
Expand Down

0 comments on commit 5800bbc

Please sign in to comment.