Skip to content

Commit

Permalink
Merge pull request #12883 from OfficeDev/wenyt/ver
Browse files Browse the repository at this point in the history
build: update version for release
  • Loading branch information
eriolchan authored Dec 10, 2024
2 parents 9bfb4e8 + d313f5c commit af8e586
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 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.5",
"version": "1.3.6-rc.0",
"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.2",
"version": "0.23.4-rc.0",
"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.4",
"version": "3.0.6-rc.0",
"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.4",
"version": "0.0.5-rc.0",
"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.11",
"version": "2.0.13-rc.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
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.6",
"version": "0.1.8-rc.0",
"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.4",
"version": "0.0.5-rc.0",
"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",
"version": "4.0.0-rc.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",
"version": "3.0.0-rc.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.10",
"version": "2.0.12-rc.0",
"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.2",
"version": "0.2.4-rc.0",
"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/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.10.0",
"version": "5.12.0-rc.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.4",
"version": "1.0.6-rc.0",
"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.3.0",
"version": "4.3.2-rc.0",
"private": "true",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit af8e586

Please sign in to comment.