Skip to content

Commit da8c26b

Browse files
Version Packages (beta) (#14230)
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/xai@4.0.0-beta.30 ### Patch Changes - e5bdc8d: fix (provider/xai): handle mid-stream error chunks Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent e5bdc8d commit da8c26b

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"curvy-knives-speak",
111111
"cyan-chefs-build",
112112
"cyan-pears-allow",
113+
"dirty-moles-jog",
113114
"dry-beers-obey",
114115
"dry-radios-compare",
115116
"dull-hairs-impress",

examples/ai-e2e-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@ai-sdk/react": "4.0.0-beta.72",
2828
"@ai-sdk/rsc": "3.0.0-beta.73",
2929
"@ai-sdk/valibot": "3.0.0-beta.14",
30-
"@ai-sdk/xai": "4.0.0-beta.29",
30+
"@ai-sdk/xai": "4.0.0-beta.30",
3131
"@langfuse/otel": "^4.6.1",
3232
"@langfuse/tracing": "^5.0.2",
3333
"@modelcontextprotocol/sdk": "^1.26.0",

packages/xai/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ai-sdk/xai
22

3+
## 4.0.0-beta.30
4+
5+
### Patch Changes
6+
7+
- e5bdc8d: fix (provider/xai): handle mid-stream error chunks
8+
39
## 4.0.0-beta.29
410

511
### Patch Changes

packages/xai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-sdk/xai",
3-
"version": "4.0.0-beta.29",
3+
"version": "4.0.0-beta.30",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)