Version Packages (next) (#9913)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/9929/head svelte@5.0.0-next.25
github-actions[bot] 7 months ago committed by GitHub
parent 2608e621d6
commit b779e72eb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,7 @@
"curly-lizards-dream",
"dirty-garlics-design",
"dirty-tips-add",
"dull-mangos-wave",
"early-ads-tie",
"eight-steaks-shout",
"eighty-bikes-camp",
@ -38,6 +39,7 @@
"five-tigers-search",
"flat-melons-protect",
"forty-comics-invent",
"four-flies-hammer",
"fresh-weeks-trade",
"friendly-lies-camp",
"funny-wombats-argue",
@ -140,6 +142,7 @@
"wet-games-fly",
"wicked-clouds-exercise",
"wicked-doors-train",
"wild-foxes-wonder",
"wise-dancers-hang",
"wise-donkeys-marry",
"witty-camels-warn"

@ -1,5 +1,15 @@
# svelte
## 5.0.0-next.25
### Patch Changes
- fix: improve whitespace handling ([#9912](https://github.com/sveltejs/svelte/pull/9912))
- fix: improve each block fallback handling ([#9914](https://github.com/sveltejs/svelte/pull/9914))
- fix: cleanup each block animations on destroy ([#9917](https://github.com/sveltejs/svelte/pull/9917))
## 5.0.0-next.24
### Patch Changes

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

Loading…
Cancel
Save