Skip to content

Commit 8ea33bf

Browse files
Version Packages (#17740)
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.51.5 ### Patch Changes - fix: check to make sure `svelte:element` tags are valid during SSR ([`73098bb26c6f06e7fd1b0746d817d2c5ee90755f`](73098bb)) - fix: misc option escaping and backwards compatibility ([#17741](#17741)) - fix: strip event handlers during SSR ([`a0c7f289156e9fafaeaf5ca14af6c06fe9b9eae5`](a0c7f28)) - fix: replace usage of `for in` with `for of Object.keys` ([`f89c7ddd7eebaa1ef3cc540400bec2c9140b330c`](f89c7dd)) - fix: always escape option body in SSR ([`f7c80da18c215e3727c2a611b0b8744cc6e504c5`](f7c80da)) - chore: upgrade `devalue` ([#17739](#17739)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f855a0b commit 8ea33bf

File tree

9 files changed

+18
-32
lines changed

9 files changed

+18
-32
lines changed

.changeset/all-pandas-appear.md

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

.changeset/big-planets-appear.md

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

.changeset/chilly-comics-wear.md

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

.changeset/elliott-elliott-elliott.md

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

.changeset/fix-that-thing.md

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

.changeset/moody-flies-ring.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.51.5
4+
5+
### Patch Changes
6+
7+
- fix: check to make sure `svelte:element` tags are valid during SSR ([`73098bb26c6f06e7fd1b0746d817d2c5ee90755f`](https://github.com/sveltejs/svelte/commit/73098bb26c6f06e7fd1b0746d817d2c5ee90755f))
8+
9+
- fix: misc option escaping and backwards compatibility ([#17741](https://github.com/sveltejs/svelte/pull/17741))
10+
11+
- fix: strip event handlers during SSR ([`a0c7f289156e9fafaeaf5ca14af6c06fe9b9eae5`](https://github.com/sveltejs/svelte/commit/a0c7f289156e9fafaeaf5ca14af6c06fe9b9eae5))
12+
13+
- fix: replace usage of `for in` with `for of Object.keys` ([`f89c7ddd7eebaa1ef3cc540400bec2c9140b330c`](https://github.com/sveltejs/svelte/commit/f89c7ddd7eebaa1ef3cc540400bec2c9140b330c))
14+
15+
- fix: always escape option body in SSR ([`f7c80da18c215e3727c2a611b0b8744cc6e504c5`](https://github.com/sveltejs/svelte/commit/f7c80da18c215e3727c2a611b0b8744cc6e504c5))
16+
17+
- chore: upgrade `devalue` ([#17739](https://github.com/sveltejs/svelte/pull/17739))
18+
319
## 5.51.4
420

521
### 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.51.4",
5+
"version": "5.51.5",
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.51.4';
7+
export const VERSION = '5.51.5';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)