Skip to content

Commit 0cbc7cc

Browse files
Version Packages (#14244)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-v6.0, this PR will be updated. # Releases ## ai@6.0.154 ### Patch Changes - Updated dependencies [37a378e] - @ai-sdk/gateway@3.0.94 ## @ai-sdk/angular@2.0.155 ### Patch Changes - ai@6.0.154 ## @ai-sdk/gateway@3.0.94 ### Patch Changes - 37a378e: Backport: chore(provider/gateway): update gateway model settings files ## @ai-sdk/langchain@2.0.160 ### Patch Changes - ai@6.0.154 ## @ai-sdk/llamaindex@2.0.154 ### Patch Changes - ai@6.0.154 ## @ai-sdk/react@3.0.156 ### Patch Changes - ai@6.0.154 ## @ai-sdk/rsc@2.0.154 ### Patch Changes - ai@6.0.154 ## @ai-sdk/svelte@4.0.154 ### Patch Changes - ai@6.0.154 ## @ai-sdk/vue@3.0.154 ### Patch Changes - ai@6.0.154 ## @ai-sdk/xai@3.0.82 ### Patch Changes - 72ebb54: fix (provider/xai): handle mid-stream error chunks Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent 72ebb54 commit 0cbc7cc

File tree

44 files changed

+149
-92
lines changed

Some content is hidden

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

44 files changed

+149
-92
lines changed

.changeset/dirty-moles-jog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/kgfbs-tbvkj-mpbaa.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/ai-e2e-next/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
"@ai-sdk/openai": "3.0.52",
2323
"@ai-sdk/perplexity": "3.0.29",
2424
"@ai-sdk/provider-utils": "4.0.23",
25-
"@ai-sdk/react": "3.0.155",
26-
"@ai-sdk/rsc": "2.0.153",
25+
"@ai-sdk/react": "3.0.156",
26+
"@ai-sdk/rsc": "2.0.154",
2727
"@ai-sdk/valibot": "2.0.24",
28-
"@ai-sdk/xai": "3.0.81",
28+
"@ai-sdk/xai": "3.0.82",
2929
"@modelcontextprotocol/sdk": "^1.26.0",
3030
"@radix-ui/react-collapsible": "^1.1.12",
3131
"@radix-ui/react-use-controllable-state": "^1.2.2",
3232
"@valibot/to-json-schema": "^1.3.0",
3333
"@vercel/blob": "^0.26.0",
3434
"@vercel/sandbox": "^0.0.21",
35-
"ai": "6.0.153",
35+
"ai": "6.0.154",
3636
"class-variance-authority": "^0.7.1",
3737
"clsx": "^2.1.1",
3838
"lucide-react": "^0.545.0",

examples/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15-
"@ai-sdk/angular": "2.0.154",
15+
"@ai-sdk/angular": "2.0.155",
1616
"@ai-sdk/openai": "3.0.52",
1717
"@angular/common": "^20.3.2",
1818
"@angular/compiler": "^20.3.2",
@@ -21,7 +21,7 @@
2121
"@angular/platform-browser": "^20.3.2",
2222
"@angular/platform-browser-dynamic": "^20.3.2",
2323
"@angular/router": "^20.3.2",
24-
"ai": "6.0.153",
24+
"ai": "6.0.154",
2525
"dotenv": "16.4.5",
2626
"express": "5.0.1",
2727
"tslib": "^2.3.0",

examples/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@ai-sdk/openai": "3.0.52",
12-
"ai": "6.0.153",
12+
"ai": "6.0.154",
1313
"dotenv": "16.4.5",
1414
"express": "5.0.1"
1515
},

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@ai-sdk/openai": "3.0.52",
7-
"ai": "6.0.153",
7+
"ai": "6.0.154",
88
"dotenv": "16.4.5",
99
"fastify": "5.1.0"
1010
},

examples/hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@ai-sdk/openai": "3.0.52",
77
"@hono/node-server": "1.13.7",
8-
"ai": "6.0.153",
8+
"ai": "6.0.154",
99
"dotenv": "16.4.5",
1010
"hono": "4.6.9"
1111
},

examples/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@ai-sdk/openai": "3.0.52",
3131
"@modelcontextprotocol/sdk": "^1.26.0",
32-
"ai": "6.0.153",
32+
"ai": "6.0.154",
3333
"dotenv": "16.4.5",
3434
"express": "5.0.1",
3535
"zod": "3.25.76"

examples/nest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@nestjs/common": "^10.4.15",
1919
"@nestjs/core": "^10.0.0",
2020
"@nestjs/platform-express": "^10.4.9",
21-
"ai": "6.0.153",
21+
"ai": "6.0.154",
2222
"reflect-metadata": "^0.2.0",
2323
"rxjs": "^7.8.1"
2424
},

examples/next-agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"dependencies": {
1111
"@ai-sdk/openai": "3.0.52",
12-
"@ai-sdk/react": "3.0.155",
12+
"@ai-sdk/react": "3.0.156",
1313
"@vercel/blob": "^0.26.0",
14-
"ai": "6.0.153",
14+
"ai": "6.0.154",
1515
"next": "^15.5.9",
1616
"react": "^18",
1717
"react-dom": "^18",

0 commit comments

Comments
 (0)