Skip to content

Commit db69b7e

Browse files
Version Packages (#17965)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## svelte@5.54.1 ### Patch Changes - fix: hydration comments during hmr ([#17975](#17975)) - fix: null out `effect.b` in `destroy_effect` ([#17980](#17980)) - fix: group sync statements ([#17977](#17977)) - fix: defer batch resolution until earlier intersecting batches have committed ([#17162](#17162)) - fix: properly invoke `iterator.return()` during reactivity loss check ([#17966](#17966)) - fix: remove trailing semicolon from {@const} tag printer ([#17962](#17962)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7123bf3 commit db69b7e

File tree

9 files changed

+18
-32
lines changed

9 files changed

+18
-32
lines changed

.changeset/calm-mice-allow.md

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

.changeset/fix-memory-leak-boundary.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.

.changeset/two-onions-end.md

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

packages/svelte/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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: null out `effect.b` in `destroy_effect` ([#17980](https://github.com/sveltejs/svelte/pull/17980))
10+
11+
- fix: group sync statements ([#17977](https://github.com/sveltejs/svelte/pull/17977))
12+
13+
- fix: defer batch resolution until earlier intersecting batches have committed ([#17162](https://github.com/sveltejs/svelte/pull/17162))
14+
15+
- fix: properly invoke `iterator.return()` during reactivity loss check ([#17966](https://github.com/sveltejs/svelte/pull/17966))
16+
17+
- fix: remove trailing semicolon from {@const} tag printer ([#17962](https://github.com/sveltejs/svelte/pull/17962))
18+
319
## 5.54.0
420

521
### 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)