Version Packages (#15234)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/15240/head svelte@5.19.9
github-actions[bot] 7 months ago committed by GitHub
parent 4883fd2c83
commit c4d4349d0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: ensure unowned derived dependencies are not duplicated when reactions are skipped

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: hydrate `href` that is part of spread attributes

@ -1,5 +1,13 @@
# svelte
## 5.19.9
### Patch Changes
- fix: ensure unowned derived dependencies are not duplicated when reactions are skipped ([#15232](https://github.com/sveltejs/svelte/pull/15232))
- fix: hydrate `href` that is part of spread attributes ([#15226](https://github.com/sveltejs/svelte/pull/15226))
## 5.19.8
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.19.8",
"version": "5.19.9",
"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.19.8';
export const VERSION = '5.19.9';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save