File tree 4 files changed +15
-2
lines changed
4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 303
303
" selfish-socks-smile" ,
304
304
" selfish-spies-help" ,
305
305
" selfish-tools-hide" ,
306
+ " serious-crabs-punch" ,
306
307
" serious-gorillas-eat" ,
307
308
" serious-kids-deliver" ,
308
309
" serious-needles-joke" ,
341
342
" slow-kids-sparkle" ,
342
343
" slow-plums-chew" ,
343
344
" slow-wombats-reply" ,
345
+ " small-apples-eat" ,
344
346
" small-papayas-laugh" ,
345
347
" small-sheep-type" ,
346
348
" small-spiders-fail" ,
404
406
" thick-cycles-rule" ,
405
407
" thick-pans-tell" ,
406
408
" thick-shirts-deliver" ,
409
+ " thick-swans-type" ,
407
410
" thin-foxes-lick" ,
408
411
" thirty-flowers-sit" ,
409
412
" thirty-ghosts-fix" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
13
## 5.0.0-next.110
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.110 " ,
5
+ "version" : " 5.0.0-next.111 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.110 ' ;
9
+ export const VERSION = '5.0.0-next.111 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments