File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 26
26
" blue-ants-raise" ,
27
27
" blue-rules-juggle" ,
28
28
" blue-timers-film" ,
29
+ " brave-gorillas-end" ,
29
30
" brave-points-sleep" ,
30
31
" brave-shrimps-kiss" ,
31
32
" brave-walls-destroy" ,
413
414
" witty-steaks-dream" ,
414
415
" witty-tomatoes-care" ,
415
416
" witty-years-crash" ,
416
- " yellow-taxis-double"
417
+ " yellow-taxis-double" ,
418
+ " young-masks-refuse"
417
419
]
418
420
}
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.98
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: use keys for hmr modules ([ #11123 ] ( https://github.com/sveltejs/svelte/pull/11123 ) )
8
+
9
+ - fix: addresses reactive Set bug in certain engines ([ #11120 ] ( https://github.com/sveltejs/svelte/pull/11120 ) )
10
+
3
11
## 5.0.0-next.97
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.97 " ,
5
+ "version" : " 5.0.0-next.98 " ,
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.97 ' ;
9
+ export const VERSION = '5.0.0-next.98 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments