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 7070 " eight-steaks-shout" ,
7171 " eighty-bikes-camp" ,
7272 " eighty-days-cheat" ,
73+ " eleven-beers-yell" ,
7374 " eleven-cycles-applaud" ,
7475 " empty-bags-heal" ,
7576 " empty-bulldogs-exercise" ,
8283 " famous-knives-sneeze" ,
8384 " famous-pants-pay" ,
8485 " fast-weeks-clean" ,
86+ " few-clouds-shop" ,
8587 " few-mugs-fail" ,
8688 " fifty-rice-wait" ,
8789 " fifty-steaks-float" ,
126128 " honest-buses-add" ,
127129 " honest-dragons-turn" ,
128130 " honest-icons-change" ,
131+ " hot-jobs-tap" ,
129132 " hungry-boxes-relate" ,
130133 " hungry-dots-fry" ,
131134 " hungry-singers-share" ,
340343 " thirty-wombats-relax" ,
341344 " three-camels-sell" ,
342345 " three-icons-trade" ,
346+ " three-lions-visit" ,
343347 " three-papayas-buy" ,
344348 " three-suits-grin" ,
345349 " tidy-buses-whisper" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
315## 5.0.0-next.84
416
517### 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.84 " ,
5+ "version" : " 5.0.0-next.85 " ,
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.84 ' ;
9+ export const VERSION = '5.0.0-next.85 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments