File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1111 "changesets" : [
1212 " afraid-dogs-matter" ,
1313 " afraid-geckos-dance" ,
14+ " afraid-kids-hide" ,
1415 " afraid-moose-matter" ,
1516 " angry-books-jam" ,
1617 " angry-plums-punch" ,
3839 " brown-houses-obey" ,
3940 " brown-months-fry" ,
4041 " brown-spoons-boil" ,
42+ " calm-pandas-vanish" ,
4143 " calm-ravens-sneeze" ,
4244 " chatty-beans-divide" ,
4345 " chatty-cups-drop" ,
100102 " fast-weeks-clean" ,
101103 " few-clouds-shop" ,
102104 " few-mugs-fail" ,
105+ " few-teachers-know" ,
103106 " fifty-rice-wait" ,
104107 " fifty-steaks-float" ,
105108 " five-tigers-search" ,
301304 " shiny-shrimps-march" ,
302305 " short-buses-camp" ,
303306 " short-countries-rush" ,
307+ " shy-fishes-drive" ,
304308 " silent-apes-report" ,
305309 " silly-laws-happen" ,
306310 " silly-lies-film" ,
389393 " three-rice-tie" ,
390394 " three-suits-grin" ,
391395 " tidy-buses-whisper" ,
396+ " tidy-chefs-taste" ,
392397 " tidy-starfishes-allow" ,
393398 " tiny-kings-whisper" ,
394399 " tough-radios-punch" ,
407412 " wicked-clouds-exercise" ,
408413 " wicked-doors-train" ,
409414 " wicked-hairs-cheer" ,
415+ " wicked-wasps-allow" ,
410416 " wild-foxes-wonder" ,
411417 " wild-moose-compare" ,
412418 " wise-apples-care" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.103
4+
5+ ### Patch Changes
6+
7+ - fix: throw error when auto-subscribed store variable shadow by local variable ([ #11170 ] ( https://github.com/sveltejs/svelte/pull/11170 ) )
8+
9+ - fix: make ownership validation work correctly with HMR ([ #11171 ] ( https://github.com/sveltejs/svelte/pull/11171 ) )
10+
11+ - fix: revert ownership widening change ([ #11161 ] ( https://github.com/sveltejs/svelte/pull/11161 ) )
12+
13+ - fix: fix string name of reactive map and set iterator ([ #11169 ] ( https://github.com/sveltejs/svelte/pull/11169 ) )
14+
15+ - feat: reactive ` URL ` and ` URLSearchParams ` classes ([ #11157 ] ( https://github.com/sveltejs/svelte/pull/11157 ) )
16+
17+ - feat: update error message for snippet binding and assignments ([ #11168 ] ( https://github.com/sveltejs/svelte/pull/11168 ) )
18+
319## 5.0.0-next.102
420
521### 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.102 " ,
5+ "version" : " 5.0.0-next.103 " ,
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.102 ' ;
9+ export const VERSION = '5.0.0-next.103 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments