File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 521
521
" small-sheep-type" ,
522
522
" small-spiders-fail" ,
523
523
" smart-cherries-leave" ,
524
+ " smart-fans-crash" ,
524
525
" smart-grapes-mate" ,
525
526
" smart-parents-swim" ,
526
527
" smart-spiders-fetch" ,
647
648
" violet-mugs-behave" ,
648
649
" violet-pigs-jam" ,
649
650
" warm-cherries-shake" ,
651
+ " warm-waves-reply" ,
650
652
" weak-drinks-speak" ,
651
653
" weak-frogs-bow" ,
652
654
" weak-terms-destroy" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.175
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: correctly compile $effect.root in svelte modules ([ #12315 ] ( https://github.com/sveltejs/svelte/pull/12315 ) )
8
+
9
+ - fix: ensure ` bind:this ` works with component with no return value ([ #12290 ] ( https://github.com/sveltejs/svelte/pull/12290 ) )
10
+
3
11
## 5.0.0-next.174
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.174 " ,
5
+ "version" : " 5.0.0-next.175 " ,
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.174 ' ;
9
+ export const VERSION = '5.0.0-next.175 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments