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 1414 " beige-flies-wash" ,
1515 " beige-rabbits-shave" ,
1616 " big-cars-serve" ,
17+ " blue-timers-film" ,
1718 " brave-shrimps-kiss" ,
1819 " brave-walls-destroy" ,
1920 " breezy-carrots-flash" ,
4647 " eighty-days-cheat" ,
4748 " empty-bulldogs-exercise" ,
4849 " empty-crabs-think" ,
50+ " empty-tools-share" ,
4951 " fair-crabs-check" ,
52+ " fair-pianos-talk" ,
5053 " famous-knives-sneeze" ,
5154 " fast-weeks-clean" ,
5255 " few-mugs-fail" ,
186189 " ten-peaches-sleep" ,
187190 " ten-ties-repair" ,
188191 " ten-worms-reflect" ,
192+ " thick-cycles-rule" ,
189193 " thin-foxes-lick" ,
190194 " thirty-flowers-sit" ,
191195 " thirty-ghosts-fix" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.37
4+
5+ ### Patch Changes
6+
7+ - fix: skip certain slot validations for custom elements ([ #10207 ] ( https://github.com/sveltejs/svelte/pull/10207 ) )
8+
9+ - fix: add compiler error for invalid <p > contents ([ #10201 ] ( https://github.com/sveltejs/svelte/pull/10201 ) )
10+
11+ - fix: correctly apply event.currentTarget ([ #10216 ] ( https://github.com/sveltejs/svelte/pull/10216 ) )
12+
13+ - fix: ensure derived signals properly capture consumers ([ #10213 ] ( https://github.com/sveltejs/svelte/pull/10213 ) )
14+
315## 5.0.0-next.36
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.36 " ,
5+ "version" : " 5.0.0-next.37 " ,
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.36 ' ;
9+ export const VERSION = '5.0.0-next.37 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments