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 4040 " cold-birds-own" ,
4141 " cool-ants-leave" ,
4242 " cool-rabbits-tickle" ,
43+ " cool-roses-trade" ,
4344 " cuddly-pianos-drop" ,
4445 " curly-lizards-dream" ,
4546 " curvy-cups-cough" ,
5960 " eight-steaks-shout" ,
6061 " eighty-bikes-camp" ,
6162 " eighty-days-cheat" ,
63+ " empty-bags-heal" ,
6264 " empty-bulldogs-exercise" ,
6365 " empty-crabs-think" ,
6466 " empty-tools-share" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.60
4+
5+ ### Patch Changes
6+
7+ - fix: improve effect over-fire on store subscription init ([ #10535 ] ( https://github.com/sveltejs/svelte/pull/10535 ) )
8+
9+ - fix: use init properties when exporting non-state values in prod ([ #10521 ] ( https://github.com/sveltejs/svelte/pull/10521 ) )
10+
311## 5.0.0-next.59
412
513### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.59 " ,
5+ "version" : " 5.0.0-next.60 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.59 ' ;
9+ export const VERSION = '5.0.0-next.60 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments