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 40
40
" cold-birds-own" ,
41
41
" cool-ants-leave" ,
42
42
" cool-rabbits-tickle" ,
43
+ " cool-roses-trade" ,
43
44
" cuddly-pianos-drop" ,
44
45
" curly-lizards-dream" ,
45
46
" curvy-cups-cough" ,
59
60
" eight-steaks-shout" ,
60
61
" eighty-bikes-camp" ,
61
62
" eighty-days-cheat" ,
63
+ " empty-bags-heal" ,
62
64
" empty-bulldogs-exercise" ,
63
65
" empty-crabs-think" ,
64
66
" empty-tools-share" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
11
## 5.0.0-next.59
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.59 " ,
5
+ "version" : " 5.0.0-next.60 " ,
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.59 ' ;
9
+ export const VERSION = '5.0.0-next.60 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments