From 090fe1a918de68c2d721bdb19fdb2c307a1f6b35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 10:55:19 +0000 Subject: [PATCH] Version Packages --- .changeset/single-owned-auth-root-navigation.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/single-owned-auth-root-navigation.md diff --git a/.changeset/single-owned-auth-root-navigation.md b/.changeset/single-owned-auth-root-navigation.md deleted file mode 100644 index 822907c..0000000 --- a/.changeset/single-owned-auth-root-navigation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/studio': patch ---- - -Keep generated auth root entries navigation-neutral so the root layout alone canonicalizes authenticated `/` launches without synthetic Back history or `initial=false` workarounds. diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a8505..57283e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @ankhorage/studio +## 0.10.8 + +### Patch Changes + +- c6b687a: Keep generated auth root entries navigation-neutral so the root layout alone canonicalizes authenticated `/` launches without synthetic Back history or `initial=false` workarounds. + ## 0.10.7 ### Patch Changes diff --git a/package.json b/package.json index ff8c9a6..3bd849a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/studio", - "version": "0.10.7", + "version": "0.10.8", "description": "Studio authoring package for Ankhorage apps", "license": "MIT", "homepage": "https://github.com/ankhorage/studio#readme",