Skip to content

Commit 87ef786

Browse files
Version Packages (#12696)
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.92 ### Patch Changes - Updated dependencies [765b013] - @ai-sdk/gateway@3.0.51 ## @ai-sdk/angular@2.0.93 ### Patch Changes - ai@6.0.92 ## @ai-sdk/gateway@3.0.51 ### Patch Changes - 765b013: feat(provider/google): add support for `gemini-3.1-pro-preview` ## @ai-sdk/google@3.0.30 ### Patch Changes - 765b013: feat(provider/google): add support for `gemini-3.1-pro-preview` ## @ai-sdk/google-vertex@4.0.60 ### Patch Changes - 765b013: feat(provider/google): add support for `gemini-3.1-pro-preview` - Updated dependencies [765b013] - @ai-sdk/google@3.0.30 ## @ai-sdk/langchain@2.0.98 ### Patch Changes - ai@6.0.92 ## @ai-sdk/llamaindex@2.0.92 ### Patch Changes - ai@6.0.92 ## @ai-sdk/react@3.0.94 ### Patch Changes - ai@6.0.92 ## @ai-sdk/rsc@2.0.92 ### Patch Changes - ai@6.0.92 ## @ai-sdk/svelte@4.0.92 ### Patch Changes - ai@6.0.92 ## @ai-sdk/vue@3.0.92 ### Patch Changes - ai@6.0.92 Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent 765b013 commit 87ef786

File tree

45 files changed

+162
-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

+162
-94
lines changed

.changeset/flat-olives-talk.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.92",
15+
"@ai-sdk/angular": "2.0.93",
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.91",
24+
"ai": "6.0.92",
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.91",
12+
"ai": "6.0.92",
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.91",
7+
"ai": "6.0.92",
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.91",
8+
"ai": "6.0.92",
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.91",
32+
"ai": "6.0.92",
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.91",
22+
"ai": "6.0.92",
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.93",
13+
"@ai-sdk/react": "3.0.94",
1414
"@vercel/blob": "^0.26.0",
15-
"ai": "6.0.91",
15+
"ai": "6.0.92",
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.93",
15-
"ai": "6.0.91",
14+
"@ai-sdk/react": "3.0.94",
15+
"ai": "6.0.92",
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.59",
13-
"ai": "6.0.91",
12+
"@ai-sdk/google-vertex": "4.0.60",
13+
"ai": "6.0.92",
1414
"geist": "^1.3.1",
1515
"next": "^15.5.9",
1616
"react": "^18",

0 commit comments

Comments
 (0)