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 167167 " lovely-rules-eat" ,
168168 " lucky-schools-hang" ,
169169 " lucky-toes-begin" ,
170+ " many-rockets-give" ,
170171 " many-trees-fix" ,
172+ " metal-lobsters-burn" ,
171173 " mighty-cooks-scream" ,
172174 " mighty-files-hammer" ,
173175 " moody-carrots-lay" ,
240242 " selfish-dragons-knock" ,
241243 " selfish-spies-help" ,
242244 " selfish-tools-hide" ,
245+ " serious-gorillas-eat" ,
243246 " serious-kids-deliver" ,
244247 " serious-needles-joke" ,
245248 " serious-socks-cover" ,
320323 " ten-foxes-repeat" ,
321324 " ten-jokes-divide" ,
322325 " ten-peaches-sleep" ,
326+ " ten-singers-cough" ,
323327 " ten-ties-repair" ,
324328 " ten-worms-reflect" ,
325329 " thick-cycles-rule" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.83
4+
5+ ### Patch Changes
6+
7+ - feat: more efficient if block compiler output ([ #10906 ] ( https://github.com/sveltejs/svelte/pull/10906 ) )
8+
9+ - fix: update type of ` options.target ` ([ #10892 ] ( https://github.com/sveltejs/svelte/pull/10892 ) )
10+
11+ - fix: correctly hydrate controlled each-else block ([ #10887 ] ( https://github.com/sveltejs/svelte/pull/10887 ) )
12+
13+ - fix: Add ` dirname ` to HTMLInputAttributes ([ #10908 ] ( https://github.com/sveltejs/svelte/pull/10908 ) )
14+
315## 5.0.0-next.82
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.82 " ,
5+ "version" : " 5.0.0-next.83 " ,
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.82 ' ;
9+ export const VERSION = '5.0.0-next.83 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments