From 8dfca7ab98d244bfb5659f67d2485c24080058ea Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Wed, 24 Jun 2026 19:23:55 -0700 Subject: [PATCH] chore: downgrade optional-steps changeset from major to minor Co-Authored-By: Claude Opus 4.8 (1M context) --- .changeset/retire-optional-steps-declaration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/retire-optional-steps-declaration.md b/.changeset/retire-optional-steps-declaration.md index 3ce5035347..ab0bcb18ab 100644 --- a/.changeset/retire-optional-steps-declaration.md +++ b/.changeset/retire-optional-steps-declaration.md @@ -1,5 +1,5 @@ --- -"@runfusion/fusion": major +"@runfusion/fusion": minor --- **Breaking:** the `WorkflowOptionalStep` type, previously exported from `@runfusion/fusion`, is removed — any consumer importing it must migrate to `optional-group` nodes / `ResolvedWorkflowOptionalStep`.