From 6506fef894fdf08c78b0ebf6d0c34ffb962afe19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 Aug 2024 20:47:07 +0000 Subject: [PATCH] Version Packages --- .changeset/eleven-camels-fail.md | 5 ----- .changeset/famous-glasses-sell.md | 5 ----- .changeset/ninety-cherries-rule.md | 5 ----- .changeset/pink-elephants-push.md | 5 ----- .changeset/two-queens-sing.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 7 files changed, 11 insertions(+), 26 deletions(-) delete mode 100644 .changeset/eleven-camels-fail.md delete mode 100644 .changeset/famous-glasses-sell.md delete mode 100644 .changeset/ninety-cherries-rule.md delete mode 100644 .changeset/pink-elephants-push.md delete mode 100644 .changeset/two-queens-sing.md diff --git a/.changeset/eleven-camels-fail.md b/.changeset/eleven-camels-fail.md deleted file mode 100644 index 510712f..0000000 --- a/.changeset/eleven-camels-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-vtbot': patch ---- - -Put the chamber out of order for browsers without native support for the view transition API diff --git a/.changeset/famous-glasses-sell.md b/.changeset/famous-glasses-sell.md deleted file mode 100644 index cef3a32..0000000 --- a/.changeset/famous-glasses-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-vtbot': patch ---- - -Fixes content-type of chamber script diff --git a/.changeset/ninety-cherries-rule.md b/.changeset/ninety-cherries-rule.md deleted file mode 100644 index 5cd72d9..0000000 --- a/.changeset/ninety-cherries-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-vtbot': patch ---- - -Greatly reduces the footprint of the Chamber in HTML files when used via the integration option. diff --git a/.changeset/pink-elephants-push.md b/.changeset/pink-elephants-push.md deleted file mode 100644 index a727700..0000000 --- a/.changeset/pink-elephants-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-vtbot': patch ---- - -Correctly encodes view transition names used with the AutoNameSelected component diff --git a/.changeset/two-queens-sing.md b/.changeset/two-queens-sing.md deleted file mode 100644 index 665b5d0..0000000 --- a/.changeset/two-queens-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-vtbot': patch ---- - -Starlight support: Honor the persisted sidebar state introduced with Starlight v0.26.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ace39d..db98a30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # The Bag of Tricks for View Transitions +## 1.8.5 + +### Patch Changes + +- ecc0966: Put the chamber out of order for browsers without native support for the view transition API +- b46e61c: Fixes content-type of chamber script +- 11f53fe: Greatly reduces the footprint of the Chamber in HTML files when used via the integration option. +- a4b36ad: Correctly encodes view transition names used with the AutoNameSelected component +- b28f195: Starlight support: Honor the persisted sidebar state introduced with Starlight v0.26.0 + ## 1.8.4 - 2024-08-10 ### Patch Changes diff --git a/package.json b/package.json index 42cad9c..4022b78 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.8.4", + "version": "1.8.5", "description": "The 👜 Bag of Tricks ✨ for Astro's View Transitions", "homepage": "https://events-3bg.pages.dev/", "bugs": {