Skip to content

Commit 5f61987

Browse files
Version Packages (beta) (#605)
1 parent 6265534 commit 5f61987

File tree

13 files changed

+50
-7
lines changed

13 files changed

+50
-7
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
"serious-starfishes-accept",
200200
"shaggy-falcons-make",
201201
"shaggy-tigers-attack",
202+
"shaky-lemons-occur",
202203
"sharp-laws-feel",
203204
"shiny-islands-move",
204205
"silly-drinks-wait",

packages/ai/CHANGELOG.md

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

3+
## 4.0.1-beta.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
9+
310
## 4.0.1-beta.30
411

512
### Patch Changes

packages/ai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/ai",
3-
"version": "4.0.1-beta.30",
3+
"version": "4.0.1-beta.31",
44
"description": "Workflow DevKit compatible helper library for the AI SDK",
55
"type": "module",
66
"main": "dist/index.js",
@@ -63,7 +63,7 @@
6363
},
6464
"peerDependencies": {
6565
"ai": "^5",
66-
"workflow": "4.0.1-beta.30"
66+
"workflow": "4.0.1-beta.31"
6767
},
6868
"dependencies": {
6969
"@ai-sdk/anthropic": "2.0.49",

packages/cli/CHANGELOG.md

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

3+
## 4.0.1-beta.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6265534`](https://github.com/vercel/workflow/commit/6265534d6be2cba54265ef23b94a0810d9e25c9c)]:
8+
- @workflow/web@4.0.1-beta.16
9+
310
## 4.0.1-beta.30
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/cli",
3-
"version": "4.0.1-beta.30",
3+
"version": "4.0.1-beta.31",
44
"description": "Command-line interface for Workflow DevKit",
55
"type": "module",
66
"bin": {

packages/next/CHANGELOG.md

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

3+
## 4.0.1-beta.30
4+
5+
### Patch Changes
6+
7+
- [#604](https://github.com/vercel/workflow/pull/604) [`6265534`](https://github.com/vercel/workflow/commit/6265534d6be2cba54265ef23b94a0810d9e25c9c) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Bump next.js to address CVE-2025-55184
8+
39
## 4.0.1-beta.29
410

511
### Patch Changes

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/next",
3-
"version": "4.0.1-beta.29",
3+
"version": "4.0.1-beta.30",
44
"description": "Next.js integration for Workflow DevKit",
55
"type": "commonjs",
66
"main": "dist/index.js",

packages/web/CHANGELOG.md

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

3+
## 4.0.1-beta.16
4+
5+
### Patch Changes
6+
7+
- [#604](https://github.com/vercel/workflow/pull/604) [`6265534`](https://github.com/vercel/workflow/commit/6265534d6be2cba54265ef23b94a0810d9e25c9c) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Bump next.js to address CVE-2025-55184
8+
39
## 4.0.1-beta.15
410

511
### Patch Changes

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workflow/web",
33
"description": "Workflow Observability UI",
4-
"version": "4.0.1-beta.15",
4+
"version": "4.0.1-beta.16",
55
"private": false,
66
"files": [
77
".next",

packages/workflow/CHANGELOG.md

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

3+
## 4.0.1-beta.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6265534`](https://github.com/vercel/workflow/commit/6265534d6be2cba54265ef23b94a0810d9e25c9c)]:
8+
- @workflow/next@4.0.1-beta.30
9+
- @workflow/cli@4.0.1-beta.31
10+
311
## 4.0.1-beta.30
412

513
### Patch Changes

0 commit comments

Comments
 (0)