Skip to content

Commit c2fc95a

Browse files
Version Packages (#17747)
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.53.0 ### Minor Changes - feat: allow comments in tags ([#17671](#17671)) - feat: allow error boundaries to work on the server ([#17672](#17672)) ### Patch Changes - fix: use TrustedHTML to test for customizable <select> support, where necessary ([#17743](#17743)) - fix: ensure head effects are kept in the effect tree ([#17746](#17746)) - chore: deactivate current_batch by default in unset_context ([#17738](#17738)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 92e2fc1 commit c2fc95a

File tree

8 files changed

+18
-27
lines changed

8 files changed

+18
-27
lines changed

.changeset/angry-suns-call.md

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

.changeset/eleven-carpets-learn.md

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

.changeset/old-crabs-dance.md

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

.changeset/pink-dogs-like.md

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

.changeset/rich-months-glow.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.53.0
4+
5+
### Minor Changes
6+
7+
- feat: allow comments in tags ([#17671](https://github.com/sveltejs/svelte/pull/17671))
8+
9+
- feat: allow error boundaries to work on the server ([#17672](https://github.com/sveltejs/svelte/pull/17672))
10+
11+
### Patch Changes
12+
13+
- fix: use TrustedHTML to test for customizable <select> support, where necessary ([#17743](https://github.com/sveltejs/svelte/pull/17743))
14+
15+
- fix: ensure head effects are kept in the effect tree ([#17746](https://github.com/sveltejs/svelte/pull/17746))
16+
17+
- chore: deactivate current_batch by default in unset_context ([#17738](https://github.com/sveltejs/svelte/pull/17738))
18+
319
## 5.52.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.52.0",
5+
"version": "5.53.0",
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.52.0';
7+
export const VERSION = '5.53.0';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)