From 5ec134103a16bbb7c24f86f30d23cfd986d9d632 Mon Sep 17 00:00:00 2001 From: Martin Trapp <94928215+martrapp@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:52:34 +0200 Subject: [PATCH] initial --- .changeset/curvy-teachers-type.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/curvy-teachers-type.md diff --git a/.changeset/curvy-teachers-type.md b/.changeset/curvy-teachers-type.md new file mode 100644 index 0000000..e00ba26 --- /dev/null +++ b/.changeset/curvy-teachers-type.md @@ -0,0 +1,5 @@ +--- +'@vtbag/element-crossing': major +--- + +Initial release diff --git a/package.json b/package.json index c41e4c1..5710593 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtbag/element-crossing", - "version": "1.0.0", + "version": "0.0.0", "main": "lib/index.js", "description": "Sites using cross-document view transitions look like SPAs but they still do full page loads on navigation. The element crossing provides a way to preserve DOM elements and data objects across page loads.", "files": [