Skip to content

Commit 6d7e503

Browse files
Version Packages (beta) (#711)
1 parent 307f4b0 commit 6d7e503

37 files changed

+197
-22
lines changed

.changeset/pre.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@
4646
"afraid-paws-rescue",
4747
"all-guests-change",
4848
"all-years-glow",
49+
"angry-birds-pay",
4950
"angry-owls-beg",
50-
"angry-windows-jog",
5151
"bigint-serialization",
5252
"bitter-ads-hear",
5353
"bitter-trees-rest",
5454
"blue-sloths-juggle",
5555
"brave-walls-trade",
5656
"breezy-schools-wonder",
57+
"breezy-trains-chew",
5758
"bright-ducks-travel",
5859
"bumpy-taxis-learn",
5960
"busy-ears-switch",
@@ -142,6 +143,7 @@
142143
"handle-tool-errors",
143144
"happy-bees-greet",
144145
"heavy-baboons-relax",
146+
"heavy-pants-look",
145147
"heavy-terms-share",
146148
"hip-pugs-wish",
147149
"hip-singers-cut",
@@ -169,6 +171,7 @@
169171
"little-suits-sip",
170172
"long-guests-enter",
171173
"loud-crabs-clap",
174+
"lovely-rings-bet",
172175
"lucky-breads-fry",
173176
"lucky-dolphins-flow",
174177
"lucky-signs-shine",
@@ -179,7 +182,6 @@
179182
"metal-sheep-wait",
180183
"mjs-cts-extension-support",
181184
"modern-bikes-shout",
182-
"moody-islands-stare",
183185
"moody-mirrors-melt",
184186
"moody-taxes-wonder",
185187
"move-next-builder",
@@ -247,12 +249,12 @@
247249
"smooth-rats-attack",
248250
"social-paths-swim",
249251
"soft-glasses-watch",
252+
"soft-pets-yawn",
250253
"sour-rice-behave",
251254
"sour-tigers-serve",
252255
"spicy-rivers-call",
253256
"spotty-eggs-sip",
254257
"spotty-needles-show",
255-
"stale-bushes-listen",
256258
"stale-towns-marry",
257259
"standardize-naming",
258260
"strong-shrimps-travel",

packages/ai/CHANGELOG.md

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

3+
## 4.0.1-beta.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`307f4b0`](https://github.com/vercel/workflow/commit/307f4b0e41277f6b32afbfa361d8c6ca1b3d7f6c)]:
8+
- workflow@4.0.1-beta.40
9+
310
## 4.0.1-beta.39
411

512
### Patch Changes

packages/ai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workflow/ai",
3-
"version": "4.0.1-beta.39",
3+
"version": "4.0.1-beta.40",
44
"description": "Workflow DevKit compatible helper library for the AI SDK",
55
"type": "module",
66
"main": "dist/index.js",
@@ -63,7 +63,7 @@
6363
},
6464
"peerDependencies": {
6565
"ai": "^5 || ^6",
66-
"workflow": "4.0.1-beta.39"
66+
"workflow": "4.0.1-beta.40"
6767
},
6868
"dependencies": {
6969
"@ai-sdk/provider": "^2.0.0 || ^3.0.0",

packages/astro/CHANGELOG.md

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

3+
## 4.0.0-beta.16
4+
5+
### Patch Changes
6+
7+
- [#705](https://github.com/vercel/workflow/pull/705) [`7ff68d1`](https://github.com/vercel/workflow/commit/7ff68d1753c43b14d161d249f6745de6beddd99b) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Pass `tsconfig` to esbuild for support of "paths" aliases
8+
9+
- Updated dependencies [[`307f4b0`](https://github.com/vercel/workflow/commit/307f4b0e41277f6b32afbfa361d8c6ca1b3d7f6c), [`7ff68d1`](https://github.com/vercel/workflow/commit/7ff68d1753c43b14d161d249f6745de6beddd99b)]:
10+
- @workflow/builders@4.0.1-beta.33
11+
- @workflow/vite@4.0.0-beta.2
12+
313
## 4.0.0-beta.15
414

515
### 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.15",
3+
"version": "4.0.0-beta.16",
44
"description": "Astro integration for Workflow DevKit",
55
"type": "module",
66
"main": "dist/index.js",

packages/builders/CHANGELOG.md

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

3+
## 4.0.1-beta.33
4+
5+
### Patch Changes
6+
7+
- [#712](https://github.com/vercel/workflow/pull/712) [`307f4b0`](https://github.com/vercel/workflow/commit/307f4b0e41277f6b32afbfa361d8c6ca1b3d7f6c) Thanks [@ijjk](https://github.com/ijjk)! - Revert lazy workflow and step discovery
8+
9+
- [#705](https://github.com/vercel/workflow/pull/705) [`7ff68d1`](https://github.com/vercel/workflow/commit/7ff68d1753c43b14d161d249f6745de6beddd99b) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Pass `tsconfig` to esbuild for support of "paths" aliases
10+
11+
- Updated dependencies [[`9b1640d`](https://github.com/vercel/workflow/commit/9b1640d76e7e759446058d65272011071bb250d2), [`307f4b0`](https://github.com/vercel/workflow/commit/307f4b0e41277f6b32afbfa361d8c6ca1b3d7f6c)]:
12+
- @workflow/core@4.0.1-beta.34
13+
- @workflow/errors@4.0.1-beta.13
14+
315
## 4.0.1-beta.32
416

517
### 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.32",
3+
"version": "4.0.1-beta.33",
44
"description": "Shared builder infrastructure for Workflow DevKit",
55
"type": "module",
66
"main": "./dist/index.js",

packages/cli/CHANGELOG.md

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

3+
## 4.0.1-beta.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9b1640d`](https://github.com/vercel/workflow/commit/9b1640d76e7e759446058d65272011071bb250d2), [`9b1640d`](https://github.com/vercel/workflow/commit/9b1640d76e7e759446058d65272011071bb250d2), [`9b1640d`](https://github.com/vercel/workflow/commit/9b1640d76e7e759446058d65272011071bb250d2), [`307f4b0`](https://github.com/vercel/workflow/commit/307f4b0e41277f6b32afbfa361d8c6ca1b3d7f6c), [`7ff68d1`](https://github.com/vercel/workflow/commit/7ff68d1753c43b14d161d249f6745de6beddd99b)]:
8+
- @workflow/core@4.0.1-beta.34
9+
- @workflow/web@4.0.1-beta.23
10+
- @workflow/utils@4.0.1-beta.10
11+
- @workflow/builders@4.0.1-beta.33
12+
- @workflow/errors@4.0.1-beta.13
13+
- @workflow/world-local@4.0.1-beta.24
14+
- @workflow/world-vercel@4.0.1-beta.25
15+
316
## 4.0.1-beta.39
417

518
### 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.0.1-beta.39",
3+
"version": "4.0.1-beta.40",
44
"description": "Command-line interface for Workflow DevKit",
55
"type": "module",
66
"bin": {

packages/core/CHANGELOG.md

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

3+
## 4.0.1-beta.34
4+
5+
### Patch Changes
6+
7+
- [#703](https://github.com/vercel/workflow/pull/703) [`9b1640d`](https://github.com/vercel/workflow/commit/9b1640d76e7e759446058d65272011071bb250d2) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Do not include initial attempt in step function `maxRetries` count
8+
9+
- [#712](https://github.com/vercel/workflow/pull/712) [`307f4b0`](https://github.com/vercel/workflow/commit/307f4b0e41277f6b32afbfa361d8c6ca1b3d7f6c) Thanks [@ijjk](https://github.com/ijjk)! - Revert lazy workflow and step discovery
10+
11+
- Updated dependencies [[`9b1640d`](https://github.com/vercel/workflow/commit/9b1640d76e7e759446058d65272011071bb250d2)]:
12+
- @workflow/utils@4.0.1-beta.10
13+
- @workflow/errors@4.0.1-beta.13
14+
- @workflow/world-local@4.0.1-beta.24
15+
- @workflow/world-vercel@4.0.1-beta.25
16+
317
## 4.0.1-beta.33
418

519
### Patch Changes

0 commit comments

Comments
 (0)