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
15 changes: 14 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,19 @@
"changesets": [
"add-documentation",
"add-type-safety",
"all-guests-change",
"all-years-glow",
"angry-owls-beg",
"bigint-serialization",
"bitter-trees-rest",
"breezy-schools-wonder",
"bumpy-taxis-learn",
"busy-ears-switch",
"chatty-bees-sing",
"consolidate-config",
"cool-radios-beg",
"cool-zebras-yawn",
"crazy-days-agree",
"crazy-waves-leave",
"create-builders-package",
"cuddly-otters-sin",
Expand All @@ -67,20 +70,26 @@
"fine-ideas-beam",
"fix-cli-flag-docs-typo",
"floppy-dancers-lose",
"floppy-symbols-check",
"forty-crabs-wonder",
"free-forks-relax",
"green-ducks-wave",
"happy-bees-greet",
"heavy-baboons-relax",
"heavy-terms-share",
"hungry-cats-rush",
"hungry-friends-start",
"hungry-suits-brake",
"improve-error-handling",
"khaki-turtles-build",
"kind-vans-shout",
"large-crabs-juggle",
"legal-cycles-leave",
"lemon-aliens-jog",
"light-planes-grin",
"light-rice-rush",
"little-suits-sip",
"lucky-breads-fry",
"lucky-signs-shine",
"major-moles-sit",
"mean-mangos-hope",
Expand All @@ -97,11 +106,13 @@
"poor-eyes-build",
"quick-lizards-drum",
"quiet-boxes-carry",
"real-moose-kick",
"rude-wings-brush",
"serious-starfishes-accept",
"shaggy-tigers-attack",
"silly-pens-shine",
"sixty-baboons-wonder",
"sixty-facts-slide",
"slick-rabbits-travel",
"slimy-hairs-thank",
"slow-pears-swim",
Expand All @@ -118,6 +129,7 @@
"tame-doors-melt",
"tame-lamps-sin",
"tender-owls-beam",
"thick-moons-wink",
"thick-rockets-brake",
"thick-steaks-beam",
"thin-mangos-double",
Expand All @@ -138,6 +150,7 @@
"whole-turkeys-beam",
"wide-wombats-own",
"witty-phones-doubt",
"witty-toys-open"
"witty-toys-open",
"young-humans-create"
]
}
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.13

### Patch Changes

- Updated dependencies [94d46d4]
- workflow@4.0.1-beta.13

## 4.0.1-beta.12

### 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.12",
"version": "4.0.1-beta.13",
"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.12",
"workflow": "4.0.1-beta.13",
"ai": "^5"
},
"dependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/builders/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @workflow/builders

## 4.0.1-beta.9

### Patch Changes

- 8208b53: Fix sourcemap error tracing in workflows
- Updated dependencies [8208b53]
- Updated dependencies [4f9ae4e]
- Updated dependencies [aac1b6c]
- Updated dependencies [6373ab5]
- @workflow/core@4.0.1-beta.11
- @workflow/swc-plugin@4.0.1-beta.5

## 4.0.1-beta.8

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

## 4.0.1-beta.13

### Patch Changes

- 11469d8: Update default fallback path for connecting to local world
- 00efdfb: Fix --noBrowser option help documentation
- Updated dependencies [8208b53]
- Updated dependencies [2b880f9]
- Updated dependencies [11469d8]
- Updated dependencies [4f9ae4e]
- Updated dependencies [2dca0d4]
- Updated dependencies [aac1b6c]
- Updated dependencies [6373ab5]
- Updated dependencies [68363b2]
- Updated dependencies [00efdfb]
- @workflow/builders@4.0.1-beta.9
- @workflow/core@4.0.1-beta.11
- @workflow/world-local@4.0.1-beta.7
- @workflow/web@4.0.1-beta.10
- @workflow/swc-plugin@4.0.1-beta.5
- @workflow/world-vercel@4.0.1-beta.7

## 4.0.1-beta.12

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

## 4.0.1-beta.11

### Patch Changes

- 8208b53: Fix sourcemap error tracing in workflows
- aac1b6c: Make process.env in workflow context a readonly clone
- 6373ab5: BREAKING: `resumeHook()` now throws errors (including when a Hook is not found for a given "token") instead of returning `null`
- Updated dependencies [2b880f9]
- Updated dependencies [2dca0d4]
- Updated dependencies [68363b2]
- @workflow/world-local@4.0.1-beta.7
- @workflow/world-vercel@4.0.1-beta.7

## 4.0.1-beta.10

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

## 4.0.1-beta.13

### Patch Changes

- 94d46d4: Refactor `@workflow/next` to dynamically import `@workflow/builders`
- Updated dependencies [8208b53]
- Updated dependencies [4f9ae4e]
- Updated dependencies [aac1b6c]
- Updated dependencies [6373ab5]
- @workflow/builders@4.0.1-beta.9
- @workflow/core@4.0.1-beta.11
- @workflow/swc-plugin@4.0.1-beta.5

## 4.0.1-beta.12

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

## 4.0.1-beta.13

### Patch Changes

- Updated dependencies [8208b53]
- Updated dependencies [4f9ae4e]
- Updated dependencies [aac1b6c]
- Updated dependencies [6373ab5]
- @workflow/builders@4.0.1-beta.9
- @workflow/core@4.0.1-beta.11
- @workflow/swc-plugin@4.0.1-beta.5

## 4.0.1-beta.12

### 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.12",
"version": "4.0.1-beta.13",
"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.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CHANGELOG has version entries in incorrect order: 4.0.1-beta.2 appears before 4.0.1-beta.7, but version 2 is lower than version 7. This violates semantic versioning conventions where CHANGELOGs should list versions in descending order (most recent first).

View Details
📝 Patch Details
diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md
index 1cc5952..53a5ee7 100644
--- a/packages/nuxt/CHANGELOG.md
+++ b/packages/nuxt/CHANGELOG.md
@@ -1,11 +1,5 @@
 # @workflow/nuxt
 
-## 4.0.1-beta.2
-
-### Patch Changes
-
-- @workflow/nitro@4.0.1-beta.13
-
 ## 4.0.1-beta.7
 
 ### Patch Changes
@@ -13,3 +7,9 @@
 - fb8153b: Add Nuxt module
 - Updated dependencies [98c36f1]
   - @workflow/nitro@4.0.1-beta.12
+
+## 4.0.1-beta.2
+
+### Patch Changes
+
+- @workflow/nitro@4.0.1-beta.13

Analysis

CHANGELOG version entries in incorrect order for @workflow/nuxt

What fails: The CHANGELOG.md file in packages/nuxt lists version 4.0.1-beta.2 before 4.0.1-beta.7, violating the standard reverse chronological ordering where newer versions (higher numbers) should appear first.

How to reproduce:

head -15 packages/nuxt/CHANGELOG.md

Result (before fix): Version 4.0.1-beta.2 appears at the top, followed by 4.0.1-beta.7 below it

Expected: According to Keep a Changelog standard ("The latest version comes first") and consistent with all other CHANGELOG files in this repository (packages/core, packages/cli, packages/next, etc.), version 4.0.1-beta.7 should appear first since 7 > 2 in semantic versioning.

Additional evidence: The dependency versions confirm beta.7 is older than beta.2 (beta.7 depends on nitro@4.0.1-beta.12 while beta.2 depends on nitro@4.0.1-beta.13).


### Patch Changes

- @workflow/nitro@4.0.1-beta.13

## 4.0.1-beta.7

### 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.1",
"version": "4.0.1-beta.2",
"description": "Nuxt integration for Workflow DevKit",
"license": "Apache-2.0",
"type": "module",
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.7

### Patch Changes

- Updated dependencies [8208b53]
- Updated dependencies [4f9ae4e]
- @workflow/builders@4.0.1-beta.9
- @workflow/swc-plugin@4.0.1-beta.5

## 4.0.0-beta.6

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

## 4.0.1-beta.5

### Patch Changes

- 4f9ae4e: Remove step transformation in client mode

## 4.0.1-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-plugin-workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/swc-plugin",
"version": "4.0.1-beta.4",
"version": "4.0.1-beta.5",
"description": "SWC plugin for transforming Workflow DevKit code",
"license": "Apache-2.0",
"type": "module",
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.12

### Patch Changes

- 00efdfb: Improve trace viewer load times and loading animation
- Updated dependencies [8208b53]
- Updated dependencies [aac1b6c]
- Updated dependencies [6373ab5]
- @workflow/core@4.0.1-beta.11

## 4.0.1-beta.11

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

## 4.0.1-beta.10

### Patch Changes

- 11469d8: Update default fallback path for connecting to local world
- 00efdfb: Improve trace viewer load times and loading animation

## 4.0.1-beta.9

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

## 4.0.1-beta.13

### Patch Changes

- 94d46d4: Refactor `@workflow/next` to dynamically import `@workflow/builders`
- Updated dependencies [8208b53]
- Updated dependencies [11469d8]
- Updated dependencies [aac1b6c]
- Updated dependencies [00efdfb]
- Updated dependencies [6373ab5]
- Updated dependencies [94d46d4]
- @workflow/core@4.0.1-beta.11
- @workflow/cli@4.0.1-beta.13
- @workflow/next@4.0.1-beta.13
- @workflow/nitro@4.0.1-beta.13
- @workflow/sveltekit@4.0.0-beta.7
- @workflow/typescript-plugin@4.0.1-beta.4
- @workflow/nuxt@4.0.1-beta.2

## 4.0.1-beta.12

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