File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 2020 " big-eggs-flash" ,
2121 " big-eyes-carry" ,
2222 " big-geese-act" ,
23+ " blue-ants-raise" ,
2324 " blue-rules-juggle" ,
2425 " blue-timers-film" ,
2526 " brave-points-sleep" ,
5960 " dry-clocks-grow" ,
6061 " dry-eggs-play" ,
6162 " dry-eggs-retire" ,
63+ " dull-coins-vanish" ,
6264 " dull-mangos-wave" ,
6365 " dull-roses-relate" ,
6466 " early-ads-tie" ,
6567 " eight-steaks-shout" ,
6668 " eighty-bikes-camp" ,
6769 " eighty-days-cheat" ,
70+ " eleven-cycles-applaud" ,
6871 " empty-bags-heal" ,
6972 " empty-bulldogs-exercise" ,
7073 " empty-crabs-think" ,
135138 " kind-dots-sort" ,
136139 " kind-eagles-join" ,
137140 " kind-rings-flash" ,
141+ " kind-spoons-return" ,
138142 " large-clouds-carry" ,
139143 " large-turkeys-deny" ,
140144 " late-crabs-lay" ,
188192 " olive-socks-kick" ,
189193 " orange-crews-rescue" ,
190194 " orange-dingos-poke" ,
195+ " pink-bikes-agree" ,
191196 " pink-mayflies-tie" ,
192197 " polite-dolphins-care" ,
193198 " polite-pumpkins-guess" ,
237242 " shiny-baboons-play" ,
238243 " shiny-shrimps-march" ,
239244 " short-buses-camp" ,
245+ " short-countries-rush" ,
240246 " silent-apes-report" ,
241247 " silly-laws-happen" ,
242248 " silver-points-approve" ,
249255 " slow-kids-sparkle" ,
250256 " slow-wombats-reply" ,
251257 " small-papayas-laugh" ,
258+ " small-sheep-type" ,
252259 " smart-parents-swim" ,
253260 " smart-zebras-pay" ,
254261 " soft-clocks-remember" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.73
4+
5+ ### Patch Changes
6+
7+ - fix: improve bind: this support around proxyied state ([ #10732 ] ( https://github.com/sveltejs/svelte/pull/10732 ) )
8+
9+ - fix: bump specificity on all members of a selector list ([ #10730 ] ( https://github.com/sveltejs/svelte/pull/10730 ) )
10+
11+ - breaking: preserve slots inside templates with a shadowrootmode attribute ([ #10721 ] ( https://github.com/sveltejs/svelte/pull/10721 ) )
12+
13+ - chore: custom elements validation ([ #10720 ] ( https://github.com/sveltejs/svelte/pull/10720 ) )
14+
15+ - fix: ensure performance.now() and requestAnimationFrame() are polyfilled in ssr ([ #10715 ] ( https://github.com/sveltejs/svelte/pull/10715 ) )
16+
17+ - fix: eagerly unsubscribe when store is changed ([ #10727 ] ( https://github.com/sveltejs/svelte/pull/10727 ) )
18+
19+ - fix: error when exporting reassigned state from module context ([ #10728 ] ( https://github.com/sveltejs/svelte/pull/10728 ) )
20+
321## 5.0.0-next.72
422
523### 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.72 " ,
5+ "version" : " 5.0.0-next.73 " ,
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.72 ' ;
9+ export const VERSION = '5.0.0-next.73 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments