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
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"fast-eels-warn",
"fifty-teeth-grin",
"fine-ideas-beam",
"fine-moles-sit",
"fine-streets-thank",
"five-planets-push",
"fix-cli-flag-docs-typo",
Expand Down Expand Up @@ -213,6 +214,7 @@
"slimy-hairs-thank",
"slow-pears-swim",
"small-memes-shout",
"smart-doodles-know",
"smart-queens-post",
"smooth-rats-attack",
"social-paths-swim",
Expand All @@ -222,6 +224,7 @@
"spicy-rivers-call",
"spotty-eggs-sip",
"spotty-needles-show",
"stale-towns-marry",
"standardize-naming",
"strong-shrimps-travel",
"sweet-rooms-count",
Expand All @@ -231,6 +234,7 @@
"tame-doors-melt",
"tame-lamps-sin",
"tangy-cups-wink",
"temp-nitro-fix",
"tender-owls-beam",
"thick-moons-wink",
"thick-rockets-brake",
Expand All @@ -241,6 +245,7 @@
"three-peas-hide",
"three-peas-raise",
"tidy-states-see",
"timeout-functions-error",
"tiny-coins-sip",
"tough-carrots-stop",
"tough-comics-grab",
Expand All @@ -253,6 +258,7 @@
"twenty-gifts-win",
"two-ants-agree",
"two-cooks-unite",
"two-nights-join",
"two-rabbits-burn",
"two-snails-cross",
"violet-ideas-like",
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.32

### Patch Changes

- Updated dependencies []:
- workflow@4.0.1-beta.32

## 4.0.1-beta.31

### 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.31",
"version": "4.0.1-beta.32",
"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",
"workflow": "4.0.1-beta.31"
"workflow": "4.0.1-beta.32"
},
"dependencies": {
"@ai-sdk/anthropic": "2.0.49",
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.9

### Patch Changes

- Updated dependencies []:
- @workflow/builders@4.0.1-beta.26
- @workflow/vite@4.0.0-beta.2

## 4.0.0-beta.8

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

## 4.0.1-beta.26

### Patch Changes

- Updated dependencies [[`deaf019`](https://github.com/vercel/workflow/commit/deaf0193e91ea7a24d2423a813b64f51faa681e3), [`b56aae3`](https://github.com/vercel/workflow/commit/b56aae3fe9b5568d7bdda592ed025b3499149240), [`4d7a393`](https://github.com/vercel/workflow/commit/4d7a393906846be751e798c943594bec3c9b0ff3)]:
- @workflow/core@4.0.1-beta.27
- @workflow/errors@4.0.1-beta.9

## 4.0.1-beta.25

### 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.25",
"version": "4.0.1-beta.26",
"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.0.1-beta.32

### Patch Changes

- [#627](https://github.com/vercel/workflow/pull/627) [`deaf019`](https://github.com/vercel/workflow/commit/deaf0193e91ea7a24d2423a813b64f51faa681e3) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - [world-vercel] Allow skipping vercel backend proxy for e2e tests where CLI runs in runtime env

- Updated dependencies [[`05ea678`](https://github.com/vercel/workflow/commit/05ea6789e5773d5b4ee16dce4a800e613261f452), [`deaf019`](https://github.com/vercel/workflow/commit/deaf0193e91ea7a24d2423a813b64f51faa681e3), [`b56aae3`](https://github.com/vercel/workflow/commit/b56aae3fe9b5568d7bdda592ed025b3499149240), [`4d7a393`](https://github.com/vercel/workflow/commit/4d7a393906846be751e798c943594bec3c9b0ff3)]:
- @workflow/web@4.0.1-beta.17
- @workflow/world-vercel@4.0.1-beta.20
- @workflow/core@4.0.1-beta.27
- @workflow/errors@4.0.1-beta.9
- @workflow/world-local@4.0.1-beta.18
- @workflow/builders@4.0.1-beta.26

## 4.0.1-beta.31

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

## 4.0.1-beta.27

### Patch Changes

- [#627](https://github.com/vercel/workflow/pull/627) [`deaf019`](https://github.com/vercel/workflow/commit/deaf0193e91ea7a24d2423a813b64f51faa681e3) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - [world-vercel] Allow skipping vercel backend proxy for e2e tests where CLI runs in runtime env

- [#505](https://github.com/vercel/workflow/pull/505) [`b56aae3`](https://github.com/vercel/workflow/commit/b56aae3fe9b5568d7bdda592ed025b3499149240) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Override setTimeout, setInterval, and related functions in workflow VM context to throw helpful errors suggesting to use `sleep` instead

- [#613](https://github.com/vercel/workflow/pull/613) [`4d7a393`](https://github.com/vercel/workflow/commit/4d7a393906846be751e798c943594bec3c9b0ff3) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Add workflow endpoints health check query parameter

- Updated dependencies [[`1ef6b2f`](https://github.com/vercel/workflow/commit/1ef6b2fdc8dc7e4d665aa2fe1a7d9e68ce7f1e95), [`deaf019`](https://github.com/vercel/workflow/commit/deaf0193e91ea7a24d2423a813b64f51faa681e3), [`b56aae3`](https://github.com/vercel/workflow/commit/b56aae3fe9b5568d7bdda592ed025b3499149240)]:
- @workflow/utils@4.0.1-beta.7
- @workflow/world-vercel@4.0.1-beta.20
- @workflow/errors@4.0.1-beta.9
- @workflow/world-local@4.0.1-beta.18

## 4.0.1-beta.26

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

## 4.0.1-beta.9

### Patch Changes

- [#505](https://github.com/vercel/workflow/pull/505) [`b56aae3`](https://github.com/vercel/workflow/commit/b56aae3fe9b5568d7bdda592ed025b3499149240) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Override setTimeout, setInterval, and related functions in workflow VM context to throw helpful errors suggesting to use `sleep` instead

- Updated dependencies [[`1ef6b2f`](https://github.com/vercel/workflow/commit/1ef6b2fdc8dc7e4d665aa2fe1a7d9e68ce7f1e95)]:
- @workflow/utils@4.0.1-beta.7

## 4.0.1-beta.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workflow/errors",
"description": "A package for standardizing errors in Workflow DevKit",
"version": "4.0.1-beta.8",
"version": "4.0.1-beta.9",
"type": "module",
"main": "dist/index.js",
"files": [
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.31

### Patch Changes

- Updated dependencies [[`deaf019`](https://github.com/vercel/workflow/commit/deaf0193e91ea7a24d2423a813b64f51faa681e3), [`b56aae3`](https://github.com/vercel/workflow/commit/b56aae3fe9b5568d7bdda592ed025b3499149240), [`4d7a393`](https://github.com/vercel/workflow/commit/4d7a393906846be751e798c943594bec3c9b0ff3)]:
- @workflow/core@4.0.1-beta.27
- @workflow/builders@4.0.1-beta.26

## 4.0.1-beta.30

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

## 4.0.1-beta.30

### Patch Changes

- [#619](https://github.com/vercel/workflow/pull/619) [`29967bf`](https://github.com/vercel/workflow/commit/29967bff9098f6c1bce90d2ab7ef40484c3b9242) Thanks [@adriandlam](https://github.com/adriandlam)! - Fix duplicate workflow builds on dev server startup by skipping initial dev:reload hook

- Updated dependencies [[`deaf019`](https://github.com/vercel/workflow/commit/deaf0193e91ea7a24d2423a813b64f51faa681e3), [`b56aae3`](https://github.com/vercel/workflow/commit/b56aae3fe9b5568d7bdda592ed025b3499149240), [`4d7a393`](https://github.com/vercel/workflow/commit/4d7a393906846be751e798c943594bec3c9b0ff3)]:
- @workflow/core@4.0.1-beta.27
- @workflow/builders@4.0.1-beta.26
- @workflow/vite@4.0.0-beta.2

## 4.0.1-beta.29

### 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.29",
"version": "4.0.1-beta.30",
"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.19

### Patch Changes

- Updated dependencies [[`29967bf`](https://github.com/vercel/workflow/commit/29967bff9098f6c1bce90d2ab7ef40484c3b9242)]:
- @workflow/nitro@4.0.1-beta.30

## 4.0.1-beta.18

### 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.18",
"version": "4.0.1-beta.19",
"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.24

### Patch Changes

- Updated dependencies []:
- @workflow/builders@4.0.1-beta.26
- @workflow/vite@4.0.0-beta.2

## 4.0.0-beta.23

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

## 4.0.1-beta.7

### Patch Changes

- [#616](https://github.com/vercel/workflow/pull/616) [`1ef6b2f`](https://github.com/vercel/workflow/commit/1ef6b2fdc8dc7e4d665aa2fe1a7d9e68ce7f1e95) Thanks [@adriandlam](https://github.com/adriandlam)! - Update port detection to probe workflow health check endpoint

## 4.0.1-beta.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@workflow/utils",
"description": "Utility functions for Workflow DevKit",
"version": "4.0.1-beta.6",
"version": "4.0.1-beta.7",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/web-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @workflow/web-shared

## 4.0.1-beta.28

### Patch Changes

- [#582](https://github.com/vercel/workflow/pull/582) [`05ea678`](https://github.com/vercel/workflow/commit/05ea6789e5773d5b4ee16dce4a800e613261f452) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Add buttons to wake up workflow from sleep or scheduling issues

- Updated dependencies [[`deaf019`](https://github.com/vercel/workflow/commit/deaf0193e91ea7a24d2423a813b64f51faa681e3), [`b56aae3`](https://github.com/vercel/workflow/commit/b56aae3fe9b5568d7bdda592ed025b3499149240), [`4d7a393`](https://github.com/vercel/workflow/commit/4d7a393906846be751e798c943594bec3c9b0ff3)]:
- @workflow/core@4.0.1-beta.27
- @workflow/errors@4.0.1-beta.9

## 4.0.1-beta.27

### 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.27",
"version": "4.0.1-beta.28",
"private": false,
"files": [
"dist",
Expand Down
6 changes: 6 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @workflow/web

## 4.0.1-beta.17

### Patch Changes

- [#582](https://github.com/vercel/workflow/pull/582) [`05ea678`](https://github.com/vercel/workflow/commit/05ea6789e5773d5b4ee16dce4a800e613261f452) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Add buttons to wake up workflow from sleep or scheduling issues

## 4.0.1-beta.16

### 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.16",
"version": "4.0.1-beta.17",
"private": false,
"files": [
".next",
Expand Down
15 changes: 15 additions & 0 deletions packages/workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# workflow

## 4.0.1-beta.32

### Patch Changes

- Updated dependencies [[`deaf019`](https://github.com/vercel/workflow/commit/deaf0193e91ea7a24d2423a813b64f51faa681e3), [`29967bf`](https://github.com/vercel/workflow/commit/29967bff9098f6c1bce90d2ab7ef40484c3b9242), [`b56aae3`](https://github.com/vercel/workflow/commit/b56aae3fe9b5568d7bdda592ed025b3499149240), [`4d7a393`](https://github.com/vercel/workflow/commit/4d7a393906846be751e798c943594bec3c9b0ff3)]:
- @workflow/core@4.0.1-beta.27
- @workflow/cli@4.0.1-beta.32
- @workflow/nitro@4.0.1-beta.30
- @workflow/errors@4.0.1-beta.9
- @workflow/next@4.0.1-beta.31
- @workflow/typescript-plugin@4.0.1-beta.4
- @workflow/nuxt@4.0.1-beta.19
- @workflow/astro@4.0.0-beta.9
- @workflow/sveltekit@4.0.0-beta.24

## 4.0.1-beta.31

### 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.31",
"version": "4.0.1-beta.32",
"description": "Workflow DevKit - Build durable, resilient, and observable workflows",
"main": "dist/typescript-plugin.cjs",
"type": "module",
Expand Down
Loading