WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 7b8aca6

Browse files
Version Packages (beta) (#10929)
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 [0ae783e] - @ai-sdk/[email protected] ## @ai-sdk/[email protected] ### Patch Changes - 0ae783e: feat(anthropic): add the new tool search tools ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [0ae783e] - @ai-sdk/[email protected] Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent 0ae783e commit 7b8aca6

File tree

10 files changed

+32
-11
lines changed

10 files changed

+32
-11
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@
270270
"pink-ears-allow",
271271
"pink-garlics-care",
272272
"pink-grapes-turn",
273+
"pink-swans-argue",
273274
"pink-tigers-itch",
274275
"plenty-forks-double",
275276
"plenty-suns-tell",

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.100",
12+
"@ai-sdk/google-vertex": "4.0.0-beta.101",
1313
"ai": "6.0.0-beta.137",
1414
"geist": "^1.3.1",
1515
"next": "^15.5.7",

examples/next-openai/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/amazon-bedrock": "4.0.0-beta.84",
13-
"@ai-sdk/anthropic": "3.0.0-beta.74",
12+
"@ai-sdk/amazon-bedrock": "4.0.0-beta.85",
13+
"@ai-sdk/anthropic": "3.0.0-beta.75",
1414
"@ai-sdk/azure": "3.0.0-beta.86",
1515
"@ai-sdk/cohere": "3.0.0-beta.44",
1616
"@ai-sdk/deepseek": "2.0.0-beta.46",
1717
"@ai-sdk/fireworks": "2.0.0-beta.44",
1818
"@ai-sdk/google": "3.0.0-beta.65",
19-
"@ai-sdk/google-vertex": "4.0.0-beta.100",
19+
"@ai-sdk/google-vertex": "4.0.0-beta.101",
2020
"@ai-sdk/groq": "3.0.0-beta.46",
2121
"@ai-sdk/mcp": "1.0.0-beta.28",
2222
"@ai-sdk/mistral": "3.0.0-beta.45",

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.85
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0ae783e]
8+
- @ai-sdk/anthropic@3.0.0-beta.75
9+
310
## 4.0.0-beta.84
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.84",
3+
"version": "4.0.0-beta.85",
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.75
4+
5+
### Patch Changes
6+
7+
- 0ae783e: feat(anthropic): add the new tool search tools
8+
39
## 3.0.0-beta.74
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.74",
3+
"version": "3.0.0-beta.75",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

packages/google-vertex/CHANGELOG.md

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

3+
## 4.0.0-beta.101
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0ae783e]
8+
- @ai-sdk/anthropic@3.0.0-beta.75
9+
310
## 4.0.0-beta.100
411

512
### 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.100",
3+
"version": "4.0.0-beta.101",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)