Skip to content

Commit a261b21

Browse files
author
workflow-devkit-release-bot[bot]
authored
Version Packages (beta) (#1635)
1 parent 12791cf commit a261b21

55 files changed

Lines changed: 366 additions & 30 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/pre.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,13 @@
4646
"workflow-sdk-compiler-playground": "4.0.0",
4747
"@workflow/example-nitro": "4.0.0",
4848
"@workflow/vitest": "4.0.0",
49-
"@workflow/vitest-workbench": "4.0.0"
49+
"@workflow/vitest-workbench": "4.0.0",
50+
"@workflow/swc-playground-wasm": "0.0.0"
5051
},
51-
"changesets": []
52+
"changesets": [
53+
"ast-directive-validation",
54+
"fix-builtin-externalize",
55+
"getter-step-support",
56+
"old-towns-make"
57+
]
5258
}

packages/ai/CHANGELOG.md

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

3+
## 5.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- [#1642](https://github.com/vercel/workflow/pull/1642) [`c5cdfc0`](https://github.com/vercel/workflow/commit/c5cdfc00751c5bef36c4be748d819081b934fbcd) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Initial v5 beta release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`c5cdfc0`](https://github.com/vercel/workflow/commit/c5cdfc00751c5bef36c4be748d819081b934fbcd)]:
12+
- @workflow/serde@5.0.0-beta.0
13+
- workflow@5.0.0-beta.0
14+
315
## 4.1.0-beta.61
416

517
### 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.0",
3+
"version": "5.0.0-beta.0",
44
"description": "Workflow SDK compatible helper library for the AI SDK",
55
"type": "module",
66
"main": "dist/index.js",

packages/astro/CHANGELOG.md

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

3+
## 5.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- [#1642](https://github.com/vercel/workflow/pull/1642) [`c5cdfc0`](https://github.com/vercel/workflow/commit/c5cdfc00751c5bef36c4be748d819081b934fbcd) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Initial v5 beta release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`35b539b`](https://github.com/vercel/workflow/commit/35b539b146015fd63ad71e0d08614de96d34aa45), [`372abba`](https://github.com/vercel/workflow/commit/372abba55fc6d3d9ba8f6926d38e05d7a6d99011), [`bab8cdd`](https://github.com/vercel/workflow/commit/bab8cddf98e1d4ca897fbfc9cc1fb51a3333c695), [`c5cdfc0`](https://github.com/vercel/workflow/commit/c5cdfc00751c5bef36c4be748d819081b934fbcd)]:
12+
- @workflow/builders@5.0.0-beta.0
13+
- @workflow/swc-plugin@5.0.0-beta.0
14+
- @workflow/rollup@5.0.0-beta.0
15+
- @workflow/vite@5.0.0-beta.0
16+
317
## 4.0.0-beta.52
418

519
### Patch 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": "4.0.0",
3+
"version": "5.0.0-beta.0",
44
"description": "Astro integration for Workflow SDK",
55
"type": "module",
66
"main": "dist/index.js",

packages/builders/CHANGELOG.md

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

3+
## 5.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- [#1642](https://github.com/vercel/workflow/pull/1642) [`c5cdfc0`](https://github.com/vercel/workflow/commit/c5cdfc00751c5bef36c4be748d819081b934fbcd) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Initial v5 beta release
8+
9+
### Patch Changes
10+
11+
- [#1641](https://github.com/vercel/workflow/pull/1641) [`35b539b`](https://github.com/vercel/workflow/commit/35b539b146015fd63ad71e0d08614de96d34aa45) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Add `detect` mode to SWC plugin and use it during discovery to filter false positive directive detections
12+
13+
- [#1644](https://github.com/vercel/workflow/pull/1644) [`372abba`](https://github.com/vercel/workflow/commit/372abba55fc6d3d9ba8f6926d38e05d7a6d99011) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Fix Node.js builtin imports being relativized in step bundles
14+
15+
- Updated dependencies [[`35b539b`](https://github.com/vercel/workflow/commit/35b539b146015fd63ad71e0d08614de96d34aa45), [`bab8cdd`](https://github.com/vercel/workflow/commit/bab8cddf98e1d4ca897fbfc9cc1fb51a3333c695), [`c5cdfc0`](https://github.com/vercel/workflow/commit/c5cdfc00751c5bef36c4be748d819081b934fbcd)]:
16+
- @workflow/swc-plugin@5.0.0-beta.0
17+
- @workflow/core@5.0.0-beta.0
18+
- @workflow/errors@5.0.0-beta.0
19+
- @workflow/utils@5.0.0-beta.0
20+
321
## 4.0.1-beta.69
422

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

packages/cli/CHANGELOG.md

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

3+
## 5.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- [#1642](https://github.com/vercel/workflow/pull/1642) [`c5cdfc0`](https://github.com/vercel/workflow/commit/c5cdfc00751c5bef36c4be748d819081b934fbcd) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Initial v5 beta release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`35b539b`](https://github.com/vercel/workflow/commit/35b539b146015fd63ad71e0d08614de96d34aa45), [`372abba`](https://github.com/vercel/workflow/commit/372abba55fc6d3d9ba8f6926d38e05d7a6d99011), [`bab8cdd`](https://github.com/vercel/workflow/commit/bab8cddf98e1d4ca897fbfc9cc1fb51a3333c695), [`c5cdfc0`](https://github.com/vercel/workflow/commit/c5cdfc00751c5bef36c4be748d819081b934fbcd)]:
12+
- @workflow/builders@5.0.0-beta.0
13+
- @workflow/swc-plugin@5.0.0-beta.0
14+
- @workflow/core@5.0.0-beta.0
15+
- @workflow/errors@5.0.0-beta.0
16+
- @workflow/utils@5.0.0-beta.0
17+
- @workflow/web@5.0.0-beta.0
18+
- @workflow/world@5.0.0-beta.0
19+
- @workflow/world-local@5.0.0-beta.0
20+
- @workflow/world-vercel@5.0.0-beta.0
21+
322
## 4.2.0-beta.78
423

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

packages/core/CHANGELOG.md

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

3+
## 5.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- [#1642](https://github.com/vercel/workflow/pull/1642) [`c5cdfc0`](https://github.com/vercel/workflow/commit/c5cdfc00751c5bef36c4be748d819081b934fbcd) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Initial v5 beta release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`c5cdfc0`](https://github.com/vercel/workflow/commit/c5cdfc00751c5bef36c4be748d819081b934fbcd)]:
12+
- @workflow/errors@5.0.0-beta.0
13+
- @workflow/serde@5.0.0-beta.0
14+
- @workflow/utils@5.0.0-beta.0
15+
- @workflow/world@5.0.0-beta.0
16+
- @workflow/world-local@5.0.0-beta.0
17+
- @workflow/world-vercel@5.0.0-beta.0
18+
319
## 4.2.0-beta.78
420

521
### Patch Changes

0 commit comments

Comments
 (0)