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.6
 - @microsoft/teamsfx-api@0.23.4
 - @microsoft/teamsapp-cli@3.0.6
 - @microsoft/eslint-plugin-teamsfx@0.0.5
 - @microsoft/teamsfx-core@2.0.13
 - @microsoft/teams-manifest@0.1.8
 - @microsoft/metrics-ts@0.0.5
 - @microsoft/teamsfx@3.0.0
 - @microsoft/teamsfx-react@4.0.0
 - @microsoft/teamsfx-server@2.0.12
 - @microsoft/m365-spec-parser@0.2.4
 - @microsoft/teamsfx-test@0.1.0
 - ms-teams-vscode-extension@5.12.0
 - @microsoft/vscode-ui@1.0.6
 - templates@4.3.2
  • Loading branch information
MSFT-yiz committed Dec 18, 2024
1 parent 0aad59d commit 9fc1ed0
Show file tree
Hide file tree
Showing 36 changed files with 43 additions and 43 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.6-rc.1",
"version": "1.3.6",
"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.23.4-rc.1",
"version": "0.23.4",
"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.6-rc.1",
"version": "3.0.6",
"author": "Microsoft Corporation",
"description": "",
"license": "MIT",
Expand Down
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.5-rc.1",
"version": "0.0.5",
"description": "eslint for teamsfx",
"keywords": [
"eslint",
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.13-rc.1",
"version": "2.0.13",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/fx-core/src/common/templates-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "0.0.0-rc",
"localVersion": "4.3.2-rc.2",
"version": "~4.3",
"localVersion": "4.3.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/manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teams-manifest",
"version": "0.1.8-rc.1",
"version": "0.1.8",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/metrics-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/metrics-ts",
"version": "0.0.5-rc.1",
"version": "0.0.5",
"description": "Add metrics without intruding source code",
"keywords": [
"Metrics"
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": "4.0.0-rc.1",
"version": "4.0.0",
"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": "3.0.0-rc.1",
"version": "3.0.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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/teamsfx-server",
"version": "2.0.12-rc.1",
"version": "2.0.12",
"author": "Microsoft Corporation",
"description": "",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/spec-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/m365-spec-parser",
"version": "0.2.4-rc.1",
"version": "0.2.4",
"description": "OpenAPI specification files Parser for M365 Apps",
"main": "dist/index.node.cjs.js",
"browser": "dist/index.esm2017.js",
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.9-rc.0",
"version": "0.1.0",
"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.12.0-rc.3",
"version": "5.12.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.6-rc.1",
"version": "1.0.6",
"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 @@ -24,7 +24,7 @@
"dependencies": {
"adaptivecards-templating": "^2.3.1",
"adaptive-expressions": "^4.23.1",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"botbuilder": "^4.23.1",
"express": "^5.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions templates/js/dashboard-tab/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@fluentui/react-components": "^9.55.1",
"@fluentui/react-icons": "^2.0.186",
"@microsoft/teams-js": "^2.22.0",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx-react": "^4.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"@microsoft/teamsfx-react": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0"
Expand Down
4 changes: 2 additions & 2 deletions templates/js/non-sso-tab-default-bot/tab/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dependencies": {
"@fluentui/react-components": "^9.55.1",
"@microsoft/teams-js": "^2.22.0",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx-react": "^4.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"@microsoft/teamsfx-react": "^4.0.0",
"axios": "^0.21.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/js/notification-express/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"adaptivecards-templating": "^2.3.1",
"adaptive-expressions": "^4.23.1",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"botbuilder": "^4.23.1",
"express": "^5.0.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"adaptivecards-templating": "^2.3.1",
"adaptive-expressions": "^4.23.1",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"botbuilder": "^4.23.1"
},
"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 @@ -23,7 +23,7 @@
"dependencies": {
"adaptivecards-templating": "^2.3.1",
"adaptive-expressions": "^4.23.1",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"botbuilder": "^4.23.1"
},
"devDependencies": {
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 @@ -23,7 +23,7 @@
"dependencies": {
"adaptivecards-templating": "^2.3.1",
"adaptive-expressions": "^4.23.1",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"botbuilder": "^4.23.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/js/sso-tab-with-obo-flow/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@azure/functions": "^4.0.0",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"@microsoft/microsoft-graph-client": "^3.0.1",
"isomorphic-fetch": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions templates/js/sso-tab-with-obo-flow/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"@fluentui/react-components": "^9.55.1",
"@microsoft/teams-js": "^2.22.0",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx-react": "^4.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"@microsoft/teamsfx-react": "^4.0.0",
"axios": "^0.21.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
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 @@ -24,7 +24,7 @@
"dependencies": {
"adaptivecards-templating": "^2.3.1",
"adaptive-expressions": "^4.23.1",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"botbuilder": "^4.23.1",
"express": "^5.0.1"
},
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.3.2-rc.2",
"version": "4.3.2",
"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 @@ -25,7 +25,7 @@
"dependencies": {
"adaptivecards-templating": "^2.3.1",
"adaptive-expressions": "^4.23.1",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"botbuilder": "^4.23.1",
"express": "^5.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions templates/ts/dashboard-tab/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@fluentui/react-components": "^9.55.1",
"@fluentui/react-icons": "^2.0.186",
"@microsoft/teams-js": "^2.22.0",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx-react": "^4.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"@microsoft/teamsfx-react": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0"
Expand Down
4 changes: 2 additions & 2 deletions templates/ts/non-sso-tab-default-bot/tab/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dependencies": {
"@fluentui/react-components": "^9.55.1",
"@microsoft/teams-js": "^2.22.0",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx-react": "^4.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"@microsoft/teamsfx-react": "^4.0.0",
"axios": "^0.21.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/ts/notification-express/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"adaptivecards-templating": "^2.3.1",
"adaptive-expressions": "^4.23.1",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"botbuilder": "^4.23.1",
"express": "^5.0.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"adaptivecards-templating": "^2.3.1",
"adaptive-expressions": "^4.23.1",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"botbuilder": "^4.23.1"
},
"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 @@ -27,7 +27,7 @@
"dependencies": {
"adaptivecards-templating": "^2.3.1",
"adaptive-expressions": "^4.23.1",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"botbuilder": "^4.23.1"
},
"devDependencies": {
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 @@ -27,7 +27,7 @@
"dependencies": {
"adaptivecards-templating": "^2.3.1",
"adaptive-expressions": "^4.23.1",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"botbuilder": "^4.23.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/ts/sso-tab-with-obo-flow/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@azure/functions": "^4.0.0",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"@microsoft/microsoft-graph-client": "^3.0.1",
"isomorphic-fetch": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions templates/ts/sso-tab-with-obo-flow/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"@fluentui/react-components": "^9.55.1",
"@microsoft/teams-js": "^2.22.0",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx-react": "^4.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"@microsoft/teamsfx-react": "^4.0.0",
"axios": "^0.21.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
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 @@ -25,7 +25,7 @@
"dependencies": {
"adaptivecards-templating": "^2.3.1",
"adaptive-expressions": "^4.23.1",
"@microsoft/teamsfx": "^3.0.0-rc.1",
"@microsoft/teamsfx": "^3.0.0",
"botbuilder": "^4.23.1",
"express": "^5.0.1"
},
Expand Down

0 comments on commit 9fc1ed0

Please sign in to comment.