diff --git a/.changeset/pre.json b/.changeset/pre.json index c158fdf15e..a21f3fb3e3 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -700,6 +700,7 @@ "tough-radios-punch", "tough-tomatoes-explain", "tricky-avocados-play", + "tricky-balloons-care", "tricky-ears-shout", "tricky-laws-bathe", "twelve-beans-drive", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index acbf01165c..4114b05835 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -14,6 +14,8 @@ - breaking: avoid flushing queued updates on mount/hydrate ([#12602](https://github.com/sveltejs/svelte/pull/12602)) +- feat: allow `:global` in more places ([#12560](https://github.com/sveltejs/svelte/pull/12560)) + ## 5.0.0-next.198 ### Patch Changes