Skip to content

Commit

Permalink
build(release): publish detail
Browse files Browse the repository at this point in the history
 - @microsoft/teamsfx-api@0.23.1
 - @microsoft/teamsapp-cli@3.0.2
 - @microsoft/teamsfx-core@2.0.9
 - @microsoft/teams-manifest@0.1.5
 - @microsoft/teamsfx-server@2.0.8
 - @microsoft/m365-spec-parser@0.2.1
 - @microsoft/teamsfx-test@0.0.6
 - ms-teams-vscode-extension@5.8.1
 - @microsoft/vscode-ui@1.0.3
 - templates@4.2.2
  • Loading branch information
MSFT-yiz committed May 29, 2024
1 parent 3a75b56 commit 587fc1c
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
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.1-rc-hotfix.0",
"version": "0.23.1",
"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.2-rc-hotfix.2",
"version": "3.0.2",
"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.9-rc-hotfix.2",
"version": "2.0.9",
"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.2.2-rc-hotfix.1",
"version": "~4.2",
"localVersion": "4.2.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.5-rc-hotfix.0",
"version": "0.1.5",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
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.8-rc-hotfix.2",
"version": "2.0.8",
"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.1-rc-hotfix.0",
"version": "0.2.1",
"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.6-rc-hotfix.2",
"version": "0.0.6",
"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.8.1-rc-hotfix.3",
"version": "5.8.1",
"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.3-rc-hotfix.0",
"version": "1.0.3",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
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.2-rc-hotfix.1",
"version": "4.2.2",
"private": "true",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 587fc1c

Please sign in to comment.