Skip to content

Commit 8842764

Browse files
author
workflow-devkit-release-bot[bot]
committed
Version Packages (beta)
1 parent 047c01b commit 8842764

31 files changed

Lines changed: 146 additions & 15 deletions

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@
242242
"fix-project-config",
243243
"fix-provider-metadata-tool-calls",
244244
"fix-pseudo-package-bundling",
245+
"fix-public-manifest-dev",
245246
"fix-readme-header-svg-404",
246247
"fix-run-failed-schema",
247248
"fix-runtime-option",
@@ -551,6 +552,7 @@
551552
"stale-eagles-pay",
552553
"stale-towns-marry",
553554
"standardize-naming",
555+
"start-deploymentid-unknown-types",
554556
"step-handler-parallelization",
555557
"step-queue-idempotency-fix",
556558
"stream-chunk-bin-extension",

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.51
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @workflow/builders@4.0.1-beta.68
9+
- @workflow/rollup@4.0.0-beta.34
10+
- @workflow/vite@4.0.0-beta.27
11+
312
## 4.0.0-beta.50
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.50",
3+
"version": "4.0.0-beta.51",
44
"description": "Astro integration for Workflow SDK",
55
"type": "module",
66
"main": "dist/index.js",

packages/builders/CHANGELOG.md

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

3+
## 4.0.1-beta.68
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`047c01b`](https://github.com/vercel/workflow/commit/047c01bc1545845b4251a58a380e627ef164e6d5)]:
8+
- @workflow/core@4.2.0-beta.77
9+
310
## 4.0.1-beta.67
411

512
### 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.67",
3+
"version": "4.0.1-beta.68",
44
"description": "Shared builder infrastructure for Workflow SDK",
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.2.0-beta.77
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`047c01b`](https://github.com/vercel/workflow/commit/047c01bc1545845b4251a58a380e627ef164e6d5)]:
8+
- @workflow/core@4.2.0-beta.77
9+
- @workflow/builders@4.0.1-beta.68
10+
- @workflow/web@4.1.0-beta.47
11+
312
## 4.2.0-beta.76
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.2.0-beta.76",
3+
"version": "4.2.0-beta.77",
44
"description": "Command-line interface for Workflow SDK",
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.2.0-beta.77
4+
5+
### Patch Changes
6+
7+
- [#1367](https://github.com/vercel/workflow/pull/1367) [`047c01b`](https://github.com/vercel/workflow/commit/047c01bc1545845b4251a58a380e627ef164e6d5) Thanks [@pranaygp](https://github.com/pranaygp)! - Make `start()` return `Run<unknown>` with `unknown[]` args when `deploymentId` is provided, since the deployed workflow version may have different types
8+
39
## 4.2.0-beta.76
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.2.0-beta.76",
3+
"version": "4.2.0-beta.77",
44
"description": "Core runtime and engine for Workflow SDK",
55
"type": "module",
66
"main": "dist/index.js",

packages/nest/CHANGELOG.md

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

3+
## 0.0.0-beta.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @workflow/builders@4.0.1-beta.68
9+
310
## 0.0.0-beta.25
411

512
### Patch Changes

0 commit comments

Comments
 (0)