File tree 4 files changed +12
-2
lines changed
4 files changed +12
-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" ,
404
405
" thick-cycles-rule" ,
405
406
" thick-pans-tell" ,
406
407
" thick-shirts-deliver" ,
408
+ " thick-swans-type" ,
407
409
" thin-foxes-lick" ,
408
410
" thirty-flowers-sit" ,
409
411
" 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: add read-only ` bind:focused ` ([ #11271 ] ( https://github.com/sveltejs/svelte/pull/11271 ) )
10
+
3
11
## 5.0.0-next.110
4
12
5
13
### 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