File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 116
116
" light-pens-watch" ,
117
117
" long-buckets-lay" ,
118
118
" long-crews-return" ,
119
+ " long-lobsters-mate" ,
119
120
" loud-cheetahs-flow" ,
120
121
" loud-ravens-drop" ,
121
122
" lovely-carpets-lick" ,
124
125
" lucky-schools-hang" ,
125
126
" lucky-toes-begin" ,
126
127
" many-trees-fix" ,
128
+ " mighty-files-hammer" ,
127
129
" moody-frogs-exist" ,
128
130
" moody-owls-cry" ,
129
131
" nasty-lions-double" ,
146
148
" olive-shirts-complain" ,
147
149
" olive-socks-kick" ,
148
150
" orange-dingos-poke" ,
151
+ " pink-mayflies-tie" ,
149
152
" polite-dolphins-care" ,
150
153
" polite-pumpkins-guess" ,
151
154
" polite-ravens-study" ,
183
186
" shiny-baboons-play" ,
184
187
" shiny-shrimps-march" ,
185
188
" short-buses-camp" ,
189
+ " silent-apes-report" ,
186
190
" silver-points-approve" ,
187
191
" sixty-items-crash" ,
188
192
" slimy-clouds-talk" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.52
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: use hybrid scoping strategy for consistent specificity increase ([ #10443 ] ( https://github.com/sveltejs/svelte/pull/10443 ) )
8
+
9
+ - fix: throw validation error when binding to each argument in runes mode ([ #10441 ] ( https://github.com/sveltejs/svelte/pull/10441 ) )
10
+
11
+ - fix: make CSS animation declaration transformation more robust ([ #10432 ] ( https://github.com/sveltejs/svelte/pull/10432 ) )
12
+
13
+ - fix: handle sole empty expression tags ([ #10433 ] ( https://github.com/sveltejs/svelte/pull/10433 ) )
14
+
3
15
## 5.0.0-next.51
4
16
5
17
### 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.51 " ,
5
+ "version" : " 5.0.0-next.52 " ,
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.51 ' ;
9
+ export const VERSION = '5.0.0-next.52 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments