Skip to content

Commit e9d9a11

Browse files
Version Packages (beta)
1 parent 95f5777 commit e9d9a11

39 files changed

+203
-19
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
"changesets": [
5353
"ast-directive-validation",
5454
"fix-builtin-externalize",
55+
"fix-community-world-specversion",
56+
"fix-next-esm-compat",
5557
"getter-step-support",
5658
"old-towns-make"
5759
]

packages/astro/CHANGELOG.md

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

3+
## 5.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @workflow/builders@5.0.0-beta.1
9+
- @workflow/rollup@5.0.0-beta.1
10+
- @workflow/vite@5.0.0-beta.1
11+
312
## 5.0.0-beta.0
413

514
### Major Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/astro",
3-
"version": "5.0.0-beta.0",
3+
"version": "5.0.0-beta.1",
44
"description": "Astro integration for Workflow SDK",
55
"type": "module",
66
"main": "dist/index.js",

packages/builders/CHANGELOG.md

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

3+
## 5.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a5c90ce`](https://github.com/vercel/workflow/commit/a5c90cefba01070aa4bc12a696334ee4c1061f92)]:
8+
- @workflow/core@5.0.0-beta.1
9+
- @workflow/errors@5.0.0-beta.0
10+
311
## 5.0.0-beta.0
412

513
### Major 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": "5.0.0-beta.0",
3+
"version": "5.0.0-beta.1",
44
"description": "Shared builder infrastructure for Workflow SDK",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cli/CHANGELOG.md

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

3+
## 5.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a5c90ce`](https://github.com/vercel/workflow/commit/a5c90cefba01070aa4bc12a696334ee4c1061f92)]:
8+
- @workflow/core@5.0.0-beta.1
9+
- @workflow/world@5.0.0-beta.1
10+
- @workflow/world-vercel@5.0.0-beta.1
11+
- @workflow/world-local@5.0.0-beta.1
12+
- @workflow/builders@5.0.0-beta.1
13+
- @workflow/web@5.0.0-beta.0
14+
- @workflow/errors@5.0.0-beta.0
15+
316
## 5.0.0-beta.0
417

518
### Major 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": "5.0.0-beta.0",
3+
"version": "5.0.0-beta.1",
44
"description": "Command-line interface for Workflow SDK",
55
"type": "module",
66
"bin": {

packages/core/CHANGELOG.md

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

3+
## 5.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [#1658](https://github.com/vercel/workflow/pull/1658) [`a5c90ce`](https://github.com/vercel/workflow/commit/a5c90cefba01070aa4bc12a696334ee4c1061f92) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Fix community world E2E tests by adding `specVersion` to the World interface so `start()` uses the safe baseline (v2) for worlds that don't declare their supported version
8+
9+
- Updated dependencies [[`a5c90ce`](https://github.com/vercel/workflow/commit/a5c90cefba01070aa4bc12a696334ee4c1061f92)]:
10+
- @workflow/world@5.0.0-beta.1
11+
- @workflow/world-vercel@5.0.0-beta.1
12+
- @workflow/world-local@5.0.0-beta.1
13+
- @workflow/errors@5.0.0-beta.0
14+
315
## 5.0.0-beta.0
416

517
### Major 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": "5.0.0-beta.0",
3+
"version": "5.0.0-beta.1",
44
"description": "Core runtime and engine for Workflow SDK",
55
"type": "module",
66
"main": "dist/index.js",

packages/nest/CHANGELOG.md

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

3+
## 5.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @workflow/builders@5.0.0-beta.1
9+
310
## 5.0.0-beta.0
411

512
### Major Changes

0 commit comments

Comments
 (0)