File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 7676 " dull-pots-add" ,
7777 " dull-roses-relate" ,
7878 " early-ads-tie" ,
79+ " early-months-whisper" ,
7980 " eight-hornets-punch" ,
8081 " eight-steaks-shout" ,
8182 " eighty-bikes-camp" ,
122123 " giant-planets-shake" ,
123124 " giant-plants-grin" ,
124125 " giant-roses-press" ,
126+ " gold-tools-nail" ,
125127 " good-buses-reply" ,
126128 " good-cars-visit" ,
127129 " good-pianos-jump" ,
225227 " old-oranges-compete" ,
226228 " olive-kangaroos-brake" ,
227229 " olive-mice-fix" ,
230+ " olive-moons-act" ,
228231 " olive-seals-sell" ,
229232 " olive-shirts-complain" ,
230233 " olive-socks-kick" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.97
4+
5+ ### Patch Changes
6+
7+ - fix: loosen proxy signal creation heuristics ([ #11109 ] ( https://github.com/sveltejs/svelte/pull/11109 ) )
8+
9+ - fix: ensure top level snippets are defined when binding to component prop ([ #11104 ] ( https://github.com/sveltejs/svelte/pull/11104 ) )
10+
11+ - feat: hot module reloading support for Svelte 5 ([ #11106 ] ( https://github.com/sveltejs/svelte/pull/11106 ) )
12+
313## 5.0.0-next.96
414
515### 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.96 " ,
5+ "version" : " 5.0.0-next.97 " ,
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.96 ' ;
9+ export const VERSION = '5.0.0-next.97 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments