Skip to content

Commit df7dd1c

Browse files
Version Packages (beta)
1 parent 809339b commit df7dd1c

30 files changed

Lines changed: 135 additions & 15 deletions

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"breezy-schools-wonder",
7878
"breezy-trains-chew",
7979
"bright-ducks-travel",
80+
"brown-chicken-act",
8081
"bump-nextjs-deps",
8182
"bumpy-taxis-learn",
8283
"busy-ears-switch",
@@ -134,6 +135,7 @@
134135
"deep-falcons-pick",
135136
"detect-orphaned-events",
136137
"dirty-sloths-cut",
138+
"dot-file-directive-discovery",
137139
"dry-mammals-change",
138140
"dull-adults-wonder",
139141
"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 []:
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 [[`809339b`](https://github.com/vercel/workflow/commit/809339ba1c8362529c9fc198f7921f19fe91f233)]:
8+
- @workflow/builders@4.0.1-beta.54
9+
- @workflow/web@4.1.0-beta.36
10+
- @workflow/core@4.1.0-beta.63
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @workflow/core
22

3+
## 4.1.0-beta.63
4+
35
## 4.1.0-beta.62
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.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)