Skip to content

Commit b4ed92f

Browse files
author
workflow-devkit-release-bot[bot]
committed
Version Packages
1 parent f8badf5 commit b4ed92f

31 files changed

Lines changed: 140 additions & 20 deletions

.changeset/fix-next-esm-compat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/astro/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @workflow/astro
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @workflow/builders@4.0.2
9+
- @workflow/rollup@4.0.1
10+
- @workflow/vite@4.0.1
11+
312
## 4.0.0
413

514
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/astro",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Astro integration for Workflow SDK",
55
"type": "module",
66
"main": "dist/index.js",

packages/builders/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @workflow/builders
22

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @workflow/core@4.2.1
9+
310
## 4.0.1
411

512
### Patch Changes

packages/builders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/builders",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Shared builder infrastructure for Workflow SDK",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @workflow/cli
22

3+
## 4.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @workflow/core@4.2.1
9+
- @workflow/builders@4.0.2
10+
- @workflow/web@4.1.0
11+
312
## 4.2.0
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/cli",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Command-line interface for Workflow SDK",
55
"type": "module",
66
"bin": {

packages/core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @workflow/core
22

3+
## 4.2.1
4+
35
## 4.2.0
46

57
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/core",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Core runtime and engine for Workflow SDK",
55
"type": "module",
66
"main": "dist/index.js",

packages/nest/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @workflow/nest
22

3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @workflow/builders@4.0.2
9+
310
## 0.0.0
411

512
### Patch Changes

0 commit comments

Comments
 (0)