Skip to content

Commit 1ffedee

Browse files
Version Packages (#9764)
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 - Updated dependencies [f1a8734] - @ai-sdk/[email protected] ## @ai-sdk/[email protected] ### Patch Changes - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - f1a8734: feat (provider/gateway): add models provider option for model routing ## @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 f1a8734 commit 1ffedee

File tree

20 files changed

+70
-14
lines changed

20 files changed

+70
-14
lines changed

.changeset/four-papayas-divide.md

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

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+
## 5.0.78
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f1a8734]
8+
- @ai-sdk/gateway@2.0.1
9+
310
## 5.0.77
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": "5.0.77",
3+
"version": "5.0.78",
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+
## 1.0.78
4+
5+
### Patch Changes
6+
7+
8+
39
## 1.0.77
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": "1.0.77",
3+
"version": "1.0.78",
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.1
4+
5+
### Patch Changes
6+
7+
- f1a8734: feat (provider/gateway): add models provider option for model routing
8+
39
## 2.0.0
410

511
### Major 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",
4+
"version": "2.0.1",
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+
## 1.0.78
4+
5+
### Patch Changes
6+
7+
8+
39
## 1.0.77
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": "1.0.77",
3+
"version": "1.0.78",
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+
## 1.0.78
4+
5+
### Patch Changes
6+
7+
8+
39
## 1.0.77
410

511
### Patch Changes

0 commit comments

Comments
 (0)