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 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" ,
341342 " slow-kids-sparkle" ,
342343 " slow-plums-chew" ,
343344 " slow-wombats-reply" ,
345+ " small-apples-eat" ,
344346 " small-papayas-laugh" ,
345347 " small-sheep-type" ,
346348 " small-spiders-fail" ,
404406 " thick-cycles-rule" ,
405407 " thick-pans-tell" ,
406408 " thick-shirts-deliver" ,
409+ " thick-swans-type" ,
407410 " thin-foxes-lick" ,
408411 " thirty-flowers-sit" ,
409412 " 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: implement ` :global {...} ` CSS blocks ([ #11276 ] ( https://github.com/sveltejs/svelte/pull/11276 ) )
10+
11+ - feat: add read-only ` bind:focused ` ([ #11271 ] ( https://github.com/sveltejs/svelte/pull/11271 ) )
12+
313## 5.0.0-next.110
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.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