Version Packages (#15015)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 8 Dec 2025 22:32:10 +0000 (14:32 -0800)
committerGitHub <noreply@github.com>
Mon, 8 Dec 2025 22:32:10 +0000 (14:32 -0800)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
.changeset/eager-rats-turn.md [deleted file]
.changeset/old-boxes-rhyme.md [deleted file]
.changeset/thick-spiders-invite.md [deleted file]
packages/kit/CHANGELOG.md
packages/kit/package.json
packages/kit/src/version.js

diff --git a/.changeset/eager-rats-turn.md b/.changeset/eager-rats-turn.md
deleted file mode 100644 (file)
index 74828a9..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@sveltejs/kit': patch
----
-
-fix: Stop re-loading already-loaded CSS during server-side route resolution
diff --git a/.changeset/old-boxes-rhyme.md b/.changeset/old-boxes-rhyme.md
deleted file mode 100644 (file)
index b09878d..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@sveltejs/kit': patch
----
-
-fix: posixify the instrumentation file import on Windows
diff --git a/.changeset/thick-spiders-invite.md b/.changeset/thick-spiders-invite.md
deleted file mode 100644 (file)
index 366d65f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@sveltejs/kit': patch
----
-
-fix: Correctly handle shared memory when decoding binary form data
index 2fca704b4ef79b9f2c918e30f3a9eb9a746aeea5..90660aa3fdd40349b8658a62ba42163cf3cc4a0e 100644 (file)
@@ -1,5 +1,17 @@
 # @sveltejs/kit
 
+## 2.49.2
+### Patch Changes
+
+
+- fix: Stop re-loading already-loaded CSS during server-side route resolution ([#15014](https://github.com/sveltejs/kit/pull/15014))
+
+
+- fix: posixify the instrumentation file import on Windows ([#14993](https://github.com/sveltejs/kit/pull/14993))
+
+
+- fix: Correctly handle shared memory when decoding binary form data ([#15028](https://github.com/sveltejs/kit/pull/15028))
+
 ## 2.49.1
 ### Patch Changes
 
index eaafc4c4af9a9e1d9753e8555d7a93a1df467b3e..562960e1d90aaa5f4def1d3cae9640fabb5f134f 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "@sveltejs/kit",
-       "version": "2.49.1",
+       "version": "2.49.2",
        "description": "SvelteKit is the fastest way to build Svelte apps",
        "keywords": [
                "framework",
index 67c61ccee26faf63c3e03982493c29ab719557c6..87b64e00cdd9818c3339f64c48db47c50685760b 100644 (file)
@@ -1,4 +1,4 @@
 // generated during release, do not modify
 
 /** @type {string} */
-export const VERSION = '2.49.1';
+export const VERSION = '2.49.2';