Skip to content
Open
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
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@
"red-cities-poke",
"red-ears-smoke",
"red-rooms-buy",
"reenqueue-active-runs-on-restart",
"remove-buffer-from-vm",
"remove-deprecated-workflow-events",
"remove-paused-resumed",
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.49

### Patch Changes

- Updated dependencies []:
- @workflow/builders@4.0.1-beta.66
- @workflow/rollup@4.0.0-beta.32
- @workflow/vite@4.0.0-beta.25

## 4.0.0-beta.48

### 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.48",
"version": "4.0.0-beta.49",
"description": "Astro integration for Workflow SDK",
"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.66

### Patch Changes

- Updated dependencies []:
- @workflow/core@4.2.0-beta.75
- @workflow/errors@4.1.0-beta.19

## 4.0.1-beta.65

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

## 4.2.0-beta.75

### Patch Changes

- Updated dependencies [[`329cdb3`](https://github.com/vercel/workflow/commit/329cdb3e1b55e3a2e8eb6b5befff598d7184bd78)]:
- @workflow/world@4.1.0-beta.15
- @workflow/world-local@4.1.0-beta.48
- @workflow/core@4.2.0-beta.75
- @workflow/errors@4.1.0-beta.19
- @workflow/web@4.1.0-beta.46
- @workflow/world-vercel@4.1.0-beta.46
- @workflow/builders@4.0.1-beta.66

## 4.2.0-beta.74

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

## 4.2.0-beta.75

### Patch Changes

- Updated dependencies [[`329cdb3`](https://github.com/vercel/workflow/commit/329cdb3e1b55e3a2e8eb6b5befff598d7184bd78)]:
- @workflow/world@4.1.0-beta.15
- @workflow/world-local@4.1.0-beta.48
- @workflow/errors@4.1.0-beta.19
- @workflow/world-vercel@4.1.0-beta.46

## 4.2.0-beta.74

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

## 0.0.0-beta.24

### Patch Changes

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

## 0.0.0-beta.23

### 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.23",
"version": "0.0.0-beta.24",
"description": "NestJS integration for Workflow SDK",
"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.71

### Patch Changes

- Updated dependencies []:
- @workflow/core@4.2.0-beta.75
- @workflow/builders@4.0.1-beta.66

## 4.0.1-beta.70

### 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.70",
"version": "4.0.1-beta.71",
"description": "Next.js integration for Workflow SDK",
"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.70

### Patch Changes

- Updated dependencies []:
- @workflow/core@4.2.0-beta.75
- @workflow/builders@4.0.1-beta.66
- @workflow/rollup@4.0.0-beta.32
- @workflow/vite@4.0.0-beta.25

## 4.0.1-beta.69

### 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.69",
"version": "4.0.1-beta.70",
"description": "Nitro integration for Workflow SDK",
"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.59

### Patch Changes

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

## 4.0.1-beta.58

### 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.58",
"version": "4.0.1-beta.59",
"description": "Nuxt integration for Workflow SDK",
"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.32

### Patch Changes

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

## 4.0.0-beta.31

### 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.31",
"version": "4.0.0-beta.32",
"description": "Rollup plugin for Workflow SDK",
"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.64

### Patch Changes

- Updated dependencies []:
- @workflow/builders@4.0.1-beta.66
- @workflow/rollup@4.0.0-beta.32
- @workflow/vite@4.0.0-beta.25

## 4.0.0-beta.63

### 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.63",
"version": "4.0.0-beta.64",
"description": "SvelteKit integration for Workflow SDK",
"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.25

### Patch Changes

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

## 4.0.0-beta.24

### 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 SDK",
"version": "4.0.0-beta.24",
"version": "4.0.0-beta.25",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @workflow/vitest

## 4.0.1-beta.12

### Patch Changes

- Updated dependencies [[`329cdb3`](https://github.com/vercel/workflow/commit/329cdb3e1b55e3a2e8eb6b5befff598d7184bd78)]:
- @workflow/world@4.1.0-beta.15
- @workflow/world-local@4.1.0-beta.48
- @workflow/core@4.2.0-beta.75
- @workflow/builders@4.0.1-beta.66
- @workflow/rollup@4.0.0-beta.32

## 4.0.1-beta.11

### 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.11",
"version": "4.0.1-beta.12",
"description": "Vitest plugin for testing Workflow SDK workflows",
"type": "module",
"main": "./dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/web-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @workflow/web-shared

## 4.1.0-beta.70

### Patch Changes

- Updated dependencies [[`329cdb3`](https://github.com/vercel/workflow/commit/329cdb3e1b55e3a2e8eb6b5befff598d7184bd78)]:
- @workflow/world@4.1.0-beta.15
- @workflow/core@4.2.0-beta.75

## 4.1.0-beta.69

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

## 4.2.0-beta.75

### Patch Changes

- Updated dependencies []:
- @workflow/cli@4.2.0-beta.75
- @workflow/core@4.2.0-beta.75
- @workflow/errors@4.1.0-beta.19
- @workflow/next@4.0.1-beta.71
- @workflow/nitro@4.0.1-beta.70
- @workflow/typescript-plugin@4.0.1-beta.5
- @workflow/astro@4.0.0-beta.49
- @workflow/nest@0.0.0-beta.24
- @workflow/rollup@4.0.0-beta.32
- @workflow/sveltekit@4.0.0-beta.64
- @workflow/nuxt@4.0.1-beta.59

## 4.2.0-beta.74

### 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.2.0-beta.74",
"version": "4.2.0-beta.75",
"description": "Workflow SDK - Build durable, resilient, and observable workflows",
"main": "dist/typescript-plugin.cjs",
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/world-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @workflow/world-local

## 4.1.0-beta.48

### Patch Changes

- [#1534](https://github.com/vercel/workflow/pull/1534) [`329cdb3`](https://github.com/vercel/workflow/commit/329cdb3e1b55e3a2e8eb6b5befff598d7184bd78) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Re-enqueue active runs on world restart so inflight runs resume instead of getting stuck

- Updated dependencies [[`329cdb3`](https://github.com/vercel/workflow/commit/329cdb3e1b55e3a2e8eb6b5befff598d7184bd78)]:
- @workflow/world@4.1.0-beta.15
- @workflow/errors@4.1.0-beta.19

## 4.1.0-beta.47

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/world-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/world-local",
"version": "4.1.0-beta.47",
"version": "4.1.0-beta.48",
"description": "Local development World implementation for Workflow SDK",
"type": "module",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/world-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @workflow/world-postgres

## 4.1.0-beta.50

### Patch Changes

- [#1534](https://github.com/vercel/workflow/pull/1534) [`329cdb3`](https://github.com/vercel/workflow/commit/329cdb3e1b55e3a2e8eb6b5befff598d7184bd78) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Re-enqueue active runs on world restart so inflight runs resume instead of getting stuck

- Updated dependencies [[`329cdb3`](https://github.com/vercel/workflow/commit/329cdb3e1b55e3a2e8eb6b5befff598d7184bd78)]:
- @workflow/world@4.1.0-beta.15
- @workflow/world-local@4.1.0-beta.48
- @workflow/errors@4.1.0-beta.19

## 4.1.0-beta.49

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/world-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/world-postgres",
"version": "4.1.0-beta.49",
"version": "4.1.0-beta.50",
"description": "A reference World implementation based on PostgreSQL",
"type": "module",
"main": "dist/index.js",
Expand Down
Loading
Loading