Version Packages ()

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/15578/head svelte@5.24.1
github-actions[bot] 2 weeks ago committed by GitHub
parent 842a7c6995
commit 2d3b65dfbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: use `get` in constructor for deriveds

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ensure toStore root effect is connected to correct parent effect

@ -1,5 +1,13 @@
# svelte
## 5.24.1
### Patch Changes
- fix: use `get` in constructor for deriveds ([#15300](https://github.com/sveltejs/svelte/pull/15300))
- fix: ensure toStore root effect is connected to correct parent effect ([#15574](https://github.com/sveltejs/svelte/pull/15574))
## 5.24.0
### Minor Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.24.0",
"version": "5.24.1",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -4,5 +4,5 @@
* The current version, as set in package.json.
* @type {string}
*/
export const VERSION = '5.24.0';
export const VERSION = '5.24.1';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save