File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-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" ,
8586 " seven-deers-jam" ,
8687 " seven-ravens-check" ,
8788 " sharp-gorillas-impress" ,
89+ " sharp-tomatoes-learn" ,
8890 " shiny-baboons-play" ,
8991 " shiny-shrimps-march" ,
9092 " slimy-clouds-talk" ,
104106 " tall-shrimps-worry" ,
105107 " tall-tigers-wait" ,
106108 " tasty-numbers-perform" ,
109+ " ten-foxes-repeat" ,
107110 " ten-worms-reflect" ,
108111 " thin-foxes-lick" ,
109112 " 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: ensure computed props are wrapped in derived ([ #9835 ] ( https://github.com/sveltejs/svelte/pull/9835 ) )
10+
11+ - fix: better handle unowned derived signals ([ #9832 ] ( https://github.com/sveltejs/svelte/pull/9832 ) )
12+
313## 5.0.0-next.20
414
515### 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