Skip to content

Commit 6095fa4

Browse files
Version Packages (beta)
1 parent 0d79ff0 commit 6095fa4

File tree

13 files changed

+62
-7
lines changed

13 files changed

+62
-7
lines changed

.changeset/pre.json

Lines changed: 6 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",
@@ -122,10 +123,12 @@
122123
"fix-cli-flag-docs-typo",
123124
"fix-default-export-workflow",
124125
"fix-error-stack-rendering",
126+
"fix-provider-metadata-tool-calls",
125127
"flat-cloths-cough",
126128
"flat-lemons-carry",
127129
"floppy-dancers-lose",
128130
"floppy-symbols-check",
131+
"fluffy-cats-matter",
129132
"fluffy-peaches-buy",
130133
"forty-crabs-wonder",
131134
"forty-sheep-rescue",
@@ -202,6 +205,7 @@
202205
"ninety-cobras-shop",
203206
"ninety-geckos-lose",
204207
"ninety-lions-grab",
208+
"ninety-months-win",
205209
"odd-bobcats-repair",
206210
"odd-years-fail",
207211
"olive-signs-crash",
@@ -243,6 +247,7 @@
243247
"silly-drinks-wait",
244248
"silly-pens-shine",
245249
"silver-boats-fold",
250+
"silver-carrots-think",
246251
"sixty-baboons-wonder",
247252
"sixty-carpets-join",
248253
"sixty-facts-slide",
@@ -260,6 +265,7 @@
260265
"social-paths-swim",
261266
"soft-glasses-watch",
262267
"soft-pets-yawn",
268+
"solid-ideas-sing",
263269
"sour-rice-behave",
264270
"sour-tigers-serve",
265271
"spicy-rivers-call",

packages/ai/CHANGELOG.md

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

3+
## 4.0.1-beta.43
4+
5+
### Patch Changes
6+
7+
- [#733](https://github.com/vercel/workflow/pull/733) [`4b43186`](https://github.com/vercel/workflow/commit/4b43186eeca64548d351a20b5845865086393960) Thanks [@pranaygp](https://github.com/pranaygp)! - fix: preserve providerMetadata in multi-turn tool calls for Gemini thinking models
8+
9+
- Updated dependencies []:
10+
- workflow@4.0.1-beta.43
11+
312
## 4.0.1-beta.42
413

514
### 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @workflow/cli
22

3+
## 4.0.1-beta.43
4+
5+
### Patch Changes
6+
7+
- [#744](https://github.com/vercel/workflow/pull/744) [`e7de61f`](https://github.com/vercel/workflow/commit/e7de61f8b88ad7c710208ef599872085fb7b6d32) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Add `--localUi` CLI flag to use local web UI instead of Vercel dashboard
8+
9+
- [#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
10+
11+
- Updated dependencies []:
12+
- @workflow/web@4.0.1-beta.24
13+
314
## 4.0.1-beta.42
415

516
### 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 [[`4b43186`](https://github.com/vercel/workflow/commit/4b43186eeca64548d351a20b5845865086393960)]:
8+
- @workflow/ai@4.0.1-beta.43
9+
- workflow@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/web-shared/CHANGELOG.md

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

3+
## 4.0.1-beta.38
4+
5+
### Patch Changes
6+
7+
- [#736](https://github.com/vercel/workflow/pull/736) [`0d79ff0`](https://github.com/vercel/workflow/commit/0d79ff084ce85880a11b9d056bd07c26bf68547a) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Increase contrast on attribute items in sidebar
8+
39
## 4.0.1-beta.37
410

511
### Patch Changes

packages/web-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workflow/web-shared",
33
"description": "Shared components for Workflow Observability UI",
4-
"version": "4.0.1-beta.37",
4+
"version": "4.0.1-beta.38",
55
"private": false,
66
"files": [
77
"dist",

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 [[`e7de61f`](https://github.com/vercel/workflow/commit/e7de61f8b88ad7c710208ef599872085fb7b6d32), [`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

0 commit comments

Comments
 (0)