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 437d4db

Browse files
Version Packages (beta) (#10808)
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 - 00dfa76: feat(provider/google-vertex): Add support for the imageSize provider option Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent 00dfa76 commit 437d4db

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
"green-coins-deliver",
177177
"green-onions-pay",
178178
"grumpy-actors-sleep",
179+
"healthy-donuts-stare",
179180
"healthy-windows-buy",
180181
"heavy-suits-do",
181182
"hip-berries-nail",

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

examples/next-openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@ai-sdk/deepseek": "2.0.0-beta.43",
1717
"@ai-sdk/fireworks": "2.0.0-beta.41",
1818
"@ai-sdk/google": "3.0.0-beta.62",
19-
"@ai-sdk/google-vertex": "4.0.0-beta.95",
19+
"@ai-sdk/google-vertex": "4.0.0-beta.96",
2020
"@ai-sdk/groq": "3.0.0-beta.42",
2121
"@ai-sdk/mcp": "1.0.0-beta.24",
2222
"@ai-sdk/mistral": "3.0.0-beta.42",

packages/google-vertex/CHANGELOG.md

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

3+
## 4.0.0-beta.96
4+
5+
### Patch Changes
6+
7+
- 00dfa76: feat(provider/google-vertex): Add support for the imageSize provider option
8+
39
## 4.0.0-beta.95
410

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

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)