Skip to content

Commit 4e435e0

Browse files
Version Packages (#1621)
1 parent 1ef83dc commit 4e435e0

Some content is hidden

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

59 files changed

+316
-119
lines changed

.changeset/fair-years-press.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.changeset/fix-builtin-externalize.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 53 deletions
This file was deleted.

packages/ai/CHANGELOG.md

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

3+
## 4.1.0
4+
5+
### Patch Changes
6+
7+
- [#1640](https://github.com/vercel/workflow/pull/1640) [`8890b33`](https://github.com/vercel/workflow/commit/8890b33b9b6497824309ced298a7b1acab73142c) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Stable release
8+
9+
- Updated dependencies [[`8890b33`](https://github.com/vercel/workflow/commit/8890b33b9b6497824309ced298a7b1acab73142c)]:
10+
- @workflow/serde@4.1.0
11+
- workflow@4.2.0
12+
313
## 4.1.0-beta.60
414

515
### 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.1.0-beta.60",
3+
"version": "4.1.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @workflow/astro
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- [#1640](https://github.com/vercel/workflow/pull/1640) [`8890b33`](https://github.com/vercel/workflow/commit/8890b33b9b6497824309ced298a7b1acab73142c) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Stable release
8+
9+
- Updated dependencies [[`8890b33`](https://github.com/vercel/workflow/commit/8890b33b9b6497824309ced298a7b1acab73142c), [`1ef83dc`](https://github.com/vercel/workflow/commit/1ef83dcc086f44a05b1801ed299de8e48cea9fa3)]:
10+
- @workflow/builders@4.0.1
11+
- @workflow/rollup@4.0.0
12+
- @workflow/swc-plugin@4.1.0
13+
- @workflow/vite@4.0.0
14+
315
## 4.0.0-beta.51
416

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

packages/builders/CHANGELOG.md

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

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#1640](https://github.com/vercel/workflow/pull/1640) [`8890b33`](https://github.com/vercel/workflow/commit/8890b33b9b6497824309ced298a7b1acab73142c) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Stable release
8+
9+
- [`1ef83dc`](https://github.com/vercel/workflow/commit/1ef83dcc086f44a05b1801ed299de8e48cea9fa3) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Fix Node.js builtin imports being relativized in step bundles
10+
11+
- Updated dependencies [[`8890b33`](https://github.com/vercel/workflow/commit/8890b33b9b6497824309ced298a7b1acab73142c)]:
12+
- @workflow/core@4.2.0
13+
- @workflow/errors@4.1.0
14+
- @workflow/swc-plugin@4.1.0
15+
- @workflow/utils@4.1.0
16+
317
## 4.0.1-beta.68
418

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

packages/cli/CHANGELOG.md

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

3+
## 4.2.0
4+
5+
### Patch Changes
6+
7+
- [#1640](https://github.com/vercel/workflow/pull/1640) [`8890b33`](https://github.com/vercel/workflow/commit/8890b33b9b6497824309ced298a7b1acab73142c) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Stable release
8+
9+
- Updated dependencies [[`8890b33`](https://github.com/vercel/workflow/commit/8890b33b9b6497824309ced298a7b1acab73142c), [`1ef83dc`](https://github.com/vercel/workflow/commit/1ef83dcc086f44a05b1801ed299de8e48cea9fa3)]:
10+
- @workflow/builders@4.0.1
11+
- @workflow/core@4.2.0
12+
- @workflow/errors@4.1.0
13+
- @workflow/swc-plugin@4.1.0
14+
- @workflow/utils@4.1.0
15+
- @workflow/web@4.1.0
16+
- @workflow/world@4.1.0
17+
- @workflow/world-local@4.1.0
18+
- @workflow/world-vercel@4.1.0
19+
320
## 4.2.0-beta.77
421

522
### Patch Changes

0 commit comments

Comments
 (0)