Skip to content

Commit b35d9e4

Browse files
Version Packages (beta) (#9833)
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. ⚠️⚠️⚠️⚠️⚠️⚠️ `main` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `main`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## [email protected] ### Patch Changes - 9524761: chore(ai): rename relevanceScore to score ## @ai-sdk/[email protected] ### Patch Changes - 9524761: feat: shorthand names for reranking models ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [9524761] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - 9524761: feat: shorthand names for reranking models ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [9524761] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [9524761] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [9524761] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [9524761] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [9524761] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - 9524761: feat: shorthand names for reranking models ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [9524761] - [email protected] Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent 9524761 commit b35d9e4

File tree

45 files changed

+167
-85
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

+167
-85
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"fix-headers-normalization",
116116
"flat-birds-judge",
117117
"flat-pigs-leave",
118+
"flat-poets-carry",
118119
"fluffy-poems-live",
119120
"forty-apricots-hug",
120121
"forty-cougars-work",
@@ -208,6 +209,7 @@
208209
"shaggy-zebras-fetch",
209210
"sharp-humans-attack",
210211
"sharp-turkeys-vanish",
212+
"shiny-trees-listen",
211213
"silent-queens-count",
212214
"silly-maps-thank",
213215
"silver-falcons-count",

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.0-beta.79",
15+
"@ai-sdk/angular": "2.0.0-beta.80",
1616
"@ai-sdk/openai": "3.0.0-beta.42",
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.0-beta.79",
24+
"ai": "6.0.0-beta.80",
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.0-beta.42",
12-
"ai": "6.0.0-beta.79",
12+
"ai": "6.0.0-beta.80",
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.0-beta.42",
7-
"ai": "6.0.0-beta.79",
7+
"ai": "6.0.0-beta.80",
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.0-beta.42",
77
"@hono/node-server": "1.13.7",
8-
"ai": "6.0.0-beta.79",
8+
"ai": "6.0.0-beta.80",
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
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@ai-sdk/openai": "3.0.0-beta.42",
2020
"@modelcontextprotocol/sdk": "^1.10.2",
21-
"ai": "6.0.0-beta.79",
21+
"ai": "6.0.0-beta.80",
2222
"dotenv": "16.4.5",
2323
"express": "5.0.1",
2424
"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.0-beta.79",
22+
"ai": "6.0.0-beta.80",
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.0-beta.42",
13-
"@ai-sdk/react": "3.0.0-beta.79",
13+
"@ai-sdk/react": "3.0.0-beta.80",
1414
"@vercel/blob": "^0.26.0",
15-
"ai": "6.0.0-beta.79",
15+
"ai": "6.0.0-beta.80",
1616
"next": "^15.5.4",
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.0-beta.79",
15-
"ai": "6.0.0-beta.79",
14+
"@ai-sdk/react": "3.0.0-beta.80",
15+
"ai": "6.0.0-beta.80",
1616
"geist": "^1.3.1",
1717
"next": "^15.5.4",
1818
"react": "^18",

examples/next-google-vertex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@ai-sdk/google-vertex": "4.0.0-beta.51",
13-
"ai": "6.0.0-beta.79",
13+
"ai": "6.0.0-beta.80",
1414
"geist": "^1.3.1",
1515
"next": "^15.5.4",
1616
"react": "^18",

0 commit comments

Comments
 (0)