Version Packages (#14444)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/14449/head svelte@5.2.9
github-actions[bot] 4 weeks ago committed by GitHub
parent 45417a36ce
commit 3a6bf1041b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: show `:then` block for `null/undefined` value

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: relax html parent validation

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: prevent memory leak when creating deriveds inside untrack

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: disregard TypeScript nodes when pruning CSS

@ -1,5 +1,17 @@
# svelte
## 5.2.9
### Patch Changes
- fix: show `:then` block for `null/undefined` value ([#14440](https://github.com/sveltejs/svelte/pull/14440))
- fix: relax html parent validation ([#14442](https://github.com/sveltejs/svelte/pull/14442))
- fix: prevent memory leak when creating deriveds inside untrack ([#14443](https://github.com/sveltejs/svelte/pull/14443))
- fix: disregard TypeScript nodes when pruning CSS ([#14446](https://github.com/sveltejs/svelte/pull/14446))
## 5.2.8
### Patch Changes

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

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.2.8';
export const VERSION = '5.2.9';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save