From a37e4a3625252efbc3c85dfd43e42fbc8e9c252d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Dec 2024 14:32:46 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/tough-rats-refuse.md | 14 -------------- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 .changeset/tough-rats-refuse.md diff --git a/.changeset/tough-rats-refuse.md b/.changeset/tough-rats-refuse.md deleted file mode 100644 index af2764b..0000000 --- a/.changeset/tough-rats-refuse.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@vtbag/turn-signal': minor ---- - - -This release adds the `link-types` script that let's you annotate view transition types at `` elements by adding the `data-vtbag-link-types` attributes. - -```html - -``` - -For details on how to use the scripts see the [documentation](https://vtbag.dev/tools/turn-signal/). - -This release also adds support for browsers that have native cross-document view transitions support but don't support the Navigation API. Looking at you, Safari! diff --git a/CHANGELOG.md b/CHANGELOG.md index df0cbb9..74c5bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @vtbag/turn-signal +## 1.3.0 + +### Minor Changes + +- 1594efb: This release adds the `link-types` script that let's you annotate view transition types at `` elements by adding the `data-vtbag-link-types` attributes. + + ```html + + ``` + + For details on how to use the scripts see the [documentation](https://vtbag.dev/tools/turn-signal/). + + This release also adds support for browsers that have native cross-document view transitions support but don't support the Navigation API. Looking at you, Safari! + ## 1.2.2 - 2024-12-12 ### Patch Changes diff --git a/package.json b/package.json index b1ef4f1..73b30b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vtbag/turn-signal", "type": "module", - "version": "1.2.3", + "version": "1.3.0", "main": "lib/index.js", "description": "Turn-Signal is a lightweight script that enhances cross-document navigation by detecting the direction of browser navigation. It enables developers to create smooth, responsive transitions that adjust based on forward or backward navigation, delivering a more intuitive user experience.", "files": [ From 3e685e5cf1cfe43202e52e5a38929437abf4a98a Mon Sep 17 00:00:00 2001 From: Martin Trapp <94928215+martrapp@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:36:51 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c5bdc..a5bc928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # @vtbag/turn-signal -## 1.3.0 +## 1.3.0 - 2024-12-30 ### Minor Changes