Skip to content

Commit fe2831a

Browse files
Version Packages (beta) (#11146)
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 ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [817e601] - Updated dependencies [59561f8] - @ai-sdk/[email protected] ## @ai-sdk/[email protected] ### Patch Changes - 817e601: fix(openai); fix url_citation schema in chat api - 59561f8: fix(openai); fix url_citation schema in chat api Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent 59561f8 commit fe2831a

File tree

23 files changed

+56
-39
lines changed

23 files changed

+56
-39
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"chilled-news-tickle",
103103
"chilly-bears-study",
104104
"chilly-carrots-act",
105+
"chilly-mails-give",
105106
"chilly-spoons-exercise",
106107
"clean-elephants-tickle",
107108
"clever-glasses-learn",
@@ -452,6 +453,7 @@
452453
"witty-items-rest",
453454
"witty-years-learn",
454455
"young-beans-melt",
455-
"young-laws-compare"
456+
"young-laws-compare",
457+
"young-scissors-cough"
456458
]
457459
}

examples/ai-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@ai-sdk/hume": "workspace:*",
2828
"@ai-sdk/mcp": "workspace:*",
2929
"@ai-sdk/mistral": "workspace:*",
30-
"@ai-sdk/openai": "3.0.0-beta.95",
30+
"@ai-sdk/openai": "3.0.0-beta.96",
3131
"@ai-sdk/openai-compatible": "workspace:*",
3232
"@ai-sdk/perplexity": "workspace:*",
3333
"@ai-sdk/provider": "workspace:*",

examples/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"private": true,
1414
"dependencies": {
1515
"@ai-sdk/angular": "2.0.0-beta.149",
16-
"@ai-sdk/openai": "3.0.0-beta.95",
16+
"@ai-sdk/openai": "3.0.0-beta.96",
1717
"@angular/common": "^20.3.2",
1818
"@angular/compiler": "^20.3.2",
1919
"@angular/core": "^20.3.2",

examples/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type-check": "tsc --build"
99
},
1010
"dependencies": {
11-
"@ai-sdk/openai": "3.0.0-beta.95",
11+
"@ai-sdk/openai": "3.0.0-beta.96",
1212
"ai": "6.0.0-beta.149",
1313
"dotenv": "16.4.5",
1414
"express": "5.0.1"

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@ai-sdk/openai": "3.0.0-beta.95",
6+
"@ai-sdk/openai": "3.0.0-beta.96",
77
"ai": "6.0.0-beta.149",
88
"dotenv": "16.4.5",
99
"fastify": "5.1.0"

examples/hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@ai-sdk/openai": "3.0.0-beta.95",
6+
"@ai-sdk/openai": "3.0.0-beta.96",
77
"@hono/node-server": "1.13.7",
88
"ai": "6.0.0-beta.149",
99
"dotenv": "16.4.5",

examples/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"type-check": "tsc --build"
2828
},
2929
"dependencies": {
30-
"@ai-sdk/openai": "3.0.0-beta.95",
30+
"@ai-sdk/openai": "3.0.0-beta.96",
3131
"@modelcontextprotocol/sdk": "^1.24.0",
3232
"ai": "6.0.0-beta.149",
3333
"dotenv": "16.4.5",

examples/nest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
1616
},
1717
"dependencies": {
18-
"@ai-sdk/openai": "3.0.0-beta.95",
18+
"@ai-sdk/openai": "3.0.0-beta.96",
1919
"@nestjs/common": "^10.4.15",
2020
"@nestjs/core": "^10.0.0",
2121
"@nestjs/platform-express": "^10.4.9",

examples/next-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/openai": "3.0.0-beta.95",
12+
"@ai-sdk/openai": "3.0.0-beta.96",
1313
"@ai-sdk/react": "3.0.0-beta.152",
1414
"@vercel/blob": "^0.26.0",
1515
"ai": "6.0.0-beta.149",

examples/next-openai-kasada-bot-protection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/openai": "3.0.0-beta.95",
12+
"@ai-sdk/openai": "3.0.0-beta.96",
1313
"@ai-sdk/react": "3.0.0-beta.152",
1414
"@vercel/functions": "^3.1.0",
1515
"ai": "6.0.0-beta.149",

0 commit comments

Comments
 (0)