From 4b2e05d21220e8e0d3d6349ba7bef7a933fde806 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:06:57 +0200 Subject: [PATCH] Version Packages (#195) * 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/beige-chairs-shake.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/beige-chairs-shake.md diff --git a/.changeset/beige-chairs-shake.md b/.changeset/beige-chairs-shake.md deleted file mode 100644 index d1be291..0000000 --- a/.changeset/beige-chairs-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-vtbot': minor ---- - -Introducing a new tool for your transition from `` to `@view-transitions {navigation: auto}`: The `` component enables seamless integration of forward and backward animations from `transition:animate` in cross-document transitions. Sync the direction of your animations with browser history navigation, or even with the page order of your site, if you prefer! diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b565d8..5bdfbe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # The Bag of Tricks for Astro's View Transitions +## 1.10.0 - 2024-09-25 + +### Minor Changes + +- 5efdf5e: Introducing a new tool for your transition from `` to native cross-document view transitions: The `` component enables seamless integration of forward and backward animations from `transition:animate` in cross-document transitions. Sync the direction of your animations with browser history navigation, or even with the page order of your site, if you prefer! + ## 1.9.4 - 2024.09.19 ### Patch Changes diff --git a/package.json b/package.json index 86e0750..fefb91c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.9.4", + "version": "1.10.0", "description": "The 👜 Bag of Tricks ✨ for Astro's View Transitions", "homepage": "https://events-3bg.pages.dev/", "bugs": {