File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2626 " early-ads-tie" ,
2727 " eight-steaks-shout" ,
2828 " eighty-bikes-camp" ,
29+ " empty-crabs-think" ,
2930 " fair-crabs-check" ,
3031 " famous-knives-sneeze" ,
3132 " few-mugs-fail" ,
104105 " tall-shrimps-worry" ,
105106 " tall-tigers-wait" ,
106107 " tasty-numbers-perform" ,
108+ " ten-foxes-repeat" ,
107109 " ten-worms-reflect" ,
108110 " thin-foxes-lick" ,
109111 " thirty-flowers-sit" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.21
4+
5+ ### Patch Changes
6+
7+ - chore: refactor props handling ([ #9826 ] ( https://github.com/sveltejs/svelte/pull/9826 ) )
8+
9+ - fix: better handle unowned derived signals ([ #9832 ] ( https://github.com/sveltejs/svelte/pull/9832 ) )
10+
311## 5.0.0-next.20
412
513### 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.20 " ,
5+ "version" : " 5.0.0-next.21 " ,
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.20 ' ;
9+ export const VERSION = '5.0.0-next.21 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments