Skip to content

Commit b34bbd1

Browse files
authored
[JS] chore: Bump Teams AI JS to 1.6.0 (#2160)
## Linked issues #minor Co-authored-by: Corina Gum <>
1 parent ddb7332 commit b34bbd1

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.3",
5+
"version": "1.6.0",
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.3",
25+
"@microsoft/teams-ai": "~1.6.0",
2626
"botbuilder": "^4.23.1",
2727
"dotenv": "^16.4.5",
2828
"openai": "4.68.2",

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.3",
22+
"@microsoft/teams-ai": "~1.6.0",
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.3",
25+
"@microsoft/teams-ai": "~1.6.0",
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.3",
24+
"@microsoft/teams-ai": "~1.6.0",
2525
"botbuilder": "^4.23.1",
2626
"dotenv": "^16.4.5",
2727
"openai": "4.68.2",

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.3",
23+
"@microsoft/teams-ai": "~1.6.0",
2424
"dotenv": "^16.4.5",
2525
"openai": "4.68.2",
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.3",
24+
"@microsoft/teams-ai": "~1.6.0",
2525
"botbuilder": "^4.23.1",
2626
"dotenv": "^16.4.5",
2727
"openai": "4.68.2",

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.3",
24+
"@microsoft/teams-ai": "~1.6.0",
2525
"botbuilder": "^4.23.1",
2626
"dotenv": "^16.4.5",
2727
"openai": "4.68.2",

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.3",
26+
"@microsoft/teams-ai": "~1.6.0",
2727
"openai": "4.68.2",
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.3",
22+
"@microsoft/teams-ai": "~1.6.0",
2323
"axios": "^1.7.5",
2424
"botbuilder": "^4.23.1",
2525
"dotenv": "^16.4.5",

0 commit comments

Comments
 (0)