diff --git a/.changeset/fluffy-actors-float.md b/.changeset/fluffy-actors-float.md deleted file mode 100644 index b36ce1cf2f62..000000000000 --- a/.changeset/fluffy-actors-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/kit': patch ---- - -chore: more compact representation for invalidated search param diff --git a/.changeset/perfect-walls-mix.md b/.changeset/perfect-walls-mix.md deleted file mode 100644 index 057c3ef3bd91..000000000000 --- a/.changeset/perfect-walls-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/kit': patch ---- - -chore: fix import path to app script on windows diff --git a/.changeset/tame-tigers-shout.md b/.changeset/tame-tigers-shout.md deleted file mode 100644 index 5d5c82e9950a..000000000000 --- a/.changeset/tame-tigers-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/kit': patch ---- - -fix: make $app/navigation more resilient to bundler reordering diff --git a/.changeset/thick-gorillas-judge.md b/.changeset/thick-gorillas-judge.md deleted file mode 100644 index a1fa1233b209..000000000000 --- a/.changeset/thick-gorillas-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/kit': patch ---- - -fix: page load `fetch()` now accepts the same input types for the body as the native fetch function diff --git a/.changeset/wet-maps-hug.md b/.changeset/wet-maps-hug.md deleted file mode 100644 index d0413a4e55ef..000000000000 --- a/.changeset/wet-maps-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/kit': patch ---- - -fix: handle preload and filterSerializedResponseHeaders in sequence function diff --git a/packages/kit/CHANGELOG.md b/packages/kit/CHANGELOG.md index 1a25e9407c86..2ae3231e6316 100644 --- a/packages/kit/CHANGELOG.md +++ b/packages/kit/CHANGELOG.md @@ -1,5 +1,19 @@ # @sveltejs/kit +## 1.15.11 + +### Patch Changes + +- chore: more compact representation for invalidated search param ([#9708](https://github.com/sveltejs/kit/pull/9708)) + +- chore: fix import path to app script on windows ([#9743](https://github.com/sveltejs/kit/pull/9743)) + +- fix: make $app/navigation more resilient to bundler reordering ([#9808](https://github.com/sveltejs/kit/pull/9808)) + +- fix: page load `fetch()` now accepts the same input types for the body as the native fetch function ([#9801](https://github.com/sveltejs/kit/pull/9801)) + +- fix: handle preload and filterSerializedResponseHeaders in sequence function ([#9741](https://github.com/sveltejs/kit/pull/9741)) + ## 1.15.10 ### Patch Changes diff --git a/packages/kit/package.json b/packages/kit/package.json index 219aff431bc4..8428eb233a6f 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@sveltejs/kit", - "version": "1.15.10", + "version": "1.15.11", "description": "The fastest way to build Svelte apps", "repository": { "type": "git",