Skip to content

Commit 5bb7fb4

Browse files
Version Packages (#12738)
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 main, this PR will be updated. # Releases ## ai@6.0.95 ### Patch Changes - Updated dependencies [73b7e09] - @ai-sdk/gateway@3.0.53 ## @ai-sdk/angular@2.0.96 ### Patch Changes - ai@6.0.95 ## @ai-sdk/gateway@3.0.53 ### Patch Changes - 73b7e09: feat (provider/gateway): add SSE support for video generation with heartbeat keep-alive ## @ai-sdk/langchain@2.0.101 ### Patch Changes - ai@6.0.95 ## @ai-sdk/llamaindex@2.0.95 ### Patch Changes - ai@6.0.95 ## @ai-sdk/react@3.0.97 ### Patch Changes - ai@6.0.95 ## @ai-sdk/rsc@2.0.95 ### Patch Changes - ai@6.0.95 ## @ai-sdk/svelte@4.0.95 ### Patch Changes - ai@6.0.95 ## @ai-sdk/vue@3.0.95 ### Patch Changes - ai@6.0.95 Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent 73b7e09 commit 5bb7fb4

File tree

41 files changed

+164
-108
lines changed

Some content is hidden

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

41 files changed

+164
-108
lines changed

.changeset/popular-carpets-teach.md

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

examples/ai-e2e-next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@ai-sdk/openai": "3.0.30",
2424
"@ai-sdk/perplexity": "3.0.19",
2525
"@ai-sdk/provider-utils": "4.0.15",
26-
"@ai-sdk/react": "3.0.96",
27-
"@ai-sdk/rsc": "2.0.94",
26+
"@ai-sdk/react": "3.0.97",
27+
"@ai-sdk/rsc": "2.0.95",
2828
"@ai-sdk/valibot": "2.0.16",
2929
"@ai-sdk/xai": "3.0.57",
3030
"@modelcontextprotocol/sdk": "^1.26.0",
@@ -33,7 +33,7 @@
3333
"@valibot/to-json-schema": "^1.3.0",
3434
"@vercel/blob": "^0.26.0",
3535
"@vercel/sandbox": "^0.0.21",
36-
"ai": "6.0.94",
36+
"ai": "6.0.95",
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
3939
"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.95",
15+
"@ai-sdk/angular": "2.0.96",
1616
"@ai-sdk/openai": "3.0.30",
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.94",
24+
"ai": "6.0.95",
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.30",
12-
"ai": "6.0.94",
12+
"ai": "6.0.95",
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.30",
7-
"ai": "6.0.94",
7+
"ai": "6.0.95",
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.30",
77
"@hono/node-server": "1.13.7",
8-
"ai": "6.0.94",
8+
"ai": "6.0.95",
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.30",
3131
"@modelcontextprotocol/sdk": "^1.26.0",
32-
"ai": "6.0.94",
32+
"ai": "6.0.95",
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
@@ -19,7 +19,7 @@
1919
"@nestjs/common": "^10.4.15",
2020
"@nestjs/core": "^10.0.0",
2121
"@nestjs/platform-express": "^10.4.9",
22-
"ai": "6.0.94",
22+
"ai": "6.0.95",
2323
"reflect-metadata": "^0.2.0",
2424
"rxjs": "^7.8.1"
2525
},

examples/next-agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@ai-sdk/openai": "3.0.30",
13-
"@ai-sdk/react": "3.0.96",
13+
"@ai-sdk/react": "3.0.97",
1414
"@vercel/blob": "^0.26.0",
15-
"ai": "6.0.94",
15+
"ai": "6.0.95",
1616
"next": "^15.5.9",
1717
"react": "^18",
1818
"react-dom": "^18",

examples/next-fastapi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"lint": "next lint"
1212
},
1313
"dependencies": {
14-
"@ai-sdk/react": "3.0.96",
15-
"ai": "6.0.94",
14+
"@ai-sdk/react": "3.0.97",
15+
"ai": "6.0.95",
1616
"geist": "^1.3.1",
1717
"next": "^15.5.9",
1818
"react": "^18",

0 commit comments

Comments
 (0)