Skip to content

Commit

Permalink
Version Packages (#4036)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 9, 2024
1 parent e958996 commit c6bd765
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-bulldogs-reflect.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/ai-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@ai-sdk/groq": "1.0.7",
"@ai-sdk/mistral": "1.0.4",
"@ai-sdk/openai": "1.0.7",
"@ai-sdk/openai-compatible": "0.0.4",
"@ai-sdk/togetherai": "0.0.5",
"@ai-sdk/openai-compatible": "0.0.5",
"@ai-sdk/togetherai": "0.0.6",
"@ai-sdk/xai": "1.0.5",
"@opentelemetry/sdk-node": "0.54.2",
"@opentelemetry/auto-instrumentations-node": "0.47.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/openai-compatible/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-sdk/openai-compatible

## 0.0.5

### Patch Changes

- e958996: fix (provider/openai-compatible): remove unused index property from validation

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openai-compatible/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/openai-compatible",
"version": "0.0.4",
"version": "0.0.5",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/togetherai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/togetherai

## 0.0.6

### Patch Changes

- Updated dependencies [e958996]
- @ai-sdk/openai-compatible@0.0.5

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/togetherai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/togetherai",
"version": "0.0.5",
"version": "0.0.6",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ai-sdk/openai-compatible": "0.0.4",
"@ai-sdk/openai-compatible": "0.0.5",
"@ai-sdk/provider": "1.0.0",
"@ai-sdk/provider-utils": "2.0.3"
},
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6bd765

Please sign in to comment.