File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 70
70
" eight-steaks-shout" ,
71
71
" eighty-bikes-camp" ,
72
72
" eighty-days-cheat" ,
73
+ " eleven-beers-yell" ,
73
74
" eleven-cycles-applaud" ,
74
75
" empty-bags-heal" ,
75
76
" empty-bulldogs-exercise" ,
82
83
" famous-knives-sneeze" ,
83
84
" famous-pants-pay" ,
84
85
" fast-weeks-clean" ,
86
+ " few-clouds-shop" ,
85
87
" few-mugs-fail" ,
86
88
" fifty-rice-wait" ,
87
89
" fifty-steaks-float" ,
126
128
" honest-buses-add" ,
127
129
" honest-dragons-turn" ,
128
130
" honest-icons-change" ,
131
+ " hot-jobs-tap" ,
129
132
" hungry-boxes-relate" ,
130
133
" hungry-dots-fry" ,
131
134
" hungry-singers-share" ,
340
343
" thirty-wombats-relax" ,
341
344
" three-camels-sell" ,
342
345
" three-icons-trade" ,
346
+ " three-lions-visit" ,
343
347
" three-papayas-buy" ,
344
348
" three-suits-grin" ,
345
349
" tidy-buses-whisper" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.85
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: use implicit return for each block keys ([ #10938 ] ( https://github.com/sveltejs/svelte/pull/10938 ) )
8
+
9
+ - breaking: always run pre effects immediately ([ #10928 ] ( https://github.com/sveltejs/svelte/pull/10928 ) )
10
+
11
+ - fix: improve order of pre-effect execution ([ #10942 ] ( https://github.com/sveltejs/svelte/pull/10942 ) )
12
+
13
+ - feat: more efficient each block compiler output ([ #10937 ] ( https://github.com/sveltejs/svelte/pull/10937 ) )
14
+
3
15
## 5.0.0-next.84
4
16
5
17
### 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.84 " ,
5
+ "version" : " 5.0.0-next.85 " ,
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.84 ' ;
9
+ export const VERSION = '5.0.0-next.85 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments