Skip to content

Commit 749a1cd

Browse files
Version Packages
1 parent 6b33dd2 commit 749a1cd

7 files changed

Lines changed: 14 additions & 22 deletions

File tree

.changeset/calm-mice-allow.md

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

.changeset/puny-masks-run.md

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

.changeset/spicy-teeth-tan.md

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

.changeset/tasty-carrots-tie.md

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

packages/svelte/CHANGELOG.md

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

3+
## 5.54.1
4+
5+
### Patch Changes
6+
7+
- fix: hydration comments during hmr ([#17975](https://github.com/sveltejs/svelte/pull/17975))
8+
9+
- fix: group sync statements ([#17977](https://github.com/sveltejs/svelte/pull/17977))
10+
11+
- fix: defer batch resolution until earlier intersecting batches have committed ([#17162](https://github.com/sveltejs/svelte/pull/17162))
12+
13+
- fix: properly invoke `iterator.return()` during reactivity loss check ([#17966](https://github.com/sveltejs/svelte/pull/17966))
14+
315
## 5.54.0
416

517
### Minor Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.54.0",
5+
"version": "5.54.1",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* The current version, as set in package.json.
55
* @type {string}
66
*/
7-
export const VERSION = '5.54.0';
7+
export const VERSION = '5.54.1';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)