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 180
180
" fifty-masks-give" ,
181
181
" fifty-rice-wait" ,
182
182
" fifty-steaks-float" ,
183
+ " fifty-toys-invite" ,
183
184
" five-tigers-search" ,
184
185
" flat-feet-visit" ,
185
186
" flat-ghosts-fly" ,
626
627
" strong-gifts-smoke" ,
627
628
" strong-lemons-provide" ,
628
629
" strong-pans-doubt" ,
630
+ " stupid-bottles-lay" ,
629
631
" stupid-parents-crash" ,
630
632
" sweet-bottles-check" ,
631
633
" sweet-mangos-beg" ,
720
722
" unlucky-trees-lick" ,
721
723
" violet-mails-trade" ,
722
724
" violet-mugs-behave" ,
725
+ " violet-otters-carry" ,
723
726
" violet-pigs-jam" ,
724
727
" warm-cherries-shake" ,
725
728
" warm-waves-reply" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.200
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: never set custom element props as attributes inside templates ([ #12622 ] ( https://github.com/sveltejs/svelte/pull/12622 ) )
8
+
9
+ - feat: better code generation for ` let: ` directives in SSR mode ([ #12611 ] ( https://github.com/sveltejs/svelte/pull/12611 ) )
10
+
11
+ - fix: correctly update stores when reassigning with operator other than ` = ` ([ #12614 ] ( https://github.com/sveltejs/svelte/pull/12614 ) )
12
+
3
13
## 5.0.0-next.199
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.199 " ,
5
+ "version" : " 5.0.0-next.200 " ,
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.199 ' ;
9
+ export const VERSION = '5.0.0-next.200 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments