Skip to content

Commit 10ce8aa

Browse files
Version Packages (#12265)
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 ## [email protected] ### Patch Changes - Updated dependencies [ae30443] - @ai-sdk/[email protected] ## @ai-sdk/[email protected] ### Patch Changes - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - ae30443: fix(google): remove shut down `gemini-2.5-flash-image-preview` ## @ai-sdk/[email protected] ### Patch Changes - ae30443: fix(google): remove shut down `gemini-2.5-flash-image-preview` ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [ae30443] - @ai-sdk/[email protected] ## @ai-sdk/[email protected] ### Patch Changes - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - [email protected] Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent ae30443 commit 10ce8aa

File tree

45 files changed

+161
-94
lines changed

Some content is hidden

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

45 files changed

+161
-94
lines changed

.changeset/cool-parrots-count.md

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

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.69",
15+
"@ai-sdk/angular": "2.0.70",
1616
"@ai-sdk/openai": "3.0.25",
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.69",
24+
"ai": "6.0.70",
2525
"dotenv": "16.4.5",
2626
"express": "5.0.1",
2727
"rxjs": "~7.8.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.25",
12-
"ai": "6.0.69",
12+
"ai": "6.0.70",
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.25",
7-
"ai": "6.0.69",
7+
"ai": "6.0.70",
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.25",
77
"@hono/node-server": "1.13.7",
8-
"ai": "6.0.69",
8+
"ai": "6.0.70",
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.25",
3131
"@modelcontextprotocol/sdk": "^1.24.0",
32-
"ai": "6.0.69",
32+
"ai": "6.0.70",
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.69",
22+
"ai": "6.0.70",
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.25",
13-
"@ai-sdk/react": "3.0.71",
13+
"@ai-sdk/react": "3.0.72",
1414
"@vercel/blob": "^0.26.0",
15-
"ai": "6.0.69",
15+
"ai": "6.0.70",
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.71",
15-
"ai": "6.0.69",
14+
"@ai-sdk/react": "3.0.72",
15+
"ai": "6.0.70",
1616
"geist": "^1.3.1",
1717
"next": "^15.5.9",
1818
"react": "^18",

examples/next-google-vertex/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/google-vertex": "4.0.42",
13-
"ai": "6.0.69",
12+
"@ai-sdk/google-vertex": "4.0.43",
13+
"ai": "6.0.70",
1414
"geist": "^1.3.1",
1515
"next": "^15.5.9",
1616
"react": "^18",

0 commit comments

Comments
 (0)