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 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" ,
100
101
" fast-weeks-clean" ,
101
102
" few-clouds-shop" ,
102
103
" few-mugs-fail" ,
104
+ " few-teachers-know" ,
103
105
" fifty-rice-wait" ,
104
106
" fifty-steaks-float" ,
105
107
" five-tigers-search" ,
301
303
" shiny-shrimps-march" ,
302
304
" short-buses-camp" ,
303
305
" short-countries-rush" ,
306
+ " shy-fishes-drive" ,
304
307
" silent-apes-report" ,
305
308
" silly-laws-happen" ,
306
309
" silly-lies-film" ,
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: revert ownership widening change ([ #11161 ] ( https://github.com/sveltejs/svelte/pull/11161 ) )
10
+
11
+ - fix: fix string name of reactive map and set iterator ([ #11169 ] ( https://github.com/sveltejs/svelte/pull/11169 ) )
12
+
3
13
## 5.0.0-next.102
4
14
5
15
### 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