Skip to content

Commit 4b2e05d

Browse files
Version Packages (#195)
* Version Packages * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Trapp <[email protected]>
1 parent 5efdf5e commit 4b2e05d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/beige-chairs-shake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# The Bag of Tricks for Astro's View Transitions
22

3+
## 1.10.0 - 2024-09-25
4+
5+
### Minor Changes
6+
7+
- 5efdf5e: Introducing a new tool for your transition from `<ViewTransitions />` to native cross-document view transitions: The `<TurnSignal />` 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!
8+
39
## 1.9.4 - 2024.09.19
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "1.9.4",
6+
"version": "1.10.0",
77
"description": "The 👜 Bag of Tricks ✨ for Astro's View Transitions",
88
"homepage": "https://events-3bg.pages.dev/",
99
"bugs": {

0 commit comments

Comments
 (0)