Skip to content

Commit 7bad9d4

Browse files
Version Packages (beta) (#230)
1 parent fb8153b commit 7bad9d4

37 files changed

+246
-20
lines changed

.changeset/pre.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@
3131
"@workflow/example-vite": "0.0.0",
3232
"@workflow/example-sveltekit": "0.0.0",
3333
"@workflow/builders": "4.0.1-beta.3",
34-
"@workflow/sveltekit": "4.0.0-beta.1"
34+
"@workflow/sveltekit": "4.0.0-beta.1",
35+
"@workflow/nuxt": "4.0.1-beta.6"
3536
},
3637
"changesets": [
3738
"add-documentation",
3839
"add-type-safety",
40+
"all-years-glow",
3941
"angry-owls-beg",
4042
"bigint-serialization",
4143
"bitter-trees-rest",
@@ -49,11 +51,13 @@
4951
"create-builders-package",
5052
"cuddly-otters-sin",
5153
"curvy-ravens-clean",
54+
"cute-drinks-swim",
5255
"dark-toys-melt",
5356
"deduplicate-configs",
5457
"dry-mammals-change",
5558
"dull-adults-wonder",
5659
"easy-coats-find",
60+
"easy-donkeys-lie",
5761
"eight-clubs-refuse",
5862
"evil-mammals-hear",
5963
"extract-path-helpers",
@@ -83,33 +87,42 @@
8387
"metal-sheep-wait",
8488
"move-next-builder",
8589
"nasty-donuts-grow",
90+
"nasty-olives-jam",
8691
"nine-beds-agree",
92+
"nine-books-heal",
8793
"nine-insects-refuse",
8894
"nine-owls-write",
8995
"ninety-cobras-shop",
96+
"open-weeks-sniff",
97+
"poor-eyes-build",
9098
"quick-lizards-drum",
9199
"quiet-boxes-carry",
92100
"rude-wings-brush",
93101
"serious-starfishes-accept",
94102
"shaggy-tigers-attack",
95103
"silly-pens-shine",
104+
"sixty-baboons-wonder",
96105
"slick-rabbits-travel",
97106
"slimy-hairs-thank",
98107
"slow-pears-swim",
99108
"small-memes-shout",
100109
"smart-queens-post",
110+
"smooth-rats-attack",
101111
"social-paths-swim",
102112
"soft-glasses-watch",
103113
"spotty-eggs-sip",
104114
"spotty-needles-show",
105115
"standardize-naming",
106116
"strong-shrimps-travel",
117+
"swift-dancers-buy",
118+
"tame-doors-melt",
107119
"tame-lamps-sin",
108120
"tender-owls-beam",
109121
"thick-rockets-brake",
110122
"thick-steaks-beam",
111123
"thin-mangos-double",
112124
"thin-squids-roll",
125+
"tiny-coins-sip",
113126
"tough-comics-grab",
114127
"tricky-wasps-ask",
115128
"twelve-pandas-study",
@@ -119,6 +132,8 @@
119132
"violet-mails-send",
120133
"violet-taxis-give",
121134
"warm-files-attack",
135+
"wet-birds-grab",
136+
"whole-steaks-drum",
122137
"whole-toes-add",
123138
"whole-turkeys-beam",
124139
"wide-wombats-own",

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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [fb8153b]
8+
- workflow@4.0.1-beta.12
9+
310
## 4.0.1-beta.11
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.11",
3+
"version": "4.0.1-beta.12",
44
"description": "Workflow DevKit compatible helper library for the AI SDK",
55
"type": "module",
66
"main": "dist/index.js",
@@ -42,7 +42,7 @@
4242
"ai": "catalog:"
4343
},
4444
"peerDependencies": {
45-
"workflow": "4.0.1-beta.11",
45+
"workflow": "4.0.1-beta.12",
4646
"ai": "^5"
4747
},
4848
"dependencies": {

packages/builders/CHANGELOG.md

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

3+
## 4.0.1-beta.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7013f29]
8+
- Updated dependencies [a28bc37]
9+
- Updated dependencies [e0c6618]
10+
- Updated dependencies [809e0fe]
11+
- Updated dependencies [adf0cfe]
12+
- Updated dependencies [5c0268b]
13+
- Updated dependencies [0b3e89e]
14+
- Updated dependencies [7a47eb8]
15+
- @workflow/core@4.0.1-beta.10
16+
- @workflow/swc-plugin@4.0.1-beta.4
17+
- @workflow/errors@4.0.1-beta.4
18+
319
## 4.0.1-beta.7
420

521
### Patch Changes

packages/builders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/builders",
3-
"version": "4.0.1-beta.7",
3+
"version": "4.0.1-beta.8",
44
"description": "Shared builder infrastructure for Workflow DevKit",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cli/CHANGELOG.md

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

3+
## 4.0.1-beta.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7013f29]
8+
- Updated dependencies [a28bc37]
9+
- Updated dependencies [e0c6618]
10+
- Updated dependencies [809e0fe]
11+
- Updated dependencies [adf0cfe]
12+
- Updated dependencies [5c0268b]
13+
- Updated dependencies [0b3e89e]
14+
- Updated dependencies [7a47eb8]
15+
- @workflow/core@4.0.1-beta.10
16+
- @workflow/swc-plugin@4.0.1-beta.4
17+
- @workflow/world-local@4.0.1-beta.6
18+
- @workflow/web@4.0.1-beta.9
19+
- @workflow/errors@4.0.1-beta.4
20+
- @workflow/builders@4.0.1-beta.8
21+
- @workflow/world-vercel@4.0.1-beta.6
22+
323
## 4.0.1-beta.11
424

525
### 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.11",
3+
"version": "4.0.1-beta.12",
44
"description": "Command-line interface for Workflow DevKit",
55
"type": "module",
66
"bin": {

packages/core/CHANGELOG.md

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

3+
## 4.0.1-beta.10
4+
5+
### Patch Changes
6+
7+
- 7013f29: **BREAKING**: Change `RetryableError` "retryAfter" option number value to represent milliseconds instead of seconds. Previously, numeric values were interpreted as seconds; now they are interpreted as milliseconds. This aligns with JavaScript conventions for durations (like `setTimeout` and `setInterval`).
8+
- a28bc37: Make `@standard-schema/spec` be a regular dependency
9+
- 809e0fe: Add support for specifying milliseconds in `sleep()`
10+
- adf0cfe: Add automatic port discovery
11+
- 5c0268b: Add Standard Schema support and runtime validation to `defineHook()`
12+
- 0b3e89e: Fix event data serialization for observability
13+
- 7a47eb8: Deprecate deploymentId in StartOptions with warning that it should not be set by users
14+
- Updated dependencies [bf170ad]
15+
- Updated dependencies [adf0cfe]
16+
- @workflow/utils@4.0.1-beta.2
17+
- @workflow/world-local@4.0.1-beta.6
18+
- @workflow/errors@4.0.1-beta.4
19+
- @workflow/world-vercel@4.0.1-beta.6
20+
321
## 4.0.1-beta.9
422

523
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/core",
3-
"version": "4.0.1-beta.9",
3+
"version": "4.0.1-beta.10",
44
"description": "Core runtime and engine for Workflow DevKit",
55
"type": "module",
66
"main": "dist/index.js",

packages/errors/CHANGELOG.md

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

3+
## 4.0.1-beta.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bf170ad]
8+
- Updated dependencies [adf0cfe]
9+
- @workflow/utils@4.0.1-beta.2
10+
311
## 4.0.1-beta.3
412

513
### Patch Changes

0 commit comments

Comments
 (0)