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
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"clear-drinks-fly",
"clear-eagles-call",
"clever-foxes-dance",
"clever-maps-hop",
"cli-close-world-on-exit",
"cli-event-sourced",
"client-side-ref-hydration",
Expand Down Expand Up @@ -206,6 +207,7 @@
"fix-error-stack-rendering",
"fix-hook-sleep-suspension",
"fix-hooks-list-sort-order",
"fix-infra-error-handling",
"fix-local-queue-timeout-status",
"fix-project-config",
"fix-provider-metadata-tool-calls",
Expand All @@ -220,8 +222,10 @@
"fix-tool-output-double-stringify",
"fix-unconsumed-event-false-positive",
"fix-web-missing-peer-deps",
"fix-windows-esm-dynamic-import",
"fix-world-vercel-fetchrunkey-error",
"flat-cloths-cough",
"flat-eels-dance",
"flat-lemons-carry",
"floppy-dancers-lose",
"floppy-symbols-check",
Expand All @@ -239,8 +243,10 @@
"fresh-suns-wave",
"fresh-tigers-think",
"fruity-ads-write",
"fruity-shirts-shave",
"fruity-stars-bet",
"funny-chicken-burn",
"funny-doors-allow",
"funny-games-sniff",
"funny-masks-fly",
"fuzzy-boxes-bow",
Expand Down Expand Up @@ -316,6 +322,7 @@
"loose-socks-lead",
"loud-crabs-clap",
"lovely-rings-bet",
"lovely-shoes-shop",
"lucky-breads-fry",
"lucky-dolphins-flow",
"lucky-signs-shine",
Expand Down Expand Up @@ -439,6 +446,7 @@
"sixty-baboons-wonder",
"sixty-carpets-join",
"sixty-facts-slide",
"skip-update-check-env",
"slick-cooks-clean",
"slick-lamps-press",
"slick-rabbits-travel",
Expand Down
9 changes: 9 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @workflow/astro

## 4.0.0-beta.44

### Patch Changes

- Updated dependencies []:
- @workflow/builders@4.0.1-beta.61
- @workflow/rollup@4.0.0-beta.27
- @workflow/vite@4.0.0-beta.20

## 4.0.0-beta.43

### 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.43",
"version": "4.0.0-beta.44",
"description": "Astro integration for Workflow DevKit",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/builders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/builders

## 4.0.1-beta.61

### Patch Changes

- Updated dependencies [[`7df1385`](https://github.com/vercel/workflow/commit/7df13854f85529929ff1187fe831f4dbc51b9121), [`58e67ce`](https://github.com/vercel/workflow/commit/58e67ce11bd69b982214e2734363fa7fd252f5f6)]:
- @workflow/core@4.2.0-beta.70

## 4.0.1-beta.60

### 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.60",
"version": "4.0.1-beta.61",
"description": "Shared builder infrastructure for Workflow DevKit",
"type": "module",
"main": "./dist/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @workflow/cli

## 4.2.0-beta.70

### Patch Changes

- [#1343](https://github.com/vercel/workflow/pull/1343) [`3c3f80a`](https://github.com/vercel/workflow/commit/3c3f80a1f0e00878bd6550a39af59e305c035706) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Fix `-e` short flag collision between `--endpoint` and `--env` in health command

- [#1350](https://github.com/vercel/workflow/pull/1350) [`9f3551c`](https://github.com/vercel/workflow/commit/9f3551caec933679bbb733495422dc6899bbe2bc) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Support `WORKFLOW_NO_UPDATE_CHECK=1` env var to skip the npm registry version check on startup

- Updated dependencies [[`7df1385`](https://github.com/vercel/workflow/commit/7df13854f85529929ff1187fe831f4dbc51b9121), [`73c12f1`](https://github.com/vercel/workflow/commit/73c12f14dabb465e2074e2aebbcd231a4d91bc09), [`5c6ae60`](https://github.com/vercel/workflow/commit/5c6ae607a58d200fbad673821728a1a39684dfd9), [`9feebee`](https://github.com/vercel/workflow/commit/9feebee15c7c35843b99254b23a2f7743ea3f8c6), [`58e67ce`](https://github.com/vercel/workflow/commit/58e67ce11bd69b982214e2734363fa7fd252f5f6), [`d6da7ec`](https://github.com/vercel/workflow/commit/d6da7ecca0fbf94d3331ce3bd7d28644a4f5cc3f)]:
- @workflow/core@4.2.0-beta.70
- @workflow/web@4.1.0-beta.42
- @workflow/world-local@4.1.0-beta.43
- @workflow/builders@4.0.1-beta.61

## 4.2.0-beta.69

### 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.2.0-beta.69",
"version": "4.2.0-beta.70",
"description": "Command-line interface for Workflow DevKit",
"type": "module",
"bin": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @workflow/core

## 4.2.0-beta.70

### Patch Changes

- [#1339](https://github.com/vercel/workflow/pull/1339) [`7df1385`](https://github.com/vercel/workflow/commit/7df13854f85529929ff1187fe831f4dbc51b9121) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Separate infrastructure vs user code error handling in workflow and step runtimes so transient network errors (ECONNRESET, etc.) propagate to the queue for retry instead of incorrectly marking runs as failed

- [#1345](https://github.com/vercel/workflow/pull/1345) [`58e67ce`](https://github.com/vercel/workflow/commit/58e67ce11bd69b982214e2734363fa7fd252f5f6) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Suppress stale `WORKFLOW_VERCEL_*` env var warning when running outside Vercel serverless (e.g. CLI, web observability app)

- Updated dependencies [[`9feebee`](https://github.com/vercel/workflow/commit/9feebee15c7c35843b99254b23a2f7743ea3f8c6)]:
- @workflow/world-local@4.1.0-beta.43

## 4.2.0-beta.69

### 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.2.0-beta.69",
"version": "4.2.0-beta.70",
"description": "Core runtime and engine for Workflow DevKit",
"type": "module",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @workflow/nest

## 0.0.0-beta.19

### Patch Changes

- [#1346](https://github.com/vercel/workflow/pull/1346) [`73c12f1`](https://github.com/vercel/workflow/commit/73c12f14dabb465e2074e2aebbcd231a4d91bc09) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Fix `ERR_UNSUPPORTED_ESM_URL_SCHEME` on Windows by converting absolute file paths to `file://` URLs before passing them to dynamic `import()`

- Updated dependencies []:
- @workflow/builders@4.0.1-beta.61

## 0.0.0-beta.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/nest",
"version": "0.0.0-beta.18",
"version": "0.0.0-beta.19",
"description": "NestJS integration for Workflow DevKit",
"type": "module",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @workflow/next

## 4.0.1-beta.66

### Patch Changes

- Updated dependencies [[`7df1385`](https://github.com/vercel/workflow/commit/7df13854f85529929ff1187fe831f4dbc51b9121), [`58e67ce`](https://github.com/vercel/workflow/commit/58e67ce11bd69b982214e2734363fa7fd252f5f6)]:
- @workflow/core@4.2.0-beta.70
- @workflow/builders@4.0.1-beta.61

## 4.0.1-beta.65

### 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.65",
"version": "4.0.1-beta.66",
"description": "Next.js integration for Workflow DevKit",
"type": "commonjs",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/nitro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @workflow/nitro

## 4.0.1-beta.65

### Patch Changes

- Updated dependencies [[`7df1385`](https://github.com/vercel/workflow/commit/7df13854f85529929ff1187fe831f4dbc51b9121), [`58e67ce`](https://github.com/vercel/workflow/commit/58e67ce11bd69b982214e2734363fa7fd252f5f6)]:
- @workflow/core@4.2.0-beta.70
- @workflow/builders@4.0.1-beta.61
- @workflow/rollup@4.0.0-beta.27
- @workflow/vite@4.0.0-beta.20

## 4.0.1-beta.64

### 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.64",
"version": "4.0.1-beta.65",
"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.54

### Patch Changes

- Updated dependencies []:
- @workflow/nitro@4.0.1-beta.65

## 4.0.1-beta.53

### 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.53",
"version": "4.0.1-beta.54",
"description": "Nuxt integration for Workflow DevKit",
"license": "Apache-2.0",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/rollup

## 4.0.0-beta.27

### Patch Changes

- Updated dependencies []:
- @workflow/builders@4.0.1-beta.61

## 4.0.0-beta.26

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

## 4.0.0-beta.59

### Patch Changes

- Updated dependencies []:
- @workflow/builders@4.0.1-beta.61
- @workflow/rollup@4.0.0-beta.27
- @workflow/vite@4.0.0-beta.20

## 4.0.0-beta.58

### 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.58",
"version": "4.0.0-beta.59",
"description": "SvelteKit integration for Workflow DevKit",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/vite

## 4.0.0-beta.20

### Patch Changes

- Updated dependencies []:
- @workflow/builders@4.0.1-beta.61

## 4.0.0-beta.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workflow/vite",
"description": "Vite plugin for Workflow DevKit",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down
12 changes: 12 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @workflow/vitest

## 4.0.1-beta.7

### Patch Changes

- [#1346](https://github.com/vercel/workflow/pull/1346) [`73c12f1`](https://github.com/vercel/workflow/commit/73c12f14dabb465e2074e2aebbcd231a4d91bc09) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Fix `ERR_UNSUPPORTED_ESM_URL_SCHEME` on Windows by converting absolute file paths to `file://` URLs before passing them to dynamic `import()`

- Updated dependencies [[`7df1385`](https://github.com/vercel/workflow/commit/7df13854f85529929ff1187fe831f4dbc51b9121), [`9feebee`](https://github.com/vercel/workflow/commit/9feebee15c7c35843b99254b23a2f7743ea3f8c6), [`58e67ce`](https://github.com/vercel/workflow/commit/58e67ce11bd69b982214e2734363fa7fd252f5f6)]:
- @workflow/core@4.2.0-beta.70
- @workflow/world-local@4.1.0-beta.43
- @workflow/builders@4.0.1-beta.61
- @workflow/rollup@4.0.0-beta.27

## 4.0.1-beta.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/vitest",
"version": "4.0.1-beta.6",
"version": "4.0.1-beta.7",
"description": "Vitest plugin for testing Workflow DevKit workflows",
"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.1.0-beta.65

### Patch Changes

- [#1358](https://github.com/vercel/workflow/pull/1358) [`5c6ae60`](https://github.com/vercel/workflow/commit/5c6ae607a58d200fbad673821728a1a39684dfd9) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Improve workflow observability UX with decoupled pagination, stream virtualization, and decrypt actions

- Updated dependencies [[`7df1385`](https://github.com/vercel/workflow/commit/7df13854f85529929ff1187fe831f4dbc51b9121), [`58e67ce`](https://github.com/vercel/workflow/commit/58e67ce11bd69b982214e2734363fa7fd252f5f6)]:
- @workflow/core@4.2.0-beta.70

## 4.1.0-beta.64

### 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.1.0-beta.64",
"version": "4.1.0-beta.65",
"private": false,
"files": [
"dist",
Expand Down
10 changes: 10 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @workflow/web

## 4.1.0-beta.42

### Patch Changes

- [#1346](https://github.com/vercel/workflow/pull/1346) [`73c12f1`](https://github.com/vercel/workflow/commit/73c12f14dabb465e2074e2aebbcd231a4d91bc09) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Fix `ERR_UNSUPPORTED_ESM_URL_SCHEME` on Windows by converting absolute file paths to `file://` URLs before passing them to dynamic `import()`

- [#1358](https://github.com/vercel/workflow/pull/1358) [`5c6ae60`](https://github.com/vercel/workflow/commit/5c6ae607a58d200fbad673821728a1a39684dfd9) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Improve workflow observability UX with decoupled pagination, stream virtualization, and decrypt actions

- [#1366](https://github.com/vercel/workflow/pull/1366) [`d6da7ec`](https://github.com/vercel/workflow/commit/d6da7ecca0fbf94d3331ce3bd7d28644a4f5cc3f) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Fix stale encryptionKey closure in events list data hook in web

## 4.1.0-beta.41

### 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.1.0-beta.41",
"version": "4.1.0-beta.42",
"type": "module",
"private": false,
"files": [
Expand Down
Loading
Loading