Skip to content

Commit 9b7a46e

Browse files
Version Packages (beta) (#9346)
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 - Updated dependencies [acc14d8] - @ai-sdk/[email protected] ## @ai-sdk/[email protected] ### Patch Changes - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - acc14d8: feat (provider/gateway): add 'only' to provider options ## @ai-sdk/[email protected] ### Patch Changes - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - [email protected] Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent acc14d8 commit 9b7a46e

File tree

20 files changed

+71
-9
lines changed

20 files changed

+71
-9
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
"real-kiwis-fly",
143143
"red-roses-glow",
144144
"rich-boats-yawn",
145+
"rotten-pets-watch",
145146
"selfish-beers-mate",
146147
"selfish-mayflies-prove",
147148
"shaggy-emus-try",

packages/ai/CHANGELOG.md

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

3+
## 6.0.0-beta.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [acc14d8]
8+
- @ai-sdk/gateway@2.0.0-beta.23
9+
310
## 6.0.0-beta.34
411

512
### 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": "6.0.0-beta.34",
3+
"version": "6.0.0-beta.35",
44
"description": "AI SDK by Vercel - The AI Toolkit for TypeScript and JavaScript",
55
"license": "Apache-2.0",
66
"sideEffects": false,

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+
## 2.0.0-beta.35
4+
5+
### Patch Changes
6+
7+
8+
39
## 2.0.0-beta.34
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": "2.0.0-beta.34",
3+
"version": "2.0.0-beta.35",
44
"description": "Angular implementation of ai-sdk.",
55
"license": "Apache-2.0",
66
"main": "dist/index.cjs",

packages/gateway/CHANGELOG.md

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

3+
## 2.0.0-beta.23
4+
5+
### Patch Changes
6+
7+
- acc14d8: feat (provider/gateway): add 'only' to provider options
8+
39
## 2.0.0-beta.22
410

511
### 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": "2.0.0-beta.22",
4+
"version": "2.0.0-beta.23",
55
"license": "Apache-2.0",
66
"sideEffects": false,
77
"main": "./dist/index.js",

packages/langchain/CHANGELOG.md

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

3+
## 2.0.0-beta.35
4+
5+
### Patch Changes
6+
7+
8+
39
## 2.0.0-beta.34
410

511
### Patch Changes

packages/langchain/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/langchain",
3-
"version": "2.0.0-beta.34",
3+
"version": "2.0.0-beta.35",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

packages/llamaindex/CHANGELOG.md

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

3+
## 2.0.0-beta.35
4+
5+
### Patch Changes
6+
7+
8+
39
## 2.0.0-beta.34
410

511
### Patch Changes

0 commit comments

Comments
 (0)