File tree 4 files changed +12
-2
lines changed 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 67
67
" forty-peaches-unite" ,
68
68
" four-flies-hammer" ,
69
69
" fresh-weeks-trade" ,
70
+ " friendly-candles-relate" ,
70
71
" friendly-lies-camp" ,
71
72
" funny-wombats-argue" ,
72
73
" gentle-sheep-hug" ,
137
138
" old-oranges-compete" ,
138
139
" olive-kangaroos-brake" ,
139
140
" olive-shirts-complain" ,
141
+ " olive-socks-kick" ,
140
142
" orange-dingos-poke" ,
141
143
" polite-dolphins-care" ,
142
144
" polite-pumpkins-guess" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.46
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: allow ` let: ` directives on slot elements ([ #10391 ] ( https://github.com/sveltejs/svelte/pull/10391 ) )
8
+
9
+ - fix: repair each block length mismatches during hydration ([ #10398 ] ( https://github.com/sveltejs/svelte/pull/10398 ) )
10
+
3
11
## 5.0.0-next.45
4
12
5
13
### 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.45 " ,
5
+ "version" : " 5.0.0-next.46 " ,
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.45 ' ;
9
+ export const VERSION = '5.0.0-next.46 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments