Skip to content

Commit 2c1f8d3

Browse files
Merge pull request #462 from cloudflare/changeset-release/main
Version Packages
2 parents fcdf77d + 33f2e04 commit 2c1f8d3

11 files changed

Lines changed: 33 additions & 23 deletions

File tree

.changeset/loud-worlds-switch.md

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

.changeset/switch-tsup-to-tsdown.md

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

demos/mcp-server-bearer-auth/src/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ export const renderApproveContent = async (
314314
<div class="max-w-md mx-auto bg-white p-8 rounded-lg shadow-md text-center">
315315
<div class="mb-4">
316316
<span class="inline-block p-3 ${status === "success"
317-
? "bg-green-100 text-green-800"
318-
: "bg-red-100 text-red-800"} rounded-full">
317+
? "bg-green-100 text-green-800"
318+
: "bg-red-100 text-red-800"} rounded-full">
319319
${status === "success" ? "✓" : "✗"}
320320
</span>
321321
</div>

demos/remote-mcp-server-autorag/src/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ export const renderApproveContent = async (
314314
<div class="max-w-md mx-auto bg-white p-8 rounded-lg shadow-md text-center">
315315
<div class="mb-4">
316316
<span class="inline-block p-3 ${status === "success"
317-
? "bg-green-100 text-green-800"
318-
: "bg-red-100 text-red-800"} rounded-full">
317+
? "bg-green-100 text-green-800"
318+
: "bg-red-100 text-red-800"} rounded-full">
319319
${status === "success" ? "✓" : "✗"}
320320
</span>
321321
</div>

demos/remote-mcp-server/src/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ export const renderApproveContent = async (
314314
<div class="max-w-md mx-auto bg-white p-8 rounded-lg shadow-md text-center">
315315
<div class="mb-4">
316316
<span class="inline-block p-3 ${status === "success"
317-
? "bg-green-100 text-green-800"
318-
: "bg-red-100 text-red-800"} rounded-full">
317+
? "bg-green-100 text-green-800"
318+
: "bg-red-100 text-red-800"} rounded-full">
319319
${status === "success" ? "✓" : "✗"}
320320
</span>
321321
</div>

packages/ai-gateway-provider/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ai-gateway-provider
22

3+
## 3.1.3
4+
5+
### Patch Changes
6+
7+
- [#474](https://github.com/cloudflare/ai/pull/474) [`dc95a5f`](https://github.com/cloudflare/ai/commit/dc95a5fb65e472f610247d55bae0774914fe06ce) Thanks [@threepointone](https://github.com/threepointone)! - update dependencies
8+
9+
- [#461](https://github.com/cloudflare/ai/pull/461) [`9131bb4`](https://github.com/cloudflare/ai/commit/9131bb470663908632f2c86ef552dc9eae56194c) Thanks [@threepointone](https://github.com/threepointone)! - Replace tsup with tsdown as the build tool
10+
311
## 3.1.2
412

513
### Patch Changes

packages/ai-gateway-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-gateway-provider",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "AI Gateway Provider for AI-SDK",
55
"keywords": [
66
"agents",

packages/tanstack-ai/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cloudflare/tanstack-ai
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- [#474](https://github.com/cloudflare/ai/pull/474) [`dc95a5f`](https://github.com/cloudflare/ai/commit/dc95a5fb65e472f610247d55bae0774914fe06ce) Thanks [@threepointone](https://github.com/threepointone)! - update dependencies
8+
9+
- [#461](https://github.com/cloudflare/ai/pull/461) [`9131bb4`](https://github.com/cloudflare/ai/commit/9131bb470663908632f2c86ef552dc9eae56194c) Thanks [@threepointone](https://github.com/threepointone)! - Replace tsup with tsdown as the build tool
10+
311
## 0.1.6
412

513
### Patch Changes

packages/tanstack-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/tanstack-ai",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Use TanStack AI with Cloudflare Workers AI and AI Gateway",
55
"keywords": [
66
"ai",

packages/workers-ai-provider/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# workers-ai-provider
22

3+
## 3.1.9
4+
5+
### Patch Changes
6+
7+
- [#474](https://github.com/cloudflare/ai/pull/474) [`dc95a5f`](https://github.com/cloudflare/ai/commit/dc95a5fb65e472f610247d55bae0774914fe06ce) Thanks [@threepointone](https://github.com/threepointone)! - update dependencies
8+
9+
- [#461](https://github.com/cloudflare/ai/pull/461) [`9131bb4`](https://github.com/cloudflare/ai/commit/9131bb470663908632f2c86ef552dc9eae56194c) Thanks [@threepointone](https://github.com/threepointone)! - Replace tsup with tsdown as the build tool
10+
311
## 3.1.8
412

513
### Patch Changes

0 commit comments

Comments
 (0)