Skip to content

Commit 94c5df6

Browse files
Version Packages (beta)
1 parent 4ab4412 commit 94c5df6

30 files changed

Lines changed: 142 additions & 15 deletions

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"add-documentation",
5151
"add-nestjs-support",
5252
"add-queue-headers-support",
53+
"add-run-wake-up",
5354
"add-type-safety",
5455
"afraid-candies-find",
5556
"afraid-paws-rescue",
@@ -77,6 +78,7 @@
7778
"breezy-schools-wonder",
7879
"breezy-trains-chew",
7980
"bright-ducks-travel",
81+
"brown-chicken-act",
8082
"bump-nextjs-deps",
8183
"bumpy-taxis-learn",
8284
"busy-ears-switch",
@@ -134,6 +136,7 @@
134136
"deep-falcons-pick",
135137
"detect-orphaned-events",
136138
"dirty-sloths-cut",
139+
"dot-file-directive-discovery",
137140
"dry-mammals-change",
138141
"dull-adults-wonder",
139142
"eager-forks-yawn",

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"peerDependencies": {
7171
"ai": "^5 || ^6",
72-
"workflow": "^4.1.0-beta.62"
72+
"workflow": "^4.1.0-beta.63"
7373
},
7474
"dependencies": {
7575
"@ai-sdk/provider": "^2.0.0 || ^3.0.0",

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.0-beta.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`809339b`](https://github.com/vercel/workflow/commit/809339ba1c8362529c9fc198f7921f19fe91f233)]:
8+
- @workflow/builders@4.0.1-beta.54
9+
- @workflow/rollup@4.0.0-beta.20
10+
- @workflow/vite@4.0.0-beta.13
11+
312
## 4.0.0-beta.36
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-beta.36",
3+
"version": "4.0.0-beta.37",
44
"description": "Astro integration for Workflow DevKit",
55
"type": "module",
66
"main": "dist/index.js",

packages/builders/CHANGELOG.md

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

3+
## 4.0.1-beta.54
4+
5+
### Patch Changes
6+
7+
- [#1228](https://github.com/vercel/workflow/pull/1228) [`809339b`](https://github.com/vercel/workflow/commit/809339ba1c8362529c9fc198f7921f19fe91f233) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Enable directive discovery in dot-prefixed files and directories (e.g. `.config/step.ts`, `.hidden-workflow.ts`)
8+
9+
- Updated dependencies [[`4ab4412`](https://github.com/vercel/workflow/commit/4ab4412ae6f4a64eb29fcb0e445f0b3314aa3b9b)]:
10+
- @workflow/core@4.1.0-beta.63
11+
312
## 4.0.1-beta.53
413

514
### 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-beta.53",
3+
"version": "4.0.1-beta.54",
44
"description": "Shared builder infrastructure for Workflow DevKit",
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.1.0-beta.63
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4ab4412`](https://github.com/vercel/workflow/commit/4ab4412ae6f4a64eb29fcb0e445f0b3314aa3b9b), [`809339b`](https://github.com/vercel/workflow/commit/809339ba1c8362529c9fc198f7921f19fe91f233)]:
8+
- @workflow/core@4.1.0-beta.63
9+
- @workflow/builders@4.0.1-beta.54
10+
- @workflow/web@4.1.0-beta.36
11+
312
## 4.1.0-beta.62
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.1.0-beta.62",
3+
"version": "4.1.0-beta.63",
44
"description": "Command-line interface for Workflow DevKit",
55
"type": "module",
66
"bin": {

packages/core/CHANGELOG.md

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

3+
## 4.1.0-beta.63
4+
5+
### Patch Changes
6+
7+
- [#1232](https://github.com/vercel/workflow/pull/1232) [`4ab4412`](https://github.com/vercel/workflow/commit/4ab4412ae6f4a64eb29fcb0e445f0b3314aa3b9b) Thanks [@pranaygp](https://github.com/pranaygp)! - Add `Run.wakeUp()` method to programmatically interrupt pending `sleep()` calls
8+
39
## 4.1.0-beta.62
410

511
### 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.1.0-beta.62",
3+
"version": "4.1.0-beta.63",
44
"description": "Core runtime and engine for Workflow DevKit",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)