File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-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" ,
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
+
3
11
## 5.0.0-next.85
4
12
5
13
### 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