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
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"all-years-glow",
"angry-owls-beg",
"bigint-serialization",
"bitter-ads-hear",
"bitter-trees-rest",
"breezy-schools-wonder",
"bumpy-taxis-learn",
Expand Down Expand Up @@ -73,6 +74,7 @@
"easy-donkeys-lie",
"eight-clowns-own",
"eight-clubs-refuse",
"eleven-roses-enter",
"evil-mammals-hear",
"extract-path-helpers",
"extract-queue-triggers",
Expand Down Expand Up @@ -139,6 +141,7 @@
"real-moose-kick",
"real-oranges-lick",
"red-cities-poke",
"red-ears-smoke",
"rude-wings-brush",
"serious-starfishes-accept",
"shaggy-falcons-make",
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.20

### Patch Changes

- 00e3345: Make `DurableAgent#stream()` return a `messages` array
- workflow@4.0.1-beta.20

## 4.0.1-beta.19

### 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.19",
"version": "4.0.1-beta.20",
"description": "Workflow DevKit compatible helper library for the AI SDK",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"ai": "catalog:"
},
"peerDependencies": {
"workflow": "4.0.1-beta.19",
"workflow": "4.0.1-beta.20",
"ai": "^5"
},
"dependencies": {
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.16

### Patch Changes

- @workflow/core@4.0.1-beta.17
- @workflow/errors@4.0.1-beta.6

## 4.0.1-beta.15

### 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.15",
"version": "4.0.1-beta.16",
"description": "Shared builder infrastructure for Workflow DevKit",
"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.0.1-beta.20

### Patch Changes

- Updated dependencies [2c438c3]
- Updated dependencies [edb69c3]
- @workflow/world-vercel@4.0.1-beta.11
- @workflow/world-local@4.0.1-beta.12
- @workflow/core@4.0.1-beta.17
- @workflow/errors@4.0.1-beta.6
- @workflow/builders@4.0.1-beta.16
- @workflow/web@4.0.1-beta.11

## 4.0.1-beta.19

### 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.19",
"version": "4.0.1-beta.20",
"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.0.1-beta.17

### Patch Changes

- Updated dependencies [2c438c3]
- Updated dependencies [edb69c3]
- @workflow/world-vercel@4.0.1-beta.11
- @workflow/world-local@4.0.1-beta.12
- @workflow/utils@4.0.1-beta.4
- @workflow/errors@4.0.1-beta.6

## 4.0.1-beta.16

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

## 4.0.1-beta.6

### Patch Changes

- Updated dependencies [edb69c3]
- @workflow/utils@4.0.1-beta.4

## 4.0.1-beta.5

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

## 4.0.1-beta.20

### Patch Changes

- @workflow/core@4.0.1-beta.17
- @workflow/builders@4.0.1-beta.16

## 4.0.1-beta.19

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

## 4.0.1-beta.20

### Patch Changes

- @workflow/core@4.0.1-beta.17
- @workflow/builders@4.0.1-beta.16

## 4.0.1-beta.19

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

## 4.0.1-beta.9

### Patch Changes

- @workflow/nitro@4.0.1-beta.20

## 4.0.1-beta.8

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

## 4.0.0-beta.14

### Patch Changes

- @workflow/builders@4.0.1-beta.16

## 4.0.0-beta.13

### 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.13",
"version": "4.0.0-beta.14",
"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.4

### Patch Changes

- edb69c3: Fix port detection and base URL resolution for dev servers

## 4.0.1-beta.3

### 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.3",
"version": "4.0.1-beta.4",
"type": "module",
"main": "dist/index.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/web-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @workflow/web-shared

## 4.0.1-beta.18

### Patch Changes

- @workflow/core@4.0.1-beta.17

## 4.0.1-beta.17

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

## 4.0.1-beta.20

### Patch Changes

- @workflow/cli@4.0.1-beta.20
- @workflow/core@4.0.1-beta.17
- @workflow/errors@4.0.1-beta.6
- @workflow/next@4.0.1-beta.20
- @workflow/nitro@4.0.1-beta.20
- @workflow/typescript-plugin@4.0.1-beta.4
- @workflow/sveltekit@4.0.0-beta.14
- @workflow/nuxt@4.0.1-beta.9

## 4.0.1-beta.19

### 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.19",
"version": "4.0.1-beta.20",
"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-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @workflow/world-local

## 4.0.1-beta.12

### Patch Changes

- edb69c3: Fix port detection and base URL resolution for dev servers
- Updated dependencies [edb69c3]
- @workflow/utils@4.0.1-beta.4

## 4.0.1-beta.11

### 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.0.1-beta.11",
"version": "4.0.1-beta.12",
"description": "Local development World implementation for Workflow DevKit",
"type": "module",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/world-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @workflow/world-postgres

## 4.1.0-beta.14

### Patch Changes

- Updated dependencies [edb69c3]
- @workflow/world-local@4.0.1-beta.12
- @workflow/errors@4.0.1-beta.6

## 4.1.0-beta.13

### 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.13",
"version": "4.1.0-beta.14",
"description": "A reference World implementation based on PostgreSQL",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/world-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/world-testing

## 4.0.1-beta.21

### Patch Changes

- @workflow/cli@4.0.1-beta.20
- workflow@4.0.1-beta.20

## 4.0.1-beta.20

### 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.20",
"version": "4.0.1-beta.21",
"description": "Testing utilities and World implementation for Workflow DevKit",
"main": "dist/src/index.mjs",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/world-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @workflow/world-vercel

## 4.0.1-beta.11

### Patch Changes

- 2c438c3: Make queue() call backwardscompatible with zod v3 for codebases that pin zod
- @workflow/errors@4.0.1-beta.6

## 4.0.1-beta.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/world-vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/world-vercel",
"version": "4.0.1-beta.10",
"version": "4.0.1-beta.11",
"description": "Vercel platform World implementation for Workflow DevKit",
"type": "module",
"main": "dist/index.js",
Expand Down