Skip to content

Commit d55ea30

Browse files
author
workflow-devkit-release-bot[bot]
committed
Version Packages (beta)
1 parent d8aaf27 commit d55ea30

41 files changed

Lines changed: 231 additions & 20 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/pre.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"angry-birds-pay",
7474
"angry-garlics-invent",
7575
"angry-owls-beg",
76+
"asymmetric-ulid-thresholds",
7677
"async-serde",
7778
"auto-vqs-run-id-header",
7879
"backwards-compat",
@@ -160,6 +161,7 @@
160161
"cyan-ducks-wonder",
161162
"cyan-ravens-eat",
162163
"cyan-toes-wash",
164+
"dark-olives-fix",
163165
"dark-toys-melt",
164166
"deduplicate-configs",
165167
"deep-brooms-exist",
@@ -237,16 +239,19 @@
237239
"fix-infra-error-handling",
238240
"fix-local-queue-timeout-status",
239241
"fix-local-world-terminal-guards",
242+
"fix-multiline-comment-skip",
240243
"fix-object-object-error",
241244
"fix-prepare-step-system-ordering",
242245
"fix-project-config",
243246
"fix-provider-metadata-tool-calls",
244247
"fix-pseudo-package-bundling",
248+
"fix-public-manifest-dev",
245249
"fix-readme-header-svg-404",
246250
"fix-run-failed-schema",
247251
"fix-runtime-option",
248252
"fix-spec-version-compat",
249253
"fix-start-encryption-deploymentid",
254+
"fix-step-context-singleton",
250255
"fix-step-getwritable-timeout",
251256
"fix-step-started-race-condition",
252257
"fix-stream-decryption",
@@ -529,6 +534,7 @@
529534
"smart-women-exist",
530535
"smooth-ears-fall",
531536
"smooth-nails-do",
537+
"smooth-pens-beam",
532538
"smooth-plums-kneel",
533539
"smooth-rats-attack",
534540
"social-forks-tease",
@@ -551,6 +557,7 @@
551557
"stale-eagles-pay",
552558
"stale-towns-marry",
553559
"standardize-naming",
560+
"start-deploymentid-unknown-types",
554561
"step-handler-parallelization",
555562
"step-queue-idempotency-fix",
556563
"stream-chunk-bin-extension",
@@ -571,6 +578,7 @@
571578
"tall-apes-mix",
572579
"tall-carrots-thank",
573580
"tall-crabs-hunt",
581+
"tall-owls-glow",
574582
"tame-candies-move",
575583
"tame-doors-melt",
576584
"tame-lamps-sin",
@@ -664,6 +672,7 @@
664672
"wide-wombats-poke",
665673
"wire-workflow-version",
666674
"wise-hornets-fetch",
675+
"wise-inks-ripe",
667676
"witty-jars-like",
668677
"witty-phones-doubt",
669678
"witty-toys-open",

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.51
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d1330cf`](https://github.com/vercel/workflow/commit/d1330cfebca1b2f552bd80c06e37bff4fba1b79e), [`5d22e61`](https://github.com/vercel/workflow/commit/5d22e61446d5146887f8c268d305ea42e3f67b09), [`7c996a7`](https://github.com/vercel/workflow/commit/7c996a76c59cb88fa58d15942218b308d1cd100f), [`443a9e6`](https://github.com/vercel/workflow/commit/443a9e62f938b91cd818106155d384329cf5c82c)]:
8+
- @workflow/builders@4.0.1-beta.68
9+
- @workflow/swc-plugin@4.1.0-beta.22
10+
- @workflow/rollup@4.0.0-beta.34
11+
- @workflow/vite@4.0.0-beta.27
12+
313
## 4.0.0-beta.50
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.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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @workflow/builders
22

3+
## 4.0.1-beta.68
4+
5+
### Patch Changes
6+
7+
- [#1554](https://github.com/vercel/workflow/pull/1554) [`d1330cf`](https://github.com/vercel/workflow/commit/d1330cfebca1b2f552bd80c06e37bff4fba1b79e) Thanks [@pranaygp](https://github.com/pranaygp)! - Fix node-module-error plugin pointing at multi-line comments instead of code usage
8+
9+
- [#1598](https://github.com/vercel/workflow/pull/1598) [`443a9e6`](https://github.com/vercel/workflow/commit/443a9e62f938b91cd818106155d384329cf5c82c) Thanks [@TooTallNate](https://github.com/TooTallNate)! - Override `"sideEffects": false` from `package.json` for discovered workflow/step/serde entries so esbuild does not drop their bare imports from the virtual entry
10+
11+
- Updated dependencies [[`d8aaf27`](https://github.com/vercel/workflow/commit/d8aaf27c7913a1a44561325c9a08f50b4340100d), [`5d22e61`](https://github.com/vercel/workflow/commit/5d22e61446d5146887f8c268d305ea42e3f67b09), [`047c01b`](https://github.com/vercel/workflow/commit/047c01bc1545845b4251a58a380e627ef164e6d5), [`7c996a7`](https://github.com/vercel/workflow/commit/7c996a76c59cb88fa58d15942218b308d1cd100f)]:
12+
- @workflow/core@4.2.0-beta.77
13+
- @workflow/swc-plugin@4.1.0-beta.22
14+
- @workflow/errors@4.1.0-beta.20
15+
316
## 4.0.1-beta.67
417

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

3+
## 4.2.0-beta.77
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b30b0dc`](https://github.com/vercel/workflow/commit/b30b0dcab68a8cc37735ea6c1fb8cb4f06efbe8b), [`760ebf1`](https://github.com/vercel/workflow/commit/760ebf161b0382cd430657cd1d172e8861660c30), [`d1330cf`](https://github.com/vercel/workflow/commit/d1330cfebca1b2f552bd80c06e37bff4fba1b79e), [`d8aaf27`](https://github.com/vercel/workflow/commit/d8aaf27c7913a1a44561325c9a08f50b4340100d), [`5d22e61`](https://github.com/vercel/workflow/commit/5d22e61446d5146887f8c268d305ea42e3f67b09), [`047c01b`](https://github.com/vercel/workflow/commit/047c01bc1545845b4251a58a380e627ef164e6d5), [`7c996a7`](https://github.com/vercel/workflow/commit/7c996a76c59cb88fa58d15942218b308d1cd100f), [`443a9e6`](https://github.com/vercel/workflow/commit/443a9e62f938b91cd818106155d384329cf5c82c)]:
8+
- @workflow/world@4.1.0-beta.16
9+
- @workflow/world-local@4.1.0-beta.50
10+
- @workflow/world-vercel@4.1.0-beta.48
11+
- @workflow/builders@4.0.1-beta.68
12+
- @workflow/core@4.2.0-beta.77
13+
- @workflow/swc-plugin@4.1.0-beta.22
14+
- @workflow/errors@4.1.0-beta.20
15+
- @workflow/web@4.1.0-beta.47
16+
317
## 4.2.0-beta.76
418

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

3+
## 4.2.0-beta.77
4+
5+
### Patch Changes
6+
7+
- [#1591](https://github.com/vercel/workflow/pull/1591) [`d8aaf27`](https://github.com/vercel/workflow/commit/d8aaf27c7913a1a44561325c9a08f50b4340100d) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Fix step `contextStorage` global _potentially_ seeing dual-instance issues when bundlers create multiple copies of the module.
8+
9+
- [#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
10+
11+
- Updated dependencies [[`b30b0dc`](https://github.com/vercel/workflow/commit/b30b0dcab68a8cc37735ea6c1fb8cb4f06efbe8b), [`760ebf1`](https://github.com/vercel/workflow/commit/760ebf161b0382cd430657cd1d172e8861660c30)]:
12+
- @workflow/world@4.1.0-beta.16
13+
- @workflow/world-local@4.1.0-beta.50
14+
- @workflow/world-vercel@4.1.0-beta.48
15+
- @workflow/errors@4.1.0-beta.20
16+
317
## 4.2.0-beta.76
418

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

3+
## 0.0.0-beta.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d1330cf`](https://github.com/vercel/workflow/commit/d1330cfebca1b2f552bd80c06e37bff4fba1b79e), [`5d22e61`](https://github.com/vercel/workflow/commit/5d22e61446d5146887f8c268d305ea42e3f67b09), [`7c996a7`](https://github.com/vercel/workflow/commit/7c996a76c59cb88fa58d15942218b308d1cd100f), [`443a9e6`](https://github.com/vercel/workflow/commit/443a9e62f938b91cd818106155d384329cf5c82c)]:
8+
- @workflow/builders@4.0.1-beta.68
9+
- @workflow/swc-plugin@4.1.0-beta.22
10+
311
## 0.0.0-beta.25
412

513
### Patch Changes

0 commit comments

Comments
 (0)