Skip to content

Commit feeb230

Browse files
authored
[JS] chore: Bump Teams-AI package for patch release (#2134)
## Linked issues #minor ## Details Bump teams-ai package in samples and src package for patch release. ## Attestation Checklist - [x] My code follows the style guidelines of this project - I have checked for/fixed spelling, linting, and other errors - I have commented my code for clarity - I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient) - My changes generate no new warnings - I have added tests that validates my changes, and provides sufficient test coverage. I have tested with: - Local testing - E2E testing in Teams - New and existing unit tests pass locally with my changes ### Additional information > Feel free to add other relevant information below Co-authored-by: Corina Gum <>
1 parent e96a4ca commit feeb230

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

js/packages/teams-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@microsoft/teams-ai",
33
"author": "Microsoft Corp.",
44
"description": "SDK focused on building AI based applications for Microsoft Teams.",
5-
"version": "1.5.1",
5+
"version": "1.5.2",
66
"license": "MIT",
77
"keywords": [
88
"botbuilder",

js/samples/01.getting-started/a.echoBot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"url": "https://github.com/microsoft/teams-ai/"
2323
},
2424
"dependencies": {
25-
"@microsoft/teams-ai": "~1.5.1",
25+
"@microsoft/teams-ai": "~1.5.2",
2626
"botbuilder": "^4.23.1",
2727
"dotenv": "^16.4.5",
2828
"openai": "4.61.0",

js/samples/02.teams-features/a.messageExtensions.searchCommand/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/microsoft/teams-ai"
2020
},
2121
"dependencies": {
22-
"@microsoft/teams-ai": "~1.5.1",
22+
"@microsoft/teams-ai": "~1.5.2",
2323
"axios": "^1.7.5",
2424
"botbuilder": "^4.23.1",
2525
"dotenv": "^16.4.5",

js/samples/02.teams-features/b.adaptiveCards.typeAheadBot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"url": "https://github.com/microsoft/teams-ai"
2323
},
2424
"dependencies": {
25-
"@microsoft/teams-ai": "~1.5.1",
25+
"@microsoft/teams-ai": "~1.5.2",
2626
"axios": "^1.7.5",
2727
"botbuilder": "^4.23.1",
2828
"dotenv": "^16.4.5",

js/samples/03.ai-concepts/a.twentyQuestions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/microsoft/teams-ai"
2222
},
2323
"dependencies": {
24-
"@microsoft/teams-ai": "~1.5.1",
24+
"@microsoft/teams-ai": "~1.5.2",
2525
"botbuilder": "^4.23.1",
2626
"dotenv": "^16.4.5",
2727
"openai": "4.61.0",

js/samples/03.ai-concepts/b.AI-messageExtensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"botbuilder": "^4.23.1",
23-
"@microsoft/teams-ai": "~1.5.1",
23+
"@microsoft/teams-ai": "~1.5.2",
2424
"dotenv": "^16.4.5",
2525
"openai": "4.61.0",
2626
"replace": "~1.2.0",

js/samples/03.ai-concepts/c.actionMapping-lightBot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/microsoft/teams-ai"
2222
},
2323
"dependencies": {
24-
"@microsoft/teams-ai": "~1.5.1",
24+
"@microsoft/teams-ai": "~1.5.2",
2525
"botbuilder": "^4.23.1",
2626
"dotenv": "^16.4.5",
2727
"openai": "4.61.0",

js/samples/03.ai-concepts/d.chainedActions-listBot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/microsoft/teams-ai"
2222
},
2323
"dependencies": {
24-
"@microsoft/teams-ai": "~1.5.1",
24+
"@microsoft/teams-ai": "~1.5.2",
2525
"botbuilder": "^4.23.1",
2626
"dotenv": "^16.4.5",
2727
"openai": "4.61.0",

js/samples/03.ai-concepts/e.customModel-LLAMA/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"botbuilder": "^4.23.1",
26-
"@microsoft/teams-ai": "~1.5.1",
26+
"@microsoft/teams-ai": "~1.5.2",
2727
"openai": "4.61.0",
2828
"dotenv": "^16.4.1",
2929
"replace": "~1.2.0",

js/samples/03.ai-concepts/f.chatModeration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/microsoft/teams-ai"
2020
},
2121
"dependencies": {
22-
"@microsoft/teams-ai": "~1.5.1",
22+
"@microsoft/teams-ai": "~1.5.2",
2323
"axios": "^1.7.5",
2424
"botbuilder": "^4.23.1",
2525
"dotenv": "^16.4.5",

0 commit comments

Comments
 (0)