File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 5555 " curly-lizards-dream" ,
5656 " curvy-buses-laugh" ,
5757 " curvy-cups-cough" ,
58+ " curvy-flies-exercise" ,
5859 " curvy-ties-shout" ,
5960 " cyan-flowers-destroy" ,
6061 " cyan-spies-grin" ,
6566 " dry-clocks-grow" ,
6667 " dry-eggs-play" ,
6768 " dry-eggs-retire" ,
69+ " dry-pillows-exist" ,
6870 " dull-coins-vanish" ,
6971 " dull-mangos-wave" ,
7072 " dull-pots-add" ,
106108 " friendly-lies-camp" ,
107109 " funny-wombats-argue" ,
108110 " fuzzy-bags-camp" ,
111+ " fuzzy-donuts-provide" ,
109112 " gentle-dolls-juggle" ,
110113 " gentle-sheep-hug" ,
111114 " gentle-spies-happen" ,
155158 " large-clouds-carry" ,
156159 " large-turkeys-deny" ,
157160 " late-crabs-lay" ,
161+ " late-peaches-mate" ,
158162 " lazy-masks-sit" ,
159163 " lazy-months-knock" ,
160164 " lazy-spiders-think" ,
178182 " lucky-toes-begin" ,
179183 " many-rockets-give" ,
180184 " many-trees-fix" ,
185+ " metal-clouds-raise" ,
181186 " metal-lobsters-burn" ,
182187 " mighty-cooks-scream" ,
183188 " mighty-files-hammer" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.91
4+
5+ ### Patch Changes
6+
7+ - fix: ensure correct context for action update/destroy functions ([ #11023 ] ( https://github.com/sveltejs/svelte/pull/11023 ) )
8+
9+ - feat: more efficient hydration markers ([ #11019 ] ( https://github.com/sveltejs/svelte/pull/11019 ) )
10+
11+ - fix: ensure effect cleanup functions are called with null ` this ` ([ #11024 ] ( https://github.com/sveltejs/svelte/pull/11024 ) )
12+
13+ - Add ` name ` to HTMLDetailsAttributes ([ #11013 ] ( https://github.com/sveltejs/svelte/pull/11013 ) )
14+
15+ - breaking: move compiler.cjs to compiler/index.js ([ #10988 ] ( https://github.com/sveltejs/svelte/pull/10988 ) )
16+
317## 5.0.0-next.90
418
519### 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.90 " ,
5+ "version" : " 5.0.0-next.91 " ,
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.90 ' ;
9+ export const VERSION = '5.0.0-next.91 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments