diff --git a/.changeset/few-fishes-double.md b/.changeset/few-fishes-double.md deleted file mode 100644 index 4f7005b..0000000 --- a/.changeset/few-fishes-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-vtbot': patch ---- - -New versions for @vtbag/inspection-chamber and @vtbag/turn-signal: The Inspection Chamber can now handle the extended signature of the document.startViewTransition as defined by level 2 of the view Transision API and the Turn-Signal computes directions also on the old page! diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c3dba..98fb1d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ # The Bag of Tricks for Astro's View Transitions +## 1.10.5 - 2024-10-22 + +### Patch Changes + +- c9abaa1: New versions for @vtbag/inspection-chamber and @vtbag/turn-signal: The Inspection Chamber can now handle the extended signature of the document.startViewTransition as defined by level 2 of the view Transision API and the Turn-Signal computes directions also on the old page! + ## 1.10.4 - 2024-10-17 ### Patch Changes - 3cca5c8: -- **Thanks you [Lukas](https://github.com/trombach)** -- The Inspection Chamber DevTools now also work for projects using `pnpm`!\ - Fixes `inspectionChamber` endpoint runtime error when using `pnpm` + Fixes `inspectionChamber` endpoint runtime error when using `pnpm` - ed79b25: Makes the Linter respect vtbot-linter-ignore meta elements for non unique view transition names (e.g. if only one has display != none) - 44e8134: Updates @vtbag/{inspection-chamber, element-crossing, turn-signal, cam-shaft} to their most recent versions. diff --git a/package.json b/package.json index d5f4b79..9981a9b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.10.4", + "version": "1.10.5", "description": "The 👜 Bag of Tricks ✨ for Astro's View Transitions", "homepage": "https://events-3bg.pages.dev/", "bugs": {