Skip to content

Commit

Permalink
Version Packages (#3079)
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] committed Sep 20, 2024
1 parent 8132a60 commit 0f50dad
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 149 deletions.
5 changes: 0 additions & 5 deletions .changeset/shy-toys-sip.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ai-sdk/azure

## 0.0.39

### Patch Changes

- Updated dependencies [8132a60]
- @ai-sdk/openai@0.0.61

## 0.0.38

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/azure",
"version": "0.0.38",
"version": "0.0.39",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ai-sdk/openai": "0.0.60",
"@ai-sdk/openai": "0.0.61",
"@ai-sdk/provider": "0.0.23",
"@ai-sdk/provider-utils": "1.0.19"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ai-sdk/openai

## 0.0.61

### Patch Changes

- 8132a60: feat (provider/openai): support reasoning token usage and max_completion_tokens

## 0.0.60

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-sdk/openai",
"version": "0.0.60",
"version": "0.0.61",
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
Loading

0 comments on commit 0f50dad

Please sign in to comment.