File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 303303 " selfish-socks-smile" ,
304304 " selfish-spies-help" ,
305305 " selfish-tools-hide" ,
306+ " serious-crabs-punch" ,
306307 " serious-gorillas-eat" ,
307308 " serious-kids-deliver" ,
308309 " serious-needles-joke" ,
404405 " thick-cycles-rule" ,
405406 " thick-pans-tell" ,
406407 " thick-shirts-deliver" ,
408+ " thick-swans-type" ,
407409 " thin-foxes-lick" ,
408410 " thirty-flowers-sit" ,
409411 " thirty-ghosts-fix" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.111
4+
5+ ### Patch Changes
6+
7+ - feat: include ` script ` and ` svelte:options ` attributes in ast ([ #11241 ] ( https://github.com/sveltejs/svelte/pull/11241 ) )
8+
9+ - feat: add read-only ` bind:focused ` ([ #11271 ] ( https://github.com/sveltejs/svelte/pull/11271 ) )
10+
311## 5.0.0-next.110
412
513### 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.110 " ,
5+ "version" : " 5.0.0-next.111 " ,
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.110 ' ;
9+ export const VERSION = '5.0.0-next.111 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments