File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 542542 " orange-zoos-heal" ,
543543 " perfect-actors-bake" ,
544544 " perfect-ants-allow" ,
545+ " perfect-avocados-greet" ,
545546 " perfect-cooks-shop" ,
546547 " perfect-hairs-matter" ,
547548 " perfect-hats-dance" ,
803804 " tame-goats-bow" ,
804805 " tame-spies-drum" ,
805806 " tasty-cheetahs-appear" ,
807+ " tasty-mice-admire" ,
806808 " tasty-numbers-perform" ,
807809 " tasty-steaks-smile" ,
808810 " ten-eels-move" ,
881883 " two-dragons-yell" ,
882884 " two-falcons-buy" ,
883885 " two-keys-watch" ,
886+ " unlucky-baboons-greet" ,
884887 " unlucky-boxes-obey" ,
885888 " unlucky-points-clap" ,
886889 " unlucky-spies-flow" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.259
4+
5+ ### Patch Changes
6+
7+ - fix: higher fidelity event migration ([ #13362 ] ( https://github.com/sveltejs/svelte/pull/13362 ) )
8+
9+ - fix: properly remove root anchor node on unmount ([ #13381 ] ( https://github.com/sveltejs/svelte/pull/13381 ) )
10+
11+ - fix: improve reconciliation of inert each block rows ([ #13379 ] ( https://github.com/sveltejs/svelte/pull/13379 ) )
12+
313## 5.0.0-next.258
414
515### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.258 " ,
5+ "version" : " 5.0.0-next.259 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.258 ' ;
9+ export const VERSION = '5.0.0-next.259 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments