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 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" ,
606
607
" wise-kids-wash" ,
607
608
" wise-radios-exercise" ,
608
609
" wise-ties-clap" ,
610
+ " witty-bikes-shave" ,
609
611
" witty-camels-warn" ,
610
612
" witty-readers-provide" ,
611
613
" witty-steaks-dream" ,
612
614
" witty-tomatoes-care" ,
613
615
" witty-years-crash" ,
614
616
" yellow-pugs-raise" ,
617
+ " yellow-rockets-sit" ,
615
618
" yellow-taxis-double" ,
616
619
" yellow-trees-juggle" ,
617
620
" 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
+ - feat: sort possible bindings in invalid binding error ([ #11950 ] ( https://github.com/sveltejs/svelte/pull/11950 ) )
10
+
11
+ - fix: apply style directives to element with empty style attribute ([ #11971 ] ( https://github.com/sveltejs/svelte/pull/11971 ) )
12
+
3
13
## 5.0.0-next.152
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.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