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 11
11
"changesets" : [
12
12
" afraid-dogs-matter" ,
13
13
" afraid-geckos-dance" ,
14
+ " afraid-kids-hide" ,
14
15
" afraid-moose-matter" ,
15
16
" angry-books-jam" ,
16
17
" angry-plums-punch" ,
38
39
" brown-houses-obey" ,
39
40
" brown-months-fry" ,
40
41
" brown-spoons-boil" ,
42
+ " calm-pandas-vanish" ,
41
43
" calm-ravens-sneeze" ,
42
44
" chatty-beans-divide" ,
43
45
" chatty-cups-drop" ,
100
102
" fast-weeks-clean" ,
101
103
" few-clouds-shop" ,
102
104
" few-mugs-fail" ,
105
+ " few-teachers-know" ,
103
106
" fifty-rice-wait" ,
104
107
" fifty-steaks-float" ,
105
108
" five-tigers-search" ,
301
304
" shiny-shrimps-march" ,
302
305
" short-buses-camp" ,
303
306
" short-countries-rush" ,
307
+ " shy-fishes-drive" ,
304
308
" silent-apes-report" ,
305
309
" silly-laws-happen" ,
306
310
" silly-lies-film" ,
389
393
" three-rice-tie" ,
390
394
" three-suits-grin" ,
391
395
" tidy-buses-whisper" ,
396
+ " tidy-chefs-taste" ,
392
397
" tidy-starfishes-allow" ,
393
398
" tiny-kings-whisper" ,
394
399
" tough-radios-punch" ,
407
412
" wicked-clouds-exercise" ,
408
413
" wicked-doors-train" ,
409
414
" wicked-hairs-cheer" ,
415
+ " wicked-wasps-allow" ,
410
416
" wild-foxes-wonder" ,
411
417
" wild-moose-compare" ,
412
418
" wise-apples-care" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
19
## 5.0.0-next.102
4
20
5
21
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.102 " ,
5
+ "version" : " 5.0.0-next.103 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.102 ' ;
9
+ export const VERSION = '5.0.0-next.103 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments