From 27cbbc9efc50623c58a677a3cbcd7f04cca69eb4 Mon Sep 17 00:00:00 2001 From: Martin Trapp <94928215+martrapp@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:21:05 +0100 Subject: [PATCH] bug fix --- .changeset/witty-poets-promise.md | 5 +++++ README.md | 2 +- src/bundled/vtn.ts | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/witty-poets-promise.md diff --git a/.changeset/witty-poets-promise.md b/.changeset/witty-poets-promise.md new file mode 100644 index 0000000..32d1941 --- /dev/null +++ b/.changeset/witty-poets-promise.md @@ -0,0 +1,5 @@ +--- +'@vtbag/utensil-drawer': patch +--- + +The best function can't help it it isn't called diff --git a/README.md b/README.md index 907ae91..20925bf 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The @vtbag website can be found at https://vtbag.dev/ ## !!! News !!! -This is the initial release. +This is an early release. For details see the [CHANGELOG](https://github.com/vtbag/utensil-drawer/blob/main/CHANGELOG.md) diff --git a/src/bundled/vtn.ts b/src/bundled/vtn.ts index 6241e30..eff8ad3 100644 --- a/src/bundled/vtn.ts +++ b/src/bundled/vtn.ts @@ -32,3 +32,4 @@ export function setViewTransitionNamesFromScripts() { }); }); } +setViewTransitionNamesFromScripts() \ No newline at end of file