Version Packages

pull/17299/head
github-actions[bot] 3 days ago
parent 190e64acd9
commit dc8cc44ee2

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: correctly reconcile each blocks after outroing branches are resumed

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: destroy each items after siblings are resumed

@ -1,5 +1,13 @@
# svelte
## 5.45.5
### Patch Changes
- fix: correctly reconcile each blocks after outroing branches are resumed ([#17258](https://github.com/sveltejs/svelte/pull/17258))
- fix: destroy each items after siblings are resumed ([#17258](https://github.com/sveltejs/svelte/pull/17258))
## 5.45.4
### Patch Changes

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

Loading…
Cancel
Save