Skip to content

Commit e61f49b

Browse files
committed
publish token startup fix
1 parent 1895aeb commit e61f49b

33 files changed

+133
-34
lines changed

external/mcp/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @microsoft/teams.mcp
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- app startup fetch token bugfix
8+
39
## 0.2.11
410

511
### Patch Changes

external/mcp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teams.mcp",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

external/mcpclient/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @microsoft/teams.mcpclient
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- app startup fetch token bugfix
8+
39
## 0.2.11
410

511
### Patch Changes

external/mcpclient/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teams.mcpclient",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

package-lock.json

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teams.ts",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"private": true,
55
"homepage": "https://github.com/microsoft/teams.ts",
66
"bugs": "https://github.com/microsoft/teams.ts/issues",

packages/ai/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @microsoft/teams.ai
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- app startup fetch token bugfix
8+
39
## 0.2.11
410

511
### Patch Changes

packages/ai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teams.ai",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/api/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @microsoft/teams.api
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- app startup fetch token bugfix
8+
39
## 0.2.11
410

511
### Patch Changes

packages/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teams.api",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/apps/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @microsoft/teams.apps
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- app startup fetch token bugfix
8+
39
## 0.2.11
410

511
### Patch Changes

packages/apps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teams.apps",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/botbuilder/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @microsoft/teams.botbuilder
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- app startup fetch token bugfix
8+
39
## 0.2.11
410

511
### Patch Changes

packages/botbuilder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teams.botbuilder",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/cards/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @microsoft/teams.cards
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- app startup fetch token bugfix
8+
39
## 0.2.11
410

511
### Patch Changes

packages/cards/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teams.cards",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @microsoft/teams.cli
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- app startup fetch token bugfix
8+
- Updated dependencies
9+
- @microsoft/teams.common@0.2.12
10+
311
## 0.2.11
412

513
### Patch Changes

packages/cli/configs/ttk/oauth/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ If you want to add the `People.Read.All` and `User.ReadBasic.All` scopes.
3737
]
3838
```
3939

40-
2. Update the `properties.scopes` to be `People.Read.All,User.ReadBasic.All`.
40+
2. Update the `properties.scopes` to be `People.Read.All,User.ReadBasic.All`.

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teams.cli",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/client/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @microsoft/teams.client
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- app startup fetch token bugfix
8+
39
## 0.2.11
410

511
### Patch Changes

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teams.client",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/common/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @microsoft/teams.common
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- app startup fetch token bugfix
8+
39
## 0.2.11
410

511
### Patch Changes

packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teams.common",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @microsoft/teams.config
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- app startup fetch token bugfix
8+
39
## 0.2.11
410

511
### Patch Changes

packages/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teams.config",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"private": true,
55
"license": "MIT",
66
"homepage": "https://github.com/microsoft/teams.ts",

packages/dev/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @microsoft/teams.dev
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- app startup fetch token bugfix
8+
39
## 0.2.11
410

511
### Patch Changes

0 commit comments

Comments
 (0)