Skip to content

Commit 56d230e

Browse files
Version Packages (beta) (#10084)
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 - 68cedbf: Update default Azure Provider to use Responses API Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent 68cedbf commit 56d230e

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"chilled-lions-switch",
9090
"chilly-spoons-exercise",
9191
"clean-elephants-tickle",
92+
"clever-toes-swim",
9293
"cold-clocks-smile",
9394
"cold-jeans-worry",
9495
"cold-keys-vanish",

packages/azure/CHANGELOG.md

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

3+
## 3.0.0-beta.57
4+
5+
### Patch Changes
6+
7+
- 68cedbf: Update default Azure Provider to use Responses API
8+
39
## 3.0.0-beta.56
410

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

0 commit comments

Comments
 (0)