Skip to content

Commit 0005870

Browse files
Version Packages (beta)
1 parent 01f59a3 commit 0005870

29 files changed

+143
-15
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"chilly-yaks-sneeze",
6767
"chubby-kids-jog",
6868
"clean-parrots-search",
69+
"clear-drinks-fly",
6970
"common-singers-hide",
7071
"consolidate-config",
7172
"cool-lands-buy",
@@ -109,6 +110,7 @@
109110
"fair-paths-give",
110111
"famous-grapes-call",
111112
"famous-jeans-itch",
113+
"fancy-apples-tell",
112114
"fast-eels-warn",
113115
"fast-owls-flow",
114116
"fifty-teeth-grin",
@@ -120,6 +122,7 @@
120122
"fix-cli-flag-docs-typo",
121123
"fix-default-export-workflow",
122124
"fix-error-stack-rendering",
125+
"flat-cloths-cough",
123126
"flat-lemons-carry",
124127
"floppy-dancers-lose",
125128
"floppy-symbols-check",
@@ -137,6 +140,7 @@
137140
"fuzzy-boxes-bow",
138141
"fuzzy-cameras-burn",
139142
"good-icons-love",
143+
"great-mice-slide",
140144
"great-taxes-bet",
141145
"green-clouds-search",
142146
"green-ducks-wave",
@@ -274,6 +278,7 @@
274278
"temp-nitro-fix",
275279
"tender-owls-beam",
276280
"thick-moons-wink",
281+
"thick-pants-deny",
277282
"thick-rockets-brake",
278283
"thick-steaks-beam",
279284
"thin-mangos-double",
@@ -289,6 +294,7 @@
289294
"tough-toys-shop",
290295
"tough-wasps-notice",
291296
"tricky-wasps-ask",
297+
"true-kings-exist",
292298
"twelve-pandas-study",
293299
"twenty-clouds-smoke",
294300
"twenty-forks-grab",

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.42
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`01f59a3`](https://github.com/vercel/workflow/commit/01f59a3b960070e2e42804b259b6d789a9ea6789)]:
8+
- workflow@4.0.1-beta.42
9+
310
## 4.0.1-beta.41
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.41",
3+
"version": "4.0.1-beta.42",
44
"description": "Workflow DevKit compatible helper library for the AI SDK",
55
"type": "module",
66
"main": "dist/index.js",
@@ -63,7 +63,7 @@
6363
},
6464
"peerDependencies": {
6565
"ai": "^5 || ^6",
66-
"workflow": "4.0.1-beta.41"
66+
"workflow": "4.0.1-beta.42"
6767
},
6868
"dependencies": {
6969
"@ai-sdk/provider": "^2.0.0 || ^3.0.0",

packages/astro/CHANGELOG.md

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

3+
## 4.0.0-beta.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf)]:
8+
- @workflow/builders@4.0.1-beta.35
9+
- @workflow/vite@4.0.0-beta.2
10+
311
## 4.0.0-beta.17
412

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

packages/builders/CHANGELOG.md

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

3+
## 4.0.1-beta.35
4+
5+
### Patch Changes
6+
7+
- [#720](https://github.com/vercel/workflow/pull/720) [`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf) Thanks [@pranaygp](https://github.com/pranaygp)! - Enable source maps for step bundles to preserve original file paths in error stack traces
8+
9+
- Updated dependencies [[`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf)]:
10+
- @workflow/core@4.0.1-beta.35
11+
312
## 4.0.1-beta.34
413

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

packages/cli/CHANGELOG.md

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

3+
## 4.0.1-beta.42
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf), [`0da8e54`](https://github.com/vercel/workflow/commit/0da8e543742ad160dedc28f998cfe16fe1e3fd84), [`8bc4e5f`](https://github.com/vercel/workflow/commit/8bc4e5fe3ccd67ccdd39737d3d30ad4268215a27), [`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf)]:
8+
- @workflow/builders@4.0.1-beta.35
9+
- @workflow/web@4.0.1-beta.24
10+
- @workflow/core@4.0.1-beta.35
11+
312
## 4.0.1-beta.41
413

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

packages/core/CHANGELOG.md

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

3+
## 4.0.1-beta.35
4+
5+
### Patch Changes
6+
7+
- [#720](https://github.com/vercel/workflow/pull/720) [`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf) Thanks [@pranaygp](https://github.com/pranaygp)! - Correctly propagate stack traces for step errors
8+
39
## 4.0.1-beta.34
410

511
### Patch Changes

0 commit comments

Comments
 (0)