File tree Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Expand file tree Collapse file tree 4 files changed +30
-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" ,
33+ " fifty-rice-wait" ,
3234 " fifty-steaks-float" ,
3335 " five-tigers-search" ,
3436 " flat-melons-protect" ,
7476 " polite-pumpkins-guess" ,
7577 " polite-ravens-study" ,
7678 " poor-eggs-enjoy" ,
79+ " poor-seahorses-flash" ,
7780 " popular-mangos-rest" ,
7881 " quiet-camels-mate" ,
7982 " rare-pears-whisper" ,
8083 " rich-sheep-burn" ,
84+ " rich-tables-sing" ,
8185 " rotten-buckets-develop" ,
8286 " selfish-tools-hide" ,
8387 " serious-socks-cover" ,
8488 " serious-zebras-scream" ,
8589 " seven-deers-jam" ,
8690 " seven-ravens-check" ,
8791 " sharp-gorillas-impress" ,
92+ " sharp-tomatoes-learn" ,
8893 " shiny-baboons-play" ,
8994 " shiny-shrimps-march" ,
9095 " slimy-clouds-talk" ,
104109 " tall-shrimps-worry" ,
105110 " tall-tigers-wait" ,
106111 " tasty-numbers-perform" ,
112+ " ten-foxes-repeat" ,
107113 " ten-worms-reflect" ,
108114 " thin-foxes-lick" ,
109115 " thirty-flowers-sit" ,
110116 " thirty-ghosts-fix" ,
111117 " thirty-impalas-repair" ,
112118 " thirty-wombats-relax" ,
113119 " tiny-kings-whisper" ,
120+ " twelve-dragons-join" ,
114121 " twelve-onions-juggle" ,
115122 " two-dragons-yell" ,
116123 " two-falcons-buy" ,
117124 " unlucky-boxes-obey" ,
118125 " wet-games-fly" ,
119126 " wicked-clouds-exercise" ,
120127 " wicked-doors-train" ,
128+ " wise-donkeys-marry" ,
121129 " witty-camels-warn"
122130 ]
123131}
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 each key animations ([ #9842 ] ( https://github.com/sveltejs/svelte/pull/9842 ) )
10+
11+ - chore: avoid creating thunk for call expressions when appropriate ([ #9841 ] ( https://github.com/sveltejs/svelte/pull/9841 ) )
12+
13+ - fix: improve signal consumer removal logic ([ #9837 ] ( https://github.com/sveltejs/svelte/pull/9837 ) )
14+
15+ - fix: ensure computed props are wrapped in derived ([ #9835 ] ( https://github.com/sveltejs/svelte/pull/9835 ) )
16+
17+ - fix: better handle unowned derived signals ([ #9832 ] ( https://github.com/sveltejs/svelte/pull/9832 ) )
18+
19+ - fix: improve each block with animate ([ #9839 ] ( https://github.com/sveltejs/svelte/pull/9839 ) )
20+
21+ - breaking: change ` $inspect ` API ([ #9838 ] ( https://github.com/sveltejs/svelte/pull/9838 ) )
22+
323## 5.0.0-next.20
424
525### 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