Version Packages (next) (#13383)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/13393/head svelte@5.0.0-next.259
github-actions[bot] 1 week ago committed by GitHub
parent d309023cb2
commit eaa55766c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -542,6 +542,7 @@
"orange-zoos-heal",
"perfect-actors-bake",
"perfect-ants-allow",
"perfect-avocados-greet",
"perfect-cooks-shop",
"perfect-hairs-matter",
"perfect-hats-dance",
@ -803,6 +804,7 @@
"tame-goats-bow",
"tame-spies-drum",
"tasty-cheetahs-appear",
"tasty-mice-admire",
"tasty-numbers-perform",
"tasty-steaks-smile",
"ten-eels-move",
@ -881,6 +883,7 @@
"two-dragons-yell",
"two-falcons-buy",
"two-keys-watch",
"unlucky-baboons-greet",
"unlucky-boxes-obey",
"unlucky-points-clap",
"unlucky-spies-flow",

@ -1,5 +1,15 @@
# svelte
## 5.0.0-next.259
### Patch Changes
- fix: higher fidelity event migration ([#13362](https://github.com/sveltejs/svelte/pull/13362))
- fix: properly remove root anchor node on unmount ([#13381](https://github.com/sveltejs/svelte/pull/13381))
- fix: improve reconciliation of inert each block rows ([#13379](https://github.com/sveltejs/svelte/pull/13379))
## 5.0.0-next.258
### Patch Changes

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

Loading…
Cancel
Save