Skip to content

Commit d50d1a0

Browse files
Version Packages (beta) (#10108)
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 [1742445] - @ai-sdk/[email protected] ## @ai-sdk/[email protected] ### Patch Changes - 1742445: Support for custom provider name in google and anthropic providers ## @ai-sdk/[email protected] ### Patch Changes - 1742445: Support for custom provider name in google and anthropic providers ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [1742445] - @ai-sdk/[email protected] - @ai-sdk/[email protected] Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent 1742445 commit d50d1a0

File tree

12 files changed

+66
-38
lines changed

12 files changed

+66
-38
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
"healthy-windows-buy",
151151
"hip-kings-study",
152152
"honest-nails-perform",
153+
"hot-onions-reply",
153154
"hot-pigs-live",
154155
"hungry-pears-check",
155156
"hungry-radios-fail",

examples/next-google-vertex/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/google-vertex": "4.0.0-beta.60",
12+
"@ai-sdk/google-vertex": "4.0.0-beta.61",
1313
"ai": "6.0.0-beta.94",
1414
"geist": "^1.3.1",
1515
"next": "^15.5.4",

examples/next-openai/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/amazon-bedrock": "4.0.0-beta.55",
13-
"@ai-sdk/anthropic": "3.0.0-beta.50",
12+
"@ai-sdk/amazon-bedrock": "4.0.0-beta.56",
13+
"@ai-sdk/anthropic": "3.0.0-beta.51",
1414
"@ai-sdk/cohere": "3.0.0-beta.32",
1515
"@ai-sdk/deepseek": "2.0.0-beta.32",
1616
"@ai-sdk/fireworks": "2.0.0-beta.32",
17-
"@ai-sdk/google": "3.0.0-beta.40",
18-
"@ai-sdk/google-vertex": "4.0.0-beta.60",
17+
"@ai-sdk/google": "3.0.0-beta.41",
18+
"@ai-sdk/google-vertex": "4.0.0-beta.61",
1919
"@ai-sdk/groq": "3.0.0-beta.31",
2020
"@ai-sdk/mcp": "1.0.0-beta.13",
2121
"@ai-sdk/mistral": "3.0.0-beta.32",

packages/amazon-bedrock/CHANGELOG.md

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

3+
## 4.0.0-beta.56
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1742445]
8+
- @ai-sdk/anthropic@3.0.0-beta.51
9+
310
## 4.0.0-beta.55
411

512
### Patch Changes

packages/amazon-bedrock/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/amazon-bedrock",
3-
"version": "4.0.0-beta.55",
3+
"version": "4.0.0-beta.56",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

packages/anthropic/CHANGELOG.md

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

3+
## 3.0.0-beta.51
4+
5+
### Patch Changes
6+
7+
- 1742445: Support for custom provider name in google and anthropic providers
8+
39
## 3.0.0-beta.50
410

511
### Patch Changes

packages/anthropic/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/anthropic",
3-
"version": "3.0.0-beta.50",
3+
"version": "3.0.0-beta.51",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

packages/google-vertex/CHANGELOG.md

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

3+
## 4.0.0-beta.61
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1742445]
8+
- @ai-sdk/anthropic@3.0.0-beta.51
9+
- @ai-sdk/google@3.0.0-beta.41
10+
311
## 4.0.0-beta.60
412

513
### Patch Changes

packages/google-vertex/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/google-vertex",
3-
"version": "4.0.0-beta.60",
3+
"version": "4.0.0-beta.61",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

packages/google/CHANGELOG.md

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

3+
## 3.0.0-beta.41
4+
5+
### Patch Changes
6+
7+
- 1742445: Support for custom provider name in google and anthropic providers
8+
39
## 3.0.0-beta.40
410

511
### Patch Changes

0 commit comments

Comments
 (0)