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 626
626
" strong-gifts-smoke" ,
627
627
" strong-lemons-provide" ,
628
628
" strong-pans-doubt" ,
629
+ " stupid-bottles-lay" ,
629
630
" stupid-parents-crash" ,
630
631
" sweet-bottles-check" ,
631
632
" sweet-mangos-beg" ,
720
721
" unlucky-trees-lick" ,
721
722
" violet-mails-trade" ,
722
723
" violet-mugs-behave" ,
724
+ " violet-otters-carry" ,
723
725
" violet-pigs-jam" ,
724
726
" warm-cherries-shake" ,
725
727
" 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
+ - feat: better code generation for ` let: ` directives in SSR mode ([ #12611 ] ( https://github.com/sveltejs/svelte/pull/12611 ) )
8
+
9
+ - fix: correctly update stores when reassigning with operator other than ` = ` ([ #12614 ] ( https://github.com/sveltejs/svelte/pull/12614 ) )
10
+
3
11
## 5.0.0-next.199
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.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