Skip to content

Commit 7e49456

Browse files
Version Packages (beta)
1 parent 0668077 commit 7e49456

File tree

31 files changed

+186
-17
lines changed

31 files changed

+186
-17
lines changed

.changeset/pre.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,19 @@
3737
"changesets": [
3838
"add-documentation",
3939
"add-type-safety",
40+
"all-guests-change",
4041
"all-years-glow",
4142
"angry-owls-beg",
4243
"bigint-serialization",
4344
"bitter-trees-rest",
4445
"breezy-schools-wonder",
4546
"bumpy-taxis-learn",
47+
"busy-ears-switch",
4648
"chatty-bees-sing",
4749
"consolidate-config",
4850
"cool-radios-beg",
4951
"cool-zebras-yawn",
52+
"crazy-days-agree",
5053
"crazy-waves-leave",
5154
"create-builders-package",
5255
"cuddly-otters-sin",
@@ -67,20 +70,25 @@
6770
"fine-ideas-beam",
6871
"fix-cli-flag-docs-typo",
6972
"floppy-dancers-lose",
73+
"floppy-symbols-check",
7074
"forty-crabs-wonder",
7175
"free-forks-relax",
7276
"green-ducks-wave",
7377
"heavy-baboons-relax",
7478
"heavy-terms-share",
7579
"hungry-cats-rush",
7680
"hungry-friends-start",
81+
"hungry-suits-brake",
7782
"improve-error-handling",
83+
"khaki-turtles-build",
7884
"kind-vans-shout",
7985
"large-crabs-juggle",
8086
"legal-cycles-leave",
8187
"lemon-aliens-jog",
88+
"light-planes-grin",
8289
"light-rice-rush",
8390
"little-suits-sip",
91+
"lucky-breads-fry",
8492
"lucky-signs-shine",
8593
"major-moles-sit",
8694
"mean-mangos-hope",
@@ -97,11 +105,13 @@
97105
"poor-eyes-build",
98106
"quick-lizards-drum",
99107
"quiet-boxes-carry",
108+
"real-moose-kick",
100109
"rude-wings-brush",
101110
"serious-starfishes-accept",
102111
"shaggy-tigers-attack",
103112
"silly-pens-shine",
104113
"sixty-baboons-wonder",
114+
"sixty-facts-slide",
105115
"slick-rabbits-travel",
106116
"slimy-hairs-thank",
107117
"slow-pears-swim",
@@ -118,6 +128,7 @@
118128
"tame-doors-melt",
119129
"tame-lamps-sin",
120130
"tender-owls-beam",
131+
"thick-moons-wink",
121132
"thick-rockets-brake",
122133
"thick-steaks-beam",
123134
"thin-mangos-double",
@@ -138,6 +149,7 @@
138149
"whole-turkeys-beam",
139150
"wide-wombats-own",
140151
"witty-phones-doubt",
141-
"witty-toys-open"
152+
"witty-toys-open",
153+
"young-humans-create"
142154
]
143155
}

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.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [94d46d4]
8+
- workflow@4.0.1-beta.13
9+
310
## 4.0.1-beta.12
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.12",
3+
"version": "4.0.1-beta.13",
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.12",
45+
"workflow": "4.0.1-beta.13",
4646
"ai": "^5"
4747
},
4848
"dependencies": {

packages/builders/CHANGELOG.md

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

3+
## 4.0.1-beta.9
4+
5+
### Patch Changes
6+
7+
- 8208b53: Fix sourcemap error tracing in workflows
8+
- Updated dependencies [8208b53]
9+
- Updated dependencies [4f9ae4e]
10+
- Updated dependencies [aac1b6c]
11+
- Updated dependencies [6373ab5]
12+
- @workflow/core@4.0.1-beta.11
13+
- @workflow/swc-plugin@4.0.1-beta.5
14+
315
## 4.0.1-beta.8
416

517
### 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.8",
3+
"version": "4.0.1-beta.9",
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.13
4+
5+
### Patch Changes
6+
7+
- 11469d8: Update default fallback path for connecting to local world
8+
- 00efdfb: Fix --noBrowser option help documentation
9+
- Updated dependencies [8208b53]
10+
- Updated dependencies [2b880f9]
11+
- Updated dependencies [11469d8]
12+
- Updated dependencies [4f9ae4e]
13+
- Updated dependencies [aac1b6c]
14+
- Updated dependencies [6373ab5]
15+
- Updated dependencies [68363b2]
16+
- Updated dependencies [00efdfb]
17+
- @workflow/builders@4.0.1-beta.9
18+
- @workflow/core@4.0.1-beta.11
19+
- @workflow/world-local@4.0.1-beta.7
20+
- @workflow/web@4.0.1-beta.10
21+
- @workflow/swc-plugin@4.0.1-beta.5
22+
323
## 4.0.1-beta.12
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.12",
3+
"version": "4.0.1-beta.13",
44
"description": "Command-line interface for Workflow DevKit",
55
"type": "module",
66
"bin": {

packages/core/CHANGELOG.md

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

3+
## 4.0.1-beta.11
4+
5+
### Patch Changes
6+
7+
- 8208b53: Fix sourcemap error tracing in workflows
8+
- aac1b6c: Make process.env in workflow context a readonly clone
9+
- 6373ab5: BREAKING: `resumeHook()` now throws errors (including when a Hook is not found for a given "token") instead of returning `null`
10+
- Updated dependencies [2b880f9]
11+
- Updated dependencies [68363b2]
12+
- @workflow/world-local@4.0.1-beta.7
13+
314
## 4.0.1-beta.10
415

516
### 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.10",
3+
"version": "4.0.1-beta.11",
44
"description": "Core runtime and engine for Workflow DevKit",
55
"type": "module",
66
"main": "dist/index.js",

packages/next/CHANGELOG.md

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

3+
## 4.0.1-beta.13
4+
5+
### Patch Changes
6+
7+
- 94d46d4: Refactor `@workflow/next` to dynamically import `@workflow/builders`
8+
- Updated dependencies [8208b53]
9+
- Updated dependencies [4f9ae4e]
10+
- Updated dependencies [aac1b6c]
11+
- Updated dependencies [6373ab5]
12+
- @workflow/builders@4.0.1-beta.9
13+
- @workflow/core@4.0.1-beta.11
14+
- @workflow/swc-plugin@4.0.1-beta.5
15+
316
## 4.0.1-beta.12
417

518
### Patch Changes

0 commit comments

Comments
 (0)