Skip to content

Commit 4891aed

Browse files
Version Packages (beta)
1 parent 905b94a commit 4891aed

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@
502502
"warm-files-attack",
503503
"warm-foxes-glow",
504504
"warm-turtles-glow",
505+
"weak-geese-turn",
505506
"webhook-response-body-fix",
506507
"wet-birds-grab",
507508
"wet-roses-happen",

packages/ai/CHANGELOG.md

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

3+
## 4.0.1-beta.54
4+
5+
### Patch Changes
6+
7+
- [#1199](https://github.com/vercel/workflow/pull/1199) [`905b94a`](https://github.com/vercel/workflow/commit/905b94ac12bdedbeebc44b941c23e25a5ed02968) Thanks [@gsathya](https://github.com/gsathya)! - Pass AbortSignal option into WorkflowChatTransport reconnect handler, allowing it to prevent reconnection.
8+
39
## 4.0.1-beta.53
410

511
### Patch Changes

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/ai",
3-
"version": "4.0.1-beta.53",
3+
"version": "4.0.1-beta.54",
44
"description": "Workflow DevKit compatible helper library for the AI SDK",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)