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
14 changes: 13 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,28 @@
"changesets": [
"cool-radios-beg",
"cool-zebras-yawn",
"cuddly-otters-sin",
"dark-toys-melt",
"dull-adults-wonder",
"evil-mammals-hear",
"fast-eels-warn",
"free-forks-relax",
"green-ducks-wave",
"kind-vans-shout",
"legal-cycles-leave",
"lemon-aliens-jog",
"light-rice-rush",
"nine-beds-agree",
"nine-insects-refuse",
"nine-owls-write",
"rude-wings-brush",
"slow-pears-swim"
"slimy-hairs-thank",
"slow-pears-swim",
"spotty-needles-show",
"thin-squids-roll",
"twelve-pandas-study",
"two-rabbits-burn",
"wide-wombats-own",
"witty-toys-open"
]
}
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.3

### Patch Changes

- Updated dependencies [7dad974]
- workflow@4.0.1-beta.3

## 4.0.1-beta.2

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

## 4.0.1-beta.3

### Patch Changes

- dfdb280: Generate the webhook route in the static builder mode
- d3a4ed3: Move `@types/watchpack` to be a devDependency
- Updated dependencies [d3a4ed3]
- Updated dependencies [d3a4ed3]
- Updated dependencies [66225bf]
- Updated dependencies [7868434]
- Updated dependencies [731adff]
- Updated dependencies [57419e5]
- Updated dependencies [22917ab]
- Updated dependencies [66225bf]
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- Updated dependencies [66225bf]

The commit 66225bf is listed twice in the CLI changelog's "Updated dependencies" section, which creates confusion about which commits were included in this release.

View Details

Analysis

Duplicate commit hash in CLI changelog causes confusion

What fails: The @workflow/cli 4.0.1-beta.3 changelog lists commit 66225bf twice in the "Updated dependencies" section, creating confusion about which commits were included in the release.

How to reproduce:

# View the CLI changelog
cat packages/cli/CHANGELOG.md
# The 4.0.1-beta.3 section shows:
# - Updated dependencies [66225bf]
# - Updated dependencies [731adff]
# - Updated dependencies [57419e5]
# - Updated dependencies [22917ab]
# - Updated dependencies [66225bf]   <-- DUPLICATE
# - Updated dependencies [9ba86ce]

Result: Same commit hash appears twice (lines 7 and 11 of the reported section), suggesting either a tool bug or metadata issue. Users reading release notes cannot determine if this is intentional or an error.

Expected: Each unique commit hash should appear only once in a package's changelog. Commit 66225bf ("Web: Allow filtering by workflow name and status on the runs list view") should be listed once, not twice. The duplicate was likely generated because 66225bf affected both @workflow/web and @workflow/world-local (two of CLI's dependencies), but the changeset tool should deduplicate commit hashes within a single package's changelog.

Root cause: Commit 66225bf created two changeset files (affecting different packages), and the changelog generation included the commit hash for each dependency update separately, creating a duplicate entry in packages that depend on both.

- Updated dependencies [9ba86ce]
- @workflow/world@4.0.1-beta.2
- @workflow/world-local@4.0.1-beta.2
- @workflow/world-vercel@4.0.1-beta.2
- @workflow/web@4.0.1-beta.3
- @workflow/core@4.0.1-beta.3

## 4.0.1-beta.2

### 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.2",
"version": "4.0.1-beta.3",
"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.3

### Patch Changes

- 57419e5: Improve type-safety to `start` when no args are provided
- Updated dependencies [d3a4ed3]
- Updated dependencies [d3a4ed3]
- Updated dependencies [66225bf]
- Updated dependencies [7868434]
- @workflow/world@4.0.1-beta.2
- @workflow/world-local@4.0.1-beta.2
- @workflow/world-vercel@4.0.1-beta.2

## 4.0.1-beta.2

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

## 4.0.1-beta.3

### Patch Changes

- Updated dependencies [dfdb280]
- Updated dependencies [57419e5]
- Updated dependencies [d3a4ed3]
- @workflow/cli@4.0.1-beta.3
- @workflow/core@4.0.1-beta.3

## 4.0.1-beta.2

### 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.2",
"version": "4.0.1-beta.3",
"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 @@
# @vercel/workflow-nitro

## 4.0.1-beta.3

### Patch Changes

- Updated dependencies [dfdb280]
- Updated dependencies [57419e5]
- Updated dependencies [d3a4ed3]
- @workflow/cli@4.0.1-beta.3
- @workflow/core@4.0.1-beta.3

## 4.0.1-beta.2

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

## 4.0.1-beta.3

### Patch Changes

- 731adff: Fix run data not updating live on run detail view
- 22917ab: Web: fix resource detail sidebar briefly showing old data when updating selection
- 66225bf: Web: Allow filtering by workflow name and status on the runs list view
- 9ba86ce: Web: fix links to docs

## 4.0.1-beta.2

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

## 4.0.1-beta.3

### Patch Changes

- 7dad974: README fixes
- Updated dependencies [dfdb280]
- Updated dependencies [57419e5]
- Updated dependencies [d3a4ed3]
- @workflow/cli@4.0.1-beta.3
- @workflow/core@4.0.1-beta.3
- @workflow/next@4.0.1-beta.3
- @workflow/nitro@4.0.1-beta.3
- @workflow/typescript-plugin@4.0.1-beta.1

## 4.0.1-beta.2

### 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.2",
"version": "4.0.1-beta.3",
"description": "Workflow DevKit - Build durable, resilient, and observable workflows",
"main": "dist/index.cjs",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/world-local/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @workflow/world-local

## 4.0.1-beta.2

### Patch Changes

- 66225bf: World-local: filter by workflowName/status if passed
- 7868434: Remove `AuthProvider` interface from `World` and associated implementations
- Updated dependencies [d3a4ed3]
- Updated dependencies [d3a4ed3]
- Updated dependencies [7868434]
- @workflow/world@4.0.1-beta.2

## 4.0.1-beta.1

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

## 4.0.1-beta.2

### Patch Changes

- 7868434: Remove `AuthProvider` interface from `World` and associated implementations
- Updated dependencies [d3a4ed3]
- Updated dependencies [d3a4ed3]
- Updated dependencies [66225bf]
- Updated dependencies [7868434]
- @workflow/world@4.0.1-beta.2
- @workflow/world-local@4.0.1-beta.2

## 4.0.1-beta.1

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

## 4.0.1-beta.3

### Patch Changes

- Updated dependencies [d3a4ed3]
- Updated dependencies [d3a4ed3]
- Updated dependencies [dfdb280]
- Updated dependencies [7dad974]
- Updated dependencies [7868434]
- Updated dependencies [d3a4ed3]
- @workflow/world@4.0.1-beta.2
- @workflow/cli@4.0.1-beta.3
- workflow@4.0.1-beta.3

## 4.0.1-beta.2

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

## 4.0.1-beta.2

### Patch Changes

- 7868434: Remove `AuthProvider` interface from `World` and associated implementations
- Updated dependencies [d3a4ed3]
- Updated dependencies [d3a4ed3]
- Updated dependencies [7868434]
- @workflow/world@4.0.1-beta.2

## 4.0.1-beta.1

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

## 4.0.1-beta.2

### Patch Changes

- d3a4ed3: Remove `@types/json-schema` dependency (not used)
- d3a4ed3: Remove `@types/node` from being a peerDependency
- 7868434: Remove `AuthProvider` interface from `World` and associated implementations

## 4.0.1-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/world/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workflow/world",
"version": "4.0.1-beta.1",
"version": "4.0.1-beta.2",
"description": "The Workflows World interface",
"type": "module",
"main": "dist/index.js",
Expand Down