From 7606b96080c64bfedac480bc7ab30278c69e7eca Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Mon, 20 Nov 2023 12:50:51 +0100 Subject: [PATCH] changesets --- .changeset/cyan-planets-explode.md | 5 +++++ .changeset/old-lizards-kneel.md | 5 +++++ .changeset/quick-icons-wink.md | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changeset/cyan-planets-explode.md create mode 100644 .changeset/old-lizards-kneel.md create mode 100644 .changeset/quick-icons-wink.md diff --git a/.changeset/cyan-planets-explode.md b/.changeset/cyan-planets-explode.md new file mode 100644 index 00000000..dd4490d3 --- /dev/null +++ b/.changeset/cyan-planets-explode.md @@ -0,0 +1,5 @@ +--- +'@spotlightjs/astro': patch +--- + +feat(astro): Show Spotlight in Server Error Pages diff --git a/.changeset/old-lizards-kneel.md b/.changeset/old-lizards-kneel.md new file mode 100644 index 00000000..fb75b0bb --- /dev/null +++ b/.changeset/old-lizards-kneel.md @@ -0,0 +1,5 @@ +--- +'@spotlightjs/core': patch +--- + +feat(core): Add `injectImmediately` option diff --git a/.changeset/quick-icons-wink.md b/.changeset/quick-icons-wink.md new file mode 100644 index 00000000..58a910e7 --- /dev/null +++ b/.changeset/quick-icons-wink.md @@ -0,0 +1,5 @@ +--- +'@spotlightjs/core': patch +--- + +fix(core): Ensure Spotlight is only initialized once