File tree Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 1111 "changesets" : [
1212 " afraid-moose-matter" ,
1313 " angry-books-jam" ,
14+ " angry-plums-punch" ,
1415 " beige-flies-wash" ,
1516 " beige-rabbits-shave" ,
1617 " big-cars-serve" ,
5051 " empty-tools-share" ,
5152 " fair-crabs-check" ,
5253 " fair-pianos-talk" ,
54+ " famous-falcons-melt" ,
5355 " famous-knives-sneeze" ,
5456 " fast-weeks-clean" ,
5557 " few-mugs-fail" ,
7577 " healthy-planes-vanish" ,
7678 " heavy-ears-rule" ,
7779 " hip-balloons-begin" ,
80+ " honest-buses-add" ,
7881 " honest-icons-change" ,
82+ " hungry-boxes-relate" ,
7983 " hungry-dots-fry" ,
8084 " hungry-tips-unite" ,
8185 " hungry-trees-travel" ,
141145 " rich-tables-sing" ,
142146 " rotten-bags-type" ,
143147 " rotten-buckets-develop" ,
148+ " selfish-dragons-knock" ,
144149 " selfish-tools-hide" ,
150+ " serious-kids-deliver" ,
145151 " serious-socks-cover" ,
146152 " serious-zebras-scream" ,
147153 " seven-deers-jam" ,
163169 " smart-zebras-pay" ,
164170 " soft-clocks-remember" ,
165171 " soft-geese-learn" ,
172+ " soft-months-grab" ,
166173 " soft-tigers-wink" ,
167174 " sour-forks-stare" ,
168175 " sour-rules-march" ,
211218 " wild-foxes-wonder" ,
212219 " wise-dancers-hang" ,
213220 " wise-donkeys-marry" ,
214- " witty-camels-warn"
221+ " witty-camels-warn" ,
222+ " witty-steaks-dream"
215223 ]
216224}
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.38
4+
5+ ### Patch Changes
6+
7+ - chore: improve should_proxy_or_freeze logic internally ([ #10249 ] ( https://github.com/sveltejs/svelte/pull/10249 ) )
8+
9+ - fix: add back ` derived ` type overload ([ ` 776ac3c1762da5f8147c457a997a417cfae67e4c ` ] ( https://github.com/sveltejs/svelte/commit/776ac3c1762da5f8147c457a997a417cfae67e4c ) )
10+
11+ - fix: correct increment/decrement code generation ([ ` 2861ad66e054d2b14f382aaada4512e3e5d56db8 ` ] ( https://github.com/sveltejs/svelte/commit/2861ad66e054d2b14f382aaada4512e3e5d56db8 ) )
12+
13+ - fix: sanitize component event names ([ #10235 ] ( https://github.com/sveltejs/svelte/pull/10235 ) )
14+
15+ - fix: allow ts casts in bindings ([ #10181 ] ( https://github.com/sveltejs/svelte/pull/10181 ) )
16+
17+ - fix: allow ` :global(..) ` in compound selectors ([ #10266 ] ( https://github.com/sveltejs/svelte/pull/10266 ) )
18+
19+ - fix: hydrate controlled each blocks correctly ([ #10259 ] ( https://github.com/sveltejs/svelte/pull/10259 ) )
20+
21+ - fix: ensure proxy is updated before notifying listeners ([ #10267 ] ( https://github.com/sveltejs/svelte/pull/10267 ) )
22+
323## 5.0.0-next.37
424
525### 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.37 " ,
5+ "version" : " 5.0.0-next.38 " ,
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.37 ' ;
9+ export const VERSION = '5.0.0-next.38 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments