Skip to content

Commit 7c57a94

Browse files
Version Packages
1 parent 1d10a65 commit 7c57a94

7 files changed

+16
-22
lines changed

.changeset/dirty-pianos-sparkle.md

-5
This file was deleted.

.changeset/dry-ducks-roll.md

-5
This file was deleted.

.changeset/happy-cameras-bow.md

-5
This file was deleted.

.changeset/nine-laws-rush.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# svelte
22

3+
## 5.24.0
4+
5+
### Minor Changes
6+
7+
- feat: allow state created in deriveds/effects to be written/read locally without self-invalidation ([#15553](https://github.com/sveltejs/svelte/pull/15553))
8+
9+
### Patch Changes
10+
11+
- fix: check if DOM prototypes are extensible ([#15569](https://github.com/sveltejs/svelte/pull/15569))
12+
13+
- Keep inlined trailing JSDoc comments of properties when running svelte-migrate ([#15567](https://github.com/sveltejs/svelte/pull/15567))
14+
15+
- fix: simplify set calls for proxyable values ([#15548](https://github.com/sveltejs/svelte/pull/15548))
16+
317
## 5.23.2
418

519
### Patch Changes

packages/svelte/package.json

+1-1
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.23.2",
5+
"version": "5.24.0",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
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.23.2';
7+
export const VERSION = '5.24.0';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)