Skip to content

Commit 63d5f66

Browse files
Version Packages (#8895)
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 release-v5.0, this PR will be updated. # Releases ## [email protected] ### Patch Changes - c56822d: fix(ai): update `uiMessageChunkSchema` to satisfy the `UIMessageChunk` type - 930399b: fix(ai): download files when intermediate file cannot be downloaded - Updated dependencies [7ca78f1] - @ai-sdk/[email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [c56822d] - Updated dependencies [930399b] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [1cfc209] - @ai-sdk/[email protected] ## @ai-sdk/[email protected] ### Patch Changes - 7ca78f1: feat(provider/gateway): Add new Qwen models to Gateway model string autocomplete ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [c56822d] - Updated dependencies [930399b] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [c56822d] - Updated dependencies [930399b] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - 1cfc209: feat(provider/openai): `OpenAIChatLanguageModelOptions` type ```ts import { openai, type OpenAIChatLanguageModelOptions } from '@ai-sdk/openai'; import { generateText } from 'ai'; await generateText({ model: openai.chat('gpt-4o'), prompt: 'Invent a new holiday and describe its traditions.', providerOptions: { openai: { user: 'user-123', } satisfies OpenAIChatLanguageModelOptions, }, }); ``` ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [c56822d] - Updated dependencies [930399b] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [c56822d] - Updated dependencies [930399b] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [c56822d] - Updated dependencies [930399b] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [c56822d] - Updated dependencies [930399b] - [email protected] Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent 930399b commit 63d5f66

27 files changed

+118
-46
lines changed

.changeset/cyan-mirrors-clap.md

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

.changeset/eighty-ghosts-collect.md

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

.changeset/great-eels-mate.md

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

.changeset/tall-terms-smash.md

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

packages/ai/CHANGELOG.md

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

3+
## 5.0.52
4+
5+
### Patch Changes
6+
7+
- c56822d: fix(ai): update `uiMessageChunkSchema` to satisfy the `UIMessageChunk` type
8+
- 930399b: fix(ai): download files when intermediate file cannot be downloaded
9+
- Updated dependencies [7ca78f1]
10+
- @ai-sdk/gateway@1.0.29
11+
312
## 5.0.51
413

514
### 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": "5.0.51",
3+
"version": "5.0.52",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ai-sdk/angular
22

3+
## 1.0.52
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c56822d]
8+
- Updated dependencies [930399b]
9+
10+
311
## 1.0.51
412

513
### 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": "1.0.51",
3+
"version": "1.0.52",
44
"description": "Angular implementation of ai-sdk.",
55
"license": "Apache-2.0",
66
"main": "dist/index.cjs",

packages/azure/CHANGELOG.md

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

3+
## 2.0.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1cfc209]
8+
- @ai-sdk/openai@2.0.35
9+
310
## 2.0.34
411

512
### Patch Changes

packages/azure/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/azure",
3-
"version": "2.0.34",
3+
"version": "2.0.35",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)