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",