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 259
259
" kind-spoons-return" ,
260
260
" large-clouds-carry" ,
261
261
" large-turkeys-deny" ,
262
+ " late-bees-vanish" ,
262
263
" late-crabs-lay" ,
263
264
" late-grapes-judge" ,
264
265
" late-peaches-mate" ,
318
319
" neat-boats-shake" ,
319
320
" neat-dingos-clap" ,
320
321
" neat-files-rescue" ,
322
+ " neat-jokes-beam" ,
321
323
" nervous-berries-boil" ,
322
324
" nervous-spoons-relax" ,
323
325
" nervous-turkeys-end" ,
606
608
" wise-kids-wash" ,
607
609
" wise-radios-exercise" ,
608
610
" wise-ties-clap" ,
611
+ " witty-bikes-shave" ,
609
612
" witty-camels-warn" ,
610
613
" witty-readers-provide" ,
611
614
" witty-steaks-dream" ,
612
615
" witty-tomatoes-care" ,
613
616
" witty-years-crash" ,
614
617
" yellow-pugs-raise" ,
618
+ " yellow-rockets-sit" ,
615
619
" yellow-taxis-double" ,
616
620
" yellow-trees-juggle" ,
617
621
" young-ads-roll" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.153
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: defer tasks without creating effects ([ #11960 ] ( https://github.com/sveltejs/svelte/pull/11960 ) )
8
+
9
+ - fix: enusre dev validation in dynamic component works as intended ([ #11985 ] ( https://github.com/sveltejs/svelte/pull/11985 ) )
10
+
11
+ - feat: sort possible bindings in invalid binding error ([ #11950 ] ( https://github.com/sveltejs/svelte/pull/11950 ) )
12
+
13
+ - fix: apply style directives to element with empty style attribute ([ #11971 ] ( https://github.com/sveltejs/svelte/pull/11971 ) )
14
+
3
15
## 5.0.0-next.152
4
16
5
17
### 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.152 " ,
5
+ "version" : " 5.0.0-next.153 " ,
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.152 ' ;
9
+ export const VERSION = '5.0.0-next.153 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments