Skip to content

Commit

Permalink
build(release): publish detail
Browse files Browse the repository at this point in the history
 - @microsoft/adaptivecards-tools@1.3.3
 - @microsoft/teamsfx-api@0.22.7
 - @microsoft/teamsapp-cli@3.0.0
 - @microsoft/teamsfx-core@2.0.7
 - @microsoft/teamsfx@2.3.1
 - @microsoft/teamsfx-react@3.1.1
 - @microsoft/teamsfx-server@2.0.6
 - @microsoft/teamsfx-test@0.0.4
 - ms-teams-vscode-extension@5.6.0
 - @microsoft/vscode-ui@1.0.1
 - templates@4.2.0
  • Loading branch information
MSFT-yiz committed Mar 13, 2024
1 parent 2a93bd7 commit bb04f6f
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion packages/adaptivecards-tools-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/adaptivecards-tools",
"version": "1.3.3-rc-hotfix.0",
"version": "1.3.3",
"description": "Microsoft sdk for Adaptive Cards",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.7-rc-hotfix.0",
"version": "0.22.7",
"description": "teamsfx framework api",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsapp-cli",
"version": "3.0.0-rc-hotfix.1",
"version": "3.0.0",
"author": "Microsoft Corporation",
"description": "",
"license": "MIT",
Expand Down
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": "2.0.7-rc-hotfix.1",
"version": "2.0.7",
"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": "~4.2",
"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/sdk-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx-react",
"version": "3.1.1-rc-hotfix.0",
"version": "3.1.1",
"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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx",
"version": "2.3.1-rc-hotfix.0",
"version": "2.3.1",
"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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx-server",
"version": "2.0.6-rc-hotfix.1",
"version": "2.0.6",
"author": "Microsoft Corporation",
"description": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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.4-rc-hotfix.1",
"version": "0.0.4",
"description": "A UI Test Project of Teams Toolkit Extension",
"private": true,
"author": "Microsoft Corporation",
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0-rc-hotfix.1",
"version": "5.6.0",
"publisher": "TeamsDevApp",
"author": "Microsoft Corporation",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/vscode-ui",
"version": "1.0.1-rc-hotfix.0",
"version": "1.0.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion templates/js/command-and-response/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@microsoft/adaptivecards-tools": "^1.0.0",
"@microsoft/teamsfx": "^2.3.1-rc-hotfix.0",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.20.0",
"restify": "^10.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@microsoft/adaptivecards-tools": "^1.0.0",
"@microsoft/teamsfx": "^2.3.1-rc-hotfix.0",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.20.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/js/notification-http-trigger/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@microsoft/adaptivecards-tools": "^1.0.0",
"@microsoft/teamsfx": "^2.3.1-rc-hotfix.0",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.20.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/js/notification-restify/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@microsoft/adaptivecards-tools": "^1.0.0",
"@microsoft/teamsfx": "^2.3.1-rc-hotfix.0",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.20.0",
"restify": "^10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/js/notification-timer-trigger/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@microsoft/adaptivecards-tools": "^1.0.0",
"@microsoft/teamsfx": "^2.3.1-rc-hotfix.0",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.20.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/js/workflow/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@microsoft/adaptivecards-tools": "^1.0.0",
"@microsoft/teamsfx": "^2.3.1-rc-hotfix.0",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.20.0",
"restify": "^10.0.0"
},
Expand Down
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.2.0-rc-hotfix.1",
"version": "4.2.0",
"private": "true",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion templates/ts/command-and-response/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "https://github.com"
},
"dependencies": {
"@microsoft/teamsfx": "^2.3.1-rc-hotfix.0",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.20.0",
"restify": "^10.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@microsoft/adaptivecards-tools": "^1.0.0",
"@microsoft/teamsfx": "^2.3.1-rc-hotfix.0",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.20.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/ts/notification-http-trigger/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@microsoft/adaptivecards-tools": "^1.0.0",
"@microsoft/teamsfx": "^2.3.1-rc-hotfix.0",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.20.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/ts/notification-restify/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@microsoft/adaptivecards-tools": "^1.0.0",
"@microsoft/teamsfx": "^2.3.1-rc-hotfix.0",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.20.0",
"restify": "^10.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/ts/notification-timer-trigger/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@microsoft/adaptivecards-tools": "^1.0.0",
"@microsoft/teamsfx": "^2.3.1-rc-hotfix.0",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.20.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/ts/workflow/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@microsoft/adaptivecards-tools": "^1.0.0",
"@microsoft/teamsfx": "^2.3.1-rc-hotfix.0",
"@microsoft/teamsfx": "^2.3.1",
"botbuilder": "^4.20.0",
"restify": "^10.0.0"
},
Expand Down

0 comments on commit bb04f6f

Please sign in to comment.