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 2727 " brave-points-sleep" ,
2828 " brave-shrimps-kiss" ,
2929 " brave-walls-destroy" ,
30+ " brave-walls-flow" ,
3031 " breezy-carrots-flash" ,
3132 " bright-peas-juggle" ,
3233 " bright-snakes-sing" ,
4647 " cold-birds-own" ,
4748 " cold-masks-learn" ,
4849 " cool-ants-leave" ,
50+ " cool-peas-lick" ,
4951 " cool-rabbits-tickle" ,
5052 " cool-roses-trade" ,
5153 " cuddly-pianos-drop" ,
135137 " hungry-tips-unite" ,
136138 " hungry-trees-travel" ,
137139 " itchy-beans-melt" ,
140+ " itchy-bulldogs-tan" ,
138141 " itchy-kings-deliver" ,
139142 " itchy-lions-wash" ,
140143 " itchy-terms-guess" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.86
4+
5+ ### Patch Changes
6+
7+ - fix: improved effect sequencing and execution order ([ #10949 ] ( https://github.com/sveltejs/svelte/pull/10949 ) )
8+
9+ - breaking: onDestroy functions run child-first ([ #10949 ] ( https://github.com/sveltejs/svelte/pull/10949 ) )
10+
11+ - fix: improve action support for nested $effect ([ #10962 ] ( https://github.com/sveltejs/svelte/pull/10962 ) )
12+
313## 5.0.0-next.85
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.85 " ,
5+ "version" : " 5.0.0-next.86 " ,
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.85 ' ;
9+ export const VERSION = '5.0.0-next.86 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments