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 6565 " dry-clocks-grow" ,
6666 " dry-eggs-play" ,
6767 " dry-eggs-retire" ,
68+ " dry-pillows-exist" ,
6869 " dull-coins-vanish" ,
6970 " dull-mangos-wave" ,
7071 " dull-pots-add" ,
155156 " large-clouds-carry" ,
156157 " large-turkeys-deny" ,
157158 " late-crabs-lay" ,
159+ " late-peaches-mate" ,
158160 " lazy-masks-sit" ,
159161 " lazy-months-knock" ,
160162 " lazy-spiders-think" ,
178180 " lucky-toes-begin" ,
179181 " many-rockets-give" ,
180182 " many-trees-fix" ,
183+ " metal-clouds-raise" ,
181184 " metal-lobsters-burn" ,
182185 " mighty-cooks-scream" ,
183186 " 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+ - feat: more efficient hydration markers ([ #11019 ] ( https://github.com/sveltejs/svelte/pull/11019 ) )
8+
9+ - Add ` name ` to HTMLDetailsAttributes ([ #11013 ] ( https://github.com/sveltejs/svelte/pull/11013 ) )
10+
11+ - breaking: move compiler.cjs to compiler/index.js ([ #10988 ] ( https://github.com/sveltejs/svelte/pull/10988 ) )
12+
313## 5.0.0-next.90
414
515### 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