From 635a6b2e377f519ee1187e63e6d1ea137a3c0a07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 19:43:11 +0200 Subject: [PATCH] Version Packages (#182) * Version Packages * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com> --- .changeset/angry-students-perform.md | 5 ----- .changeset/five-ladybugs-laugh.md | 5 ----- .changeset/wise-bulldogs-hear.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 5 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 .changeset/angry-students-perform.md delete mode 100644 .changeset/five-ladybugs-laugh.md delete mode 100644 .changeset/wise-bulldogs-hear.md diff --git a/.changeset/angry-students-perform.md b/.changeset/angry-students-perform.md deleted file mode 100644 index 2b658f9..0000000 --- a/.changeset/angry-students-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-vtbot': patch ---- - -Removes a forgotten console.log statement diff --git a/.changeset/five-ladybugs-laugh.md b/.changeset/five-ladybugs-laugh.md deleted file mode 100644 index 1bf542e..0000000 --- a/.changeset/five-ladybugs-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-vtbot': patch ---- - -Updates @vtbag/element-crossing to 1.0.1 diff --git a/.changeset/wise-bulldogs-hear.md b/.changeset/wise-bulldogs-hear.md deleted file mode 100644 index 3ad88a6..0000000 --- a/.changeset/wise-bulldogs-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-vtbot': patch ---- - -Updates the wording of the devToolbar integration. diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ad71c..7e4d36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # The Bag of Tricks for View Transitions +## 1.9.2 - 2024-09-08 + +### Patch Changes + +- 82de459: Removes a forgotten console.log statement from the `` component. +- 89741bd: Updates @vtbag/element-crossing to 1.0.1 +- 20671d6: Updates the wording of the devToolbar integration. + ## 1.9.1 - 2024-09-05 ### Patch Changes diff --git a/package.json b/package.json index 3aca09a..4e7fb14 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.9.1", + "version": "1.9.2", "description": "The 👜 Bag of Tricks ✨ for Astro's View Transitions", "homepage": "https://events-3bg.pages.dev/", "bugs": {