From 5b8b269d2cc9f4ed6caa14a778a1fcc4b3475f67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 08:50:52 +0000 Subject: [PATCH] Version Packages --- .changeset/anchor-non-root-initial-route.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/anchor-non-root-initial-route.md diff --git a/.changeset/anchor-non-root-initial-route.md b/.changeset/anchor-non-root-initial-route.md deleted file mode 100644 index ca6f81e..0000000 --- a/.changeset/anchor-non-root-initial-route.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/studio': patch ---- - -Anchor generated non-root auth redirects so the configured initial screen remains the root of navigator history without an erroneous Back button. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6bd54..46a8505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ankhorage/studio +## 0.10.7 + +### Patch Changes + +- 85fad68: Anchor generated non-root auth redirects so the configured initial screen remains the root of navigator history without an erroneous Back button. + ## 0.10.6 ### Patch Changes diff --git a/package.json b/package.json index 6239f4c..ff8c9a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/studio", - "version": "0.10.6", + "version": "0.10.7", "description": "Studio authoring package for Ankhorage apps", "license": "MIT", "homepage": "https://github.com/ankhorage/studio#readme",