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 2626 " blue-ants-raise" ,
2727 " blue-rules-juggle" ,
2828 " blue-timers-film" ,
29+ " brave-gorillas-end" ,
2930 " brave-points-sleep" ,
3031 " brave-shrimps-kiss" ,
3132 " brave-walls-destroy" ,
413414 " witty-steaks-dream" ,
414415 " witty-tomatoes-care" ,
415416 " witty-years-crash" ,
416- " yellow-taxis-double"
417+ " yellow-taxis-double" ,
418+ " young-masks-refuse"
417419 ]
418420}
Original file line number Diff line number Diff line change 11# svelte
22
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+
311## 5.0.0-next.97
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.97 " ,
5+ "version" : " 5.0.0-next.98 " ,
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.97 ' ;
9+ export const VERSION = '5.0.0-next.98 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments