File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-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" ,
7879 " quiet-camels-mate" ,
7980 " rare-pears-whisper" ,
8081 " rich-sheep-burn" ,
82+ " rich-tables-sing" ,
8183 " rotten-buckets-develop" ,
8284 " selfish-tools-hide" ,
8385 " serious-socks-cover" ,
8486 " serious-zebras-scream" ,
8587 " seven-deers-jam" ,
8688 " seven-ravens-check" ,
8789 " sharp-gorillas-impress" ,
90+ " sharp-tomatoes-learn" ,
8891 " shiny-baboons-play" ,
8992 " shiny-shrimps-march" ,
9093 " slimy-clouds-talk" ,
104107 " tall-shrimps-worry" ,
105108 " tall-tigers-wait" ,
106109 " tasty-numbers-perform" ,
110+ " ten-foxes-repeat" ,
107111 " ten-worms-reflect" ,
108112 " thin-foxes-lick" ,
109113 " thirty-flowers-sit" ,
110114 " thirty-ghosts-fix" ,
111115 " thirty-impalas-repair" ,
112116 " thirty-wombats-relax" ,
113117 " tiny-kings-whisper" ,
118+ " twelve-dragons-join" ,
114119 " twelve-onions-juggle" ,
115120 " two-dragons-yell" ,
116121 " two-falcons-buy" ,
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: improve signal consumer removal logic ([ #9837 ] ( https://github.com/sveltejs/svelte/pull/9837 ) )
10+
11+ - fix: ensure computed props are wrapped in derived ([ #9835 ] ( https://github.com/sveltejs/svelte/pull/9835 ) )
12+
13+ - fix: better handle unowned derived signals ([ #9832 ] ( https://github.com/sveltejs/svelte/pull/9832 ) )
14+
15+ - fix: improve each block with animate ([ #9839 ] ( https://github.com/sveltejs/svelte/pull/9839 ) )
16+
317## 5.0.0-next.20
418
519### 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