Skip to content

Commit 2667d27

Browse files
Version Packages (#17351)
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@7.0.30 ### Patch Changes - Updated dependencies [341616a] - Updated dependencies [70fc45c] - @ai-sdk/gateway@4.0.22 ## @ai-sdk/angular@3.0.30 ### Patch Changes - ai@7.0.30 ## @ai-sdk/gateway@4.0.22 ### Patch Changes - 341616a: feat: add kimi-k3 model and `reasoningEffort` provider option - 70fc45c: chore(provider/gateway): update gateway model settings files ## @ai-sdk/harness@1.0.35 ### Patch Changes - ai@7.0.30 ## @ai-sdk/harness-claude-code@1.0.36 ### Patch Changes - @ai-sdk/harness@1.0.35 ## @ai-sdk/harness-codex@1.0.37 ### Patch Changes - @ai-sdk/harness@1.0.35 ## @ai-sdk/harness-deepagents@1.0.34 ### Patch Changes - @ai-sdk/harness@1.0.35 ## @ai-sdk/harness-opencode@1.0.36 ### Patch Changes - @ai-sdk/harness@1.0.35 ## @ai-sdk/harness-pi@1.0.35 ### Patch Changes - @ai-sdk/harness@1.0.35 ## @ai-sdk/langchain@3.0.30 ### Patch Changes - ai@7.0.30 ## @ai-sdk/llamaindex@3.0.30 ### Patch Changes - ai@7.0.30 ## @ai-sdk/moonshotai@3.0.14 ### Patch Changes - 341616a: feat: add kimi-k3 model and `reasoningEffort` provider option ## @ai-sdk/otel@1.0.30 ### Patch Changes - ai@7.0.30 ## @ai-sdk/policy-opa@1.0.30 ### Patch Changes - ai@7.0.30 ## @ai-sdk/react@4.0.33 ### Patch Changes - ai@7.0.30 ## @ai-sdk/rsc@3.0.30 ### Patch Changes - ai@7.0.30 ## @ai-sdk/sandbox-just-bash@1.0.35 ### Patch Changes - @ai-sdk/harness@1.0.35 ## @ai-sdk/sandbox-vercel@1.0.35 ### Patch Changes - @ai-sdk/harness@1.0.35 ## @ai-sdk/svelte@5.0.30 ### Patch Changes - ai@7.0.30 ## @ai-sdk/tui@1.0.31 ### Patch Changes - ai@7.0.30 ## @ai-sdk/vue@4.0.30 ### Patch Changes - ai@7.0.30 ## @ai-sdk/workflow@1.0.30 ### Patch Changes - ai@7.0.30 ## @ai-sdk/workflow-harness@1.0.35 ### Patch Changes - @ai-sdk/harness@1.0.35 ## @ai-sdk/xai@4.0.15 ### Patch Changes - 91a3d6e: feat(provider/xai): support end-user identifiers for video generation and editing Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1148481 commit 2667d27

52 files changed

Lines changed: 177 additions & 40 deletions

Some content is hidden

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

.changeset/curvy-kimis-reason.md

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

.changeset/dntdp-lnqju-dhwit.md

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

.changeset/tidy-videos-identify.md

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

packages/ai/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ai
22

3+
## 7.0.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [341616a]
8+
- Updated dependencies [70fc45c]
9+
- @ai-sdk/gateway@4.0.22
10+
311
## 7.0.29
412

513
### Patch Changes

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai",
3-
"version": "7.0.29",
3+
"version": "7.0.30",
44
"type": "module",
55
"description": "AI SDK by Vercel - build apps like ChatGPT, Claude, Gemini, and more with a single interface for any model using the Vercel AI Gateway or go direct to OpenAI, Anthropic, Google, or any other model provider.",
66
"license": "Apache-2.0",

packages/angular/CHANGELOG.md

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

3+
## 3.0.30
4+
5+
### Patch Changes
6+
7+
- ai@7.0.30
8+
39
## 3.0.29
410

511
### Patch Changes

packages/angular/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/angular",
3-
"version": "3.0.29",
3+
"version": "3.0.30",
44
"type": "module",
55
"description": "Angular implementation of ai-sdk.",
66
"license": "Apache-2.0",

packages/gateway/CHANGELOG.md

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

3+
## 4.0.22
4+
5+
### Patch Changes
6+
7+
- 341616a: feat: add kimi-k3 model and `reasoningEffort` provider option
8+
- 70fc45c: chore(provider/gateway): update gateway model settings files
9+
310
## 4.0.21
411

512
### Patch Changes

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ai-sdk/gateway",
33
"private": false,
4-
"version": "4.0.21",
4+
"version": "4.0.22",
55
"type": "module",
66
"license": "Apache-2.0",
77
"sideEffects": false,

packages/harness-claude-code/CHANGELOG.md

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

3+
## 1.0.36
4+
5+
### Patch Changes
6+
7+
- @ai-sdk/harness@1.0.35
8+
39
## 1.0.35
410

511
### Patch Changes

0 commit comments

Comments
 (0)