From 6d90b96e990d9dd45f55effb4431393c3e610937 Mon Sep 17 00:00:00 2001 From: "Dominik G." Date: Tue, 13 Jan 2026 21:49:41 +0000 Subject: [PATCH] chore: edit changelog (#17463) * chore: 5.46.2 was never published, merge the changes into 5.46.3 to avoid confusion * chore: add notice about missing 5.46.2 --- packages/svelte/CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index f822258e36..bf22761869 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -6,10 +6,6 @@ - fix: reconnect clean deriveds when they are read in a reactive context ([#17362](https://github.com/sveltejs/svelte/pull/17362)) -## 5.46.2 - -### Patch Changes - - fix: don't transform references of function declarations in legacy mode ([#17431](https://github.com/sveltejs/svelte/pull/17431)) - fix: notify deriveds of changes to sources inside forks ([#17437](https://github.com/sveltejs/svelte/pull/17437)) @@ -28,6 +24,12 @@ - fix: don't revert source to UNINITIALIZED state when time travelling ([#17409](https://github.com/sveltejs/svelte/pull/17409)) +## 5.46.2 + +### Notice + +Not published due to CI issue + ## 5.46.1 ### Patch Changes