From 2b8a9307a1cf3969d618a196764318a09a0b938d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:19:39 +0200 Subject: [PATCH] Version Packages (#211) * Version Packages * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com> --- .changeset/few-fishes-double.md | 5 ----- CHANGELOG.md | 8 +++++++- package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/few-fishes-double.md 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": {