Skip to content

Commit 05085e8

Browse files
committed
publish
1 parent ada4691 commit 05085e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+626
-316
lines changed

.changeset/evil-cycles-change.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
"@microsoft/teams.apps": patch
3+
"@microsoft/teams.a2a": patch
4+
"@microsoft/teams.mcp": patch
5+
"@microsoft/teams.mcpclient": patch
6+
"@microsoft/teams.ai": patch
7+
"@microsoft/teams.api": patch
8+
"@microsoft/teams.botbuilder": patch
9+
"@microsoft/teams.cards": patch
10+
"@microsoft/teams.cli": patch
11+
"@microsoft/teams.client": patch
12+
"@microsoft/teams.common": patch
13+
"@microsoft/teams.config": patch
14+
"@microsoft/teams.dev": patch
15+
"@microsoft/teams.devtools": patch
16+
"@microsoft/teams.graph": patch
17+
"@microsoft/teams.openai": patch
18+
---
19+
20+
streaming bug fix

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@tests/a2a": "0.0.0"
3333
},
3434
"changesets": [
35+
"evil-cycles-change",
3536
"four-bats-enter",
3637
"giant-swans-build",
3738
"new-olives-rest",

external/a2a/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @microsoft/teams.a2a
22

3+
## 2.0.0-preview.5
4+
5+
### Patch Changes
6+
7+
- streaming bug fix
8+
- Updated dependencies
9+
- @microsoft/teams.apps@2.0.0-preview.5
10+
- @microsoft/teams.ai@2.0.0-preview.5
11+
- @microsoft/teams.common@2.0.0-preview.5
12+
313
## 2.0.0-preview.4
414

515
### Patch Changes

external/a2a/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teams.a2a",
3-
"version": "2.0.0-preview.4",
3+
"version": "2.0.0-preview.5",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -29,12 +29,12 @@
2929
"lint:fix": "npx eslint --fix"
3030
},
3131
"peerDependencies": {
32-
"@microsoft/teams.ai": "2.0.0-preview.4",
33-
"@microsoft/teams.apps": "2.0.0-preview.4",
34-
"@microsoft/teams.common": "2.0.0-preview.4"
32+
"@microsoft/teams.ai": "2.0.0-preview.5",
33+
"@microsoft/teams.apps": "2.0.0-preview.5",
34+
"@microsoft/teams.common": "2.0.0-preview.5"
3535
},
3636
"devDependencies": {
37-
"@microsoft/teams.config": "2.0.0-preview.4",
37+
"@microsoft/teams.config": "2.0.0-preview.5",
3838
"@types/jest": "^29.5.12",
3939
"@types/node": "^22.0.2",
4040
"jest": "^29.7.0",

external/mcp/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @microsoft/teams.mcp
22

3+
## 2.0.0-preview.5
4+
5+
### Patch Changes
6+
7+
- streaming bug fix
8+
- Updated dependencies
9+
- @microsoft/teams.apps@2.0.0-preview.5
10+
- @microsoft/teams.ai@2.0.0-preview.5
11+
- @microsoft/teams.common@2.0.0-preview.5
12+
- @microsoft/teams.dev@2.0.0-preview.5
13+
314
## 2.0.0-preview.4
415

516
### Patch Changes

external/mcp/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teams.mcp",
3-
"version": "2.0.0-preview.4",
3+
"version": "2.0.0-preview.5",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -37,10 +37,10 @@
3737
"zod": "^3.24.2"
3838
},
3939
"peerDependencies": {
40-
"@microsoft/teams.ai": "2.0.0-preview.4",
41-
"@microsoft/teams.apps": "2.0.0-preview.4",
42-
"@microsoft/teams.common": "2.0.0-preview.4",
43-
"@microsoft/teams.dev": "2.0.0-preview.4",
40+
"@microsoft/teams.ai": "2.0.0-preview.5",
41+
"@microsoft/teams.apps": "2.0.0-preview.5",
42+
"@microsoft/teams.common": "2.0.0-preview.5",
43+
"@microsoft/teams.dev": "2.0.0-preview.5",
4444
"@modelcontextprotocol/sdk": "^1.9.0"
4545
},
4646
"peerDependenciesMeta": {
@@ -49,7 +49,7 @@
4949
}
5050
},
5151
"devDependencies": {
52-
"@microsoft/teams.config": "2.0.0-preview.4",
52+
"@microsoft/teams.config": "2.0.0-preview.5",
5353
"@types/jest": "^29.5.12",
5454
"@types/node": "^22.0.2",
5555
"jest": "^29.7.0",

external/mcpclient/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @microsoft/teams.mcpclient
22

3+
## 2.0.0-preview.5
4+
5+
### Patch Changes
6+
7+
- streaming bug fix
8+
- Updated dependencies
9+
- @microsoft/teams.ai@2.0.0-preview.5
10+
- @microsoft/teams.common@2.0.0-preview.5
11+
312
## 2.0.0-preview.4
413

514
### Patch Changes

external/mcpclient/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/teams.mcpclient",
3-
"version": "2.0.0-preview.4",
3+
"version": "2.0.0-preview.5",
44
"license": "MIT",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -30,11 +30,11 @@
3030
},
3131
"peerDependencies": {
3232
"@modelcontextprotocol/sdk": "^1.9.0",
33-
"@microsoft/teams.ai": "2.0.0-preview.4",
34-
"@microsoft/teams.common": "2.0.0-preview.4"
33+
"@microsoft/teams.ai": "2.0.0-preview.5",
34+
"@microsoft/teams.common": "2.0.0-preview.5"
3535
},
3636
"devDependencies": {
37-
"@microsoft/teams.config": "2.0.0-preview.4",
37+
"@microsoft/teams.config": "2.0.0-preview.5",
3838
"@types/jest": "^29.5.12",
3939
"@types/node": "^22.0.2",
4040
"jest": "^29.7.0",

0 commit comments

Comments
 (0)