Skip to content

Commit 00bf711

Browse files
Version Packages (beta)
1 parent dc44dab commit 00bf711

File tree

11 files changed

+45
-6
lines changed

11 files changed

+45
-6
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"dull-adults-wonder",
9797
"eager-forks-yawn",
9898
"eager-lands-rhyme",
99+
"early-baboons-doubt",
99100
"easy-coats-find",
100101
"easy-donkeys-lie",
101102
"eight-clowns-own",
@@ -202,6 +203,7 @@
202203
"ninety-cobras-shop",
203204
"ninety-geckos-lose",
204205
"ninety-lions-grab",
206+
"ninety-months-win",
205207
"odd-bobcats-repair",
206208
"odd-years-fail",
207209
"olive-signs-crash",
@@ -260,6 +262,7 @@
260262
"social-paths-swim",
261263
"soft-glasses-watch",
262264
"soft-pets-yawn",
265+
"solid-ideas-sing",
263266
"sour-rice-behave",
264267
"sour-tigers-serve",
265268
"spicy-rivers-call",

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.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- workflow@4.0.1-beta.43
9+
310
## 4.0.1-beta.42
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.42",
3+
"version": "4.0.1-beta.43",
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.42"
66+
"workflow": "4.0.1-beta.43"
6767
},
6868
"dependencies": {
6969
"@ai-sdk/provider": "^2.0.0 || ^3.0.0",

packages/cli/CHANGELOG.md

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

3+
## 4.0.1-beta.43
4+
5+
### Patch Changes
6+
7+
- [#722](https://github.com/vercel/workflow/pull/722) [`05ecfbc`](https://github.com/vercel/workflow/commit/05ecfbcc11508defc7ccd0a8b67839eaef631e71) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Ensure npm pre-release version update checks work for post-GA release pre-releases
8+
39
## 4.0.1-beta.42
410

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

packages/docs-typecheck/CHANGELOG.md

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

3+
## 0.0.1-beta.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- workflow@4.0.1-beta.43
9+
- @workflow/ai@4.0.1-beta.43
10+
311
## 0.0.1-beta.1
412

513
### Patch Changes

packages/docs-typecheck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workflow/docs-typecheck",
33
"description": "Type-check documentation code samples",
4-
"version": "0.0.1-beta.1",
4+
"version": "0.0.1-beta.2",
55
"private": true,
66
"type": "module",
77
"main": "dist/index.js",

packages/workflow/CHANGELOG.md

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

3+
## 4.0.1-beta.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`05ecfbc`](https://github.com/vercel/workflow/commit/05ecfbcc11508defc7ccd0a8b67839eaef631e71)]:
8+
- @workflow/cli@4.0.1-beta.43
9+
310
## 4.0.1-beta.42
411

512
### Patch Changes

packages/workflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workflow",
3-
"version": "4.0.1-beta.42",
3+
"version": "4.0.1-beta.43",
44
"description": "Workflow DevKit - Build durable, resilient, and observable workflows",
55
"main": "dist/typescript-plugin.cjs",
66
"type": "module",

packages/world-testing/CHANGELOG.md

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

3+
## 4.0.1-beta.44
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`05ecfbc`](https://github.com/vercel/workflow/commit/05ecfbcc11508defc7ccd0a8b67839eaef631e71)]:
8+
- @workflow/cli@4.0.1-beta.43
9+
- workflow@4.0.1-beta.43
10+
311
## 4.0.1-beta.43
412

513
### Patch Changes

0 commit comments

Comments
 (0)