Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/doc-improvements.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/smart-beans-sparkle.md

This file was deleted.

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

## 2.0.0

### Major Changes

- [#256](https://github.com/cloudflare/ai/pull/256) [`a538901`](https://github.com/cloudflare/ai/commit/a5389013b9a512707fb1de1501a1547fce20c014) Thanks [@jahands](https://github.com/jahands)! - feat: Migrate to AI SDK v5

This updates workers-ai-provider and ai-gateway-provider to use the AI SDK v5. Please refer to the official migration guide to migrate your code https://ai-sdk.dev/docs/migration-guides/migration-guide-5-0

### Patch Changes

- [#216](https://github.com/cloudflare/ai/pull/216) [`26e5fdb`](https://github.com/cloudflare/ai/commit/26e5fdb7186afa911fc98faaf62c1e413db619dd) Thanks [@wussh](https://github.com/wussh)! - Improve documentation by adding generateText example to workers-ai-provider and clarifying supported methods in ai-gateway-provider.

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-gateway-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai-gateway-provider",
"version": "1.0.0",
"version": "2.0.0",
"description": "AI Gateway Provider for AI-SDK",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/workers-ai-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# workers-ai-provider

## 2.0.0

### Major Changes

- [#256](https://github.com/cloudflare/ai/pull/256) [`a538901`](https://github.com/cloudflare/ai/commit/a5389013b9a512707fb1de1501a1547fce20c014) Thanks [@jahands](https://github.com/jahands)! - feat: Migrate to AI SDK v5

This updates workers-ai-provider and ai-gateway-provider to use the AI SDK v5. Please refer to the official migration guide to migrate your code https://ai-sdk.dev/docs/migration-guides/migration-guide-5-0

### Patch Changes

- [#216](https://github.com/cloudflare/ai/pull/216) [`26e5fdb`](https://github.com/cloudflare/ai/commit/26e5fdb7186afa911fc98faaf62c1e413db619dd) Thanks [@wussh](https://github.com/wussh)! - Improve documentation by adding generateText example to workers-ai-provider and clarifying supported methods in ai-gateway-provider.

## 0.7.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/workers-ai-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "workers-ai-provider",
"description": "Workers AI Provider for the vercel AI SDK",
"type": "module",
"version": "1.0.0",
"version": "2.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down