File tree 4 files changed +15
-2
lines changed
4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 124
124
" lucky-schools-hang" ,
125
125
" lucky-toes-begin" ,
126
126
" many-trees-fix" ,
127
+ " mighty-files-hammer" ,
127
128
" moody-frogs-exist" ,
128
129
" moody-owls-cry" ,
129
130
" nasty-lions-double" ,
146
147
" olive-shirts-complain" ,
147
148
" olive-socks-kick" ,
148
149
" orange-dingos-poke" ,
150
+ " pink-mayflies-tie" ,
149
151
" polite-dolphins-care" ,
150
152
" polite-pumpkins-guess" ,
151
153
" polite-ravens-study" ,
183
185
" shiny-baboons-play" ,
184
186
" shiny-shrimps-march" ,
185
187
" short-buses-camp" ,
188
+ " silent-apes-report" ,
186
189
" silver-points-approve" ,
187
190
" sixty-items-crash" ,
188
191
" 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: throw validation error when binding to each argument in runes mode ([ #10441 ] ( https://github.com/sveltejs/svelte/pull/10441 ) )
8
+
9
+ - fix: make CSS animation declaration transformation more robust ([ #10432 ] ( https://github.com/sveltejs/svelte/pull/10432 ) )
10
+
11
+ - fix: handle sole empty expression tags ([ #10433 ] ( https://github.com/sveltejs/svelte/pull/10433 ) )
12
+
3
13
## 5.0.0-next.51
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.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