From 9943ca19063f7aa5d51d9278d62559256c7016a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:06:45 +0000 Subject: [PATCH] Version Packages --- .changeset/fix-branching-visibility-criteria.md | 6 ------ packages/js-api/CHANGELOG.md | 6 ++++++ packages/js-api/package.json | 2 +- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 4 ++-- 5 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 .changeset/fix-branching-visibility-criteria.md diff --git a/.changeset/fix-branching-visibility-criteria.md b/.changeset/fix-branching-visibility-criteria.md deleted file mode 100644 index 550bc944..00000000 --- a/.changeset/fix-branching-visibility-criteria.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@frigade/js": patch -"@frigade/react": patch ---- - -Fix branching forms with `visibilityCriteria`: after completing a step whose form data hides the optimistically-chosen next step, the client now sends `STARTED_STEP` for the actual current step from the refreshed state instead of the now-hidden one. Previously this caused the server's `currentStepId` to flip back to the hidden step and the form to re-render it. Preserves the `STARTED_STEP`-on-complete behavior introduced in `@frigade/js@0.9.7`. diff --git a/packages/js-api/CHANGELOG.md b/packages/js-api/CHANGELOG.md index 1d4deceb..32bac742 100644 --- a/packages/js-api/CHANGELOG.md +++ b/packages/js-api/CHANGELOG.md @@ -1,5 +1,11 @@ # @frigade/js +## 0.9.8 + +### Patch Changes + +- 9bbb311: Fix branching forms with `visibilityCriteria`: after completing a step whose form data hides the optimistically-chosen next step, the client now sends `STARTED_STEP` for the actual current step from the refreshed state instead of the now-hidden one. Previously this caused the server's `currentStepId` to flip back to the hidden step and the form to re-render it. Preserves the `STARTED_STEP`-on-complete behavior introduced in `@frigade/js@0.9.7`. + ## 0.9.7 ### Patch Changes diff --git a/packages/js-api/package.json b/packages/js-api/package.json index 2f3fb531..fbe52cda 100644 --- a/packages/js-api/package.json +++ b/packages/js-api/package.json @@ -1,6 +1,6 @@ { "name": "@frigade/js", - "version": "0.9.7", + "version": "0.9.8", "description": "The official Javascript SDK for Frigade.", "type": "module", "main": "./dist/index.js", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 5834ee6b..b3488d45 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @frigade/react +## 2.10.4 + +### Patch Changes + +- 9bbb311: Fix branching forms with `visibilityCriteria`: after completing a step whose form data hides the optimistically-chosen next step, the client now sends `STARTED_STEP` for the actual current step from the refreshed state instead of the now-hidden one. Previously this caused the server's `currentStepId` to flip back to the hidden step and the form to re-render it. Preserves the `STARTED_STEP`-on-complete behavior introduced in `@frigade/js@0.9.7`. +- Updated dependencies [9bbb311] + - @frigade/js@0.9.8 + ## 2.10.3 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 1e7ec5f6..6fc4bd8a 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@frigade/react", - "version": "2.10.3", + "version": "2.10.4", "description": "Build better product onboarding, faster.", "type": "module", "main": "./dist/index.js", @@ -51,7 +51,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@floating-ui/react": "^0.26.22", - "@frigade/js": "^0.9.7", + "@frigade/js": "^0.9.8", "@radix-ui/react-checkbox": "^1.1.1", "@radix-ui/react-collapsible": "^1.0.3", "@radix-ui/react-dialog": "^1.0.5",