Skip to content

Commit 0196f07

Browse files
Version Packages
1 parent 04ba87e commit 0196f07

File tree

6 files changed

+14
-17
lines changed

6 files changed

+14
-17
lines changed

.changeset/cute-bushes-hope.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/late-ways-find.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pretty-snails-take.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/kit/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @sveltejs/kit
22

3+
## 2.43.8
4+
### Patch Changes
5+
6+
7+
- fix: HMR for `query` ([#14587](https://github.com/sveltejs/kit/pull/14587))
8+
9+
10+
- fix: skip prebundling of .remote.js files ([#14583](https://github.com/sveltejs/kit/pull/14583))
11+
12+
13+
- fix: more robust remote file pattern matching ([#14578](https://github.com/sveltejs/kit/pull/14578))
14+
315
## 2.43.7
416
### Patch Changes
517

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "2.43.7",
3+
"version": "2.43.8",
44
"description": "SvelteKit is the fastest way to build Svelte apps",
55
"keywords": [
66
"framework",

packages/kit/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// generated during release, do not modify
22

33
/** @type {string} */
4-
export const VERSION = '2.43.7';
4+
export const VERSION = '2.43.8';

0 commit comments

Comments
 (0)