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 27
27
" brave-points-sleep" ,
28
28
" brave-shrimps-kiss" ,
29
29
" brave-walls-destroy" ,
30
+ " brave-walls-flow" ,
30
31
" breezy-carrots-flash" ,
31
32
" bright-peas-juggle" ,
32
33
" bright-snakes-sing" ,
46
47
" cold-birds-own" ,
47
48
" cold-masks-learn" ,
48
49
" cool-ants-leave" ,
50
+ " cool-peas-lick" ,
49
51
" cool-rabbits-tickle" ,
50
52
" cool-roses-trade" ,
51
53
" cuddly-pianos-drop" ,
135
137
" hungry-tips-unite" ,
136
138
" hungry-trees-travel" ,
137
139
" itchy-beans-melt" ,
140
+ " itchy-bulldogs-tan" ,
138
141
" itchy-kings-deliver" ,
139
142
" itchy-lions-wash" ,
140
143
" itchy-terms-guess" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
13
## 5.0.0-next.85
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.85 " ,
5
+ "version" : " 5.0.0-next.86 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.85 ' ;
9
+ export const VERSION = '5.0.0-next.86 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments