Skip to content

Commit c55af4a

Browse files
Version Packages (#14548)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 86ae349 commit c55af4a

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.changeset/green-pumpkins-ring.md

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

.changeset/itchy-cooks-yawn.md

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

.changeset/sixty-tables-fold.md

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

packages/svelte/CHANGELOG.md

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

3+
## 5.5.4
4+
5+
### Patch Changes
6+
7+
- fix: better error messages for invalid HTML trees ([#14445](https://github.com/sveltejs/svelte/pull/14445))
8+
9+
- fix: remove spreaded event handlers when they become nullish ([#14546](https://github.com/sveltejs/svelte/pull/14546))
10+
11+
- fix: respect the unidirectional nature of time ([#14541](https://github.com/sveltejs/svelte/pull/14541))
12+
313
## 5.5.3
414

515
### Patch 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.5.3",
5+
"version": "5.5.4",
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
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.5.3';
9+
export const VERSION = '5.5.4';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)