File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 116116 " light-pens-watch" ,
117117 " long-buckets-lay" ,
118118 " long-crews-return" ,
119+ " long-lobsters-mate" ,
119120 " loud-cheetahs-flow" ,
120121 " loud-ravens-drop" ,
121122 " lovely-carpets-lick" ,
124125 " lucky-schools-hang" ,
125126 " lucky-toes-begin" ,
126127 " many-trees-fix" ,
128+ " mighty-files-hammer" ,
127129 " moody-frogs-exist" ,
128130 " moody-owls-cry" ,
129131 " nasty-lions-double" ,
146148 " olive-shirts-complain" ,
147149 " olive-socks-kick" ,
148150 " orange-dingos-poke" ,
151+ " pink-mayflies-tie" ,
149152 " polite-dolphins-care" ,
150153 " polite-pumpkins-guess" ,
151154 " polite-ravens-study" ,
183186 " shiny-baboons-play" ,
184187 " shiny-shrimps-march" ,
185188 " short-buses-camp" ,
189+ " silent-apes-report" ,
186190 " silver-points-approve" ,
187191 " sixty-items-crash" ,
188192 " slimy-clouds-talk" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
315## 5.0.0-next.51
416
517### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.51 " ,
5+ "version" : " 5.0.0-next.52 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.51 ' ;
9+ export const VERSION = '5.0.0-next.52 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments