Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"chilly-yaks-sneeze",
"chubby-kids-jog",
"clean-parrots-search",
"clear-drinks-fly",
"common-singers-hide",
"consolidate-config",
"cool-lands-buy",
Expand Down Expand Up @@ -109,6 +110,7 @@
"fair-paths-give",
"famous-grapes-call",
"famous-jeans-itch",
"fancy-apples-tell",
"fast-eels-warn",
"fast-owls-flow",
"fifty-teeth-grin",
Expand All @@ -120,6 +122,7 @@
"fix-cli-flag-docs-typo",
"fix-default-export-workflow",
"fix-error-stack-rendering",
"flat-cloths-cough",
"flat-lemons-carry",
"floppy-dancers-lose",
"floppy-symbols-check",
Expand All @@ -137,6 +140,7 @@
"fuzzy-boxes-bow",
"fuzzy-cameras-burn",
"good-icons-love",
"great-mice-slide",
"great-taxes-bet",
"green-clouds-search",
"green-ducks-wave",
Expand Down Expand Up @@ -244,6 +248,7 @@
"sixty-facts-slide",
"slick-cooks-clean",
"slick-rabbits-travel",
"slick-sheep-slide",
"slimy-hairs-thank",
"slow-pears-swim",
"small-memes-shout",
Expand Down Expand Up @@ -274,6 +279,7 @@
"temp-nitro-fix",
"tender-owls-beam",
"thick-moons-wink",
"thick-pants-deny",
"thick-rockets-brake",
"thick-steaks-beam",
"thin-mangos-double",
Expand All @@ -289,6 +295,7 @@
"tough-toys-shop",
"tough-wasps-notice",
"tricky-wasps-ask",
"true-kings-exist",
"twelve-pandas-study",
"twenty-clouds-smoke",
"twenty-forks-grab",
Expand Down
7 changes: 7 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/ai

## 4.0.1-beta.42

### Patch Changes

- Updated dependencies [[`01f59a3`](https://github.com/vercel/workflow/commit/01f59a3b960070e2e42804b259b6d789a9ea6789)]:
- [email protected]

## 4.0.1-beta.41

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/ai",
"version": "4.0.1-beta.41",
"version": "4.0.1-beta.42",
"description": "Workflow DevKit compatible helper library for the AI SDK",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
},
"peerDependencies": {
"ai": "^5 || ^6",
"workflow": "4.0.1-beta.41"
"workflow": "4.0.1-beta.42"
},
"dependencies": {
"@ai-sdk/provider": "^2.0.0 || ^3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @workflow/astro

## 4.0.0-beta.18

### Patch Changes

- Updated dependencies [[`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf), [`505063c`](https://github.com/vercel/workflow/commit/505063cbb9ef04af8531c2cd3cd3840b5d272f82)]:
- @workflow/[email protected]
- @workflow/[email protected]

## 4.0.0-beta.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/astro",
"version": "4.0.0-beta.17",
"version": "4.0.0-beta.18",
"description": "Astro integration for Workflow DevKit",
"type": "module",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/builders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @workflow/builders

## 4.0.1-beta.35

### Patch Changes

- [#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

- [#731](https://github.com/vercel/workflow/pull/731) [`505063c`](https://github.com/vercel/workflow/commit/505063cbb9ef04af8531c2cd3cd3840b5d272f82) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Special-case "server-only" and "client-only" packages as external

- Updated dependencies [[`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf)]:
- @workflow/[email protected]

## 4.0.1-beta.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/builders",
"version": "4.0.1-beta.34",
"version": "4.0.1-beta.35",
"description": "Shared builder infrastructure for Workflow DevKit",
"type": "module",
"main": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @workflow/cli

## 4.0.1-beta.42

### Patch Changes

- 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), [`505063c`](https://github.com/vercel/workflow/commit/505063cbb9ef04af8531c2cd3cd3840b5d272f82), [`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf)]:
- @workflow/[email protected]
- @workflow/[email protected]
- @workflow/[email protected]

## 4.0.1-beta.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/cli",
"version": "4.0.1-beta.41",
"version": "4.0.1-beta.42",
"description": "Command-line interface for Workflow DevKit",
"type": "module",
"bin": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @workflow/core

## 4.0.1-beta.35

### Patch Changes

- [#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

## 4.0.1-beta.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/core",
"version": "4.0.1-beta.34",
"version": "4.0.1-beta.35",
"description": "Core runtime and engine for Workflow DevKit",
"type": "module",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/docs-typecheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @workflow/docs-typecheck

## 0.0.1-beta.1

### Patch Changes

- Updated dependencies [[`505063c`](https://github.com/vercel/workflow/commit/505063cbb9ef04af8531c2cd3cd3840b5d272f82), [`01f59a3`](https://github.com/vercel/workflow/commit/01f59a3b960070e2e42804b259b6d789a9ea6789), [`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf)]:
- @workflow/[email protected]
- [email protected]
- @workflow/[email protected]
- @workflow/[email protected]

## 0.0.1-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-typecheck/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workflow/docs-typecheck",
"description": "Type-check documentation code samples",
"version": "0.0.1-beta.0",
"version": "0.0.1-beta.1",
"private": true,
"type": "module",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @workflow/next

## 4.0.1-beta.40

### Patch Changes

- [#731](https://github.com/vercel/workflow/pull/731) [`505063c`](https://github.com/vercel/workflow/commit/505063cbb9ef04af8531c2cd3cd3840b5d272f82) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Special-case "server-only" and "client-only" packages as external

- Updated dependencies [[`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf), [`505063c`](https://github.com/vercel/workflow/commit/505063cbb9ef04af8531c2cd3cd3840b5d272f82), [`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf)]:
- @workflow/[email protected]
- @workflow/[email protected]

## 4.0.1-beta.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/next",
"version": "4.0.1-beta.39",
"version": "4.0.1-beta.40",
"description": "Next.js integration for Workflow DevKit",
"type": "commonjs",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/nitro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vercel/workflow-nitro

## 4.0.1-beta.39

### Patch Changes

- Updated dependencies [[`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf), [`505063c`](https://github.com/vercel/workflow/commit/505063cbb9ef04af8531c2cd3cd3840b5d272f82), [`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf)]:
- @workflow/[email protected]
- @workflow/[email protected]
- @workflow/[email protected]

## 4.0.1-beta.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nitro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/nitro",
"version": "4.0.1-beta.38",
"version": "4.0.1-beta.39",
"description": "Nitro integration for Workflow DevKit",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/nuxt

## 4.0.1-beta.28

### Patch Changes

- Updated dependencies []:
- @workflow/[email protected]

## 4.0.1-beta.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/nuxt",
"version": "4.0.1-beta.27",
"version": "4.0.1-beta.28",
"description": "Nuxt integration for Workflow DevKit",
"license": "Apache-2.0",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @workflow/sveltekit

## 4.0.0-beta.33

### Patch Changes

- Updated dependencies [[`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf), [`505063c`](https://github.com/vercel/workflow/commit/505063cbb9ef04af8531c2cd3cd3840b5d272f82)]:
- @workflow/[email protected]
- @workflow/[email protected]

## 4.0.0-beta.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/sveltekit",
"version": "4.0.0-beta.32",
"version": "4.0.0-beta.33",
"description": "SvelteKit integration for Workflow DevKit",
"type": "module",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/web-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @workflow/web-shared

## 4.0.1-beta.37

### Patch Changes

- [#728](https://github.com/vercel/workflow/pull/728) [`de31837`](https://github.com/vercel/workflow/commit/de3183719c6e5bb6e6a1008a36a401e5afa27b0f) Thanks [@haydenbleasel](https://github.com/haydenbleasel)! - Upgrade Streamdown to 1.6.11

- Updated dependencies [[`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf)]:
- @workflow/[email protected]

## 4.0.1-beta.36

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workflow/web-shared",
"description": "Shared components for Workflow Observability UI",
"version": "4.0.1-beta.36",
"version": "4.0.1-beta.37",
"private": false,
"files": [
"dist",
Expand Down
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @workflow/web

## 4.0.1-beta.24

### Patch Changes

- [#716](https://github.com/vercel/workflow/pull/716) [`0da8e54`](https://github.com/vercel/workflow/commit/0da8e543742ad160dedc28f998cfe16fe1e3fd84) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Allow selecting and cancelling multiple runs from table view

- [#717](https://github.com/vercel/workflow/pull/717) [`8bc4e5f`](https://github.com/vercel/workflow/commit/8bc4e5fe3ccd67ccdd39737d3d30ad4268215a27) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Refresh run table on stale re-focus

## 4.0.1-beta.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workflow/web",
"description": "Workflow Observability UI",
"version": "4.0.1-beta.23",
"version": "4.0.1-beta.24",
"private": false,
"files": [
".next",
Expand Down
16 changes: 16 additions & 0 deletions packages/workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# workflow

## 4.0.1-beta.42

### Patch Changes

- [#729](https://github.com/vercel/workflow/pull/729) [`01f59a3`](https://github.com/vercel/workflow/commit/01f59a3b960070e2e42804b259b6d789a9ea6789) Thanks [@ijjk](https://github.com/ijjk)! - Reland sourcemap fix for workflow package

- Updated dependencies [[`505063c`](https://github.com/vercel/workflow/commit/505063cbb9ef04af8531c2cd3cd3840b5d272f82), [`4d6f797`](https://github.com/vercel/workflow/commit/4d6f797274331b2efa69576dda7361ef7f704edf)]:
- @workflow/[email protected]
- @workflow/[email protected]
- @workflow/[email protected]
- @workflow/[email protected]
- @workflow/[email protected]
- @workflow/[email protected]
- @workflow/[email protected]
- @workflow/[email protected]

## 4.0.1-beta.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workflow",
"version": "4.0.1-beta.41",
"version": "4.0.1-beta.42",
"description": "Workflow DevKit - Build durable, resilient, and observable workflows",
"main": "dist/typescript-plugin.cjs",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/world-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @workflow/world-testing

## 4.0.1-beta.43

### Patch Changes

- Updated dependencies [[`01f59a3`](https://github.com/vercel/workflow/commit/01f59a3b960070e2e42804b259b6d789a9ea6789)]:
- [email protected]
- @workflow/[email protected]

## 4.0.1-beta.42

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/world-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/world-testing",
"version": "4.0.1-beta.42",
"version": "4.0.1-beta.43",
"description": "Testing utilities and World implementation for Workflow DevKit",
"main": "dist/src/index.mjs",
"files": [
Expand Down