File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 2020 " chilled-pumas-invite" ,
2121 " chilly-dolphins-lick" ,
2222 " clean-eels-beg" ,
23+ " clever-chefs-relate" ,
2324 " clever-rockets-burn" ,
2425 " cold-birds-own" ,
2526 " cool-ants-leave" ,
6667 " itchy-beans-melt" ,
6768 " itchy-kings-deliver" ,
6869 " itchy-lions-wash" ,
70+ " itchy-terms-guess" ,
6971 " khaki-mails-draw" ,
7072 " khaki-moose-arrive" ,
7173 " kind-deers-lay" ,
98100 " old-houses-drum" ,
99101 " old-mails-sneeze" ,
100102 " old-oranges-compete" ,
103+ " olive-kangaroos-brake" ,
101104 " orange-dingos-poke" ,
102105 " polite-dolphins-care" ,
103106 " polite-pumpkins-guess" ,
125128 " shiny-baboons-play" ,
126129 " shiny-shrimps-march" ,
127130 " slimy-clouds-talk" ,
131+ " slimy-walls-draw" ,
128132 " slow-chefs-dream" ,
129133 " small-papayas-laugh" ,
130134 " smart-parents-swim" ,
134138 " sour-forks-stare" ,
135139 " sour-rules-march" ,
136140 " spicy-plums-admire" ,
141+ " stale-books-perform" ,
137142 " stale-comics-look" ,
138143 " strong-gifts-smoke" ,
139144 " strong-lemons-provide" ,
156161 " thirty-impalas-repair" ,
157162 " thirty-wombats-relax" ,
158163 " three-suits-grin" ,
164+ " tidy-buses-whisper" ,
159165 " tiny-kings-whisper" ,
160166 " twelve-dragons-join" ,
161167 " twelve-onions-juggle" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.30
4+
5+ ### Patch Changes
6+
7+ - fix: allow transition undefined payload ([ #10117 ] ( https://github.com/sveltejs/svelte/pull/10117 ) )
8+
9+ - fix: apply key animations on proxied arrays ([ #10113 ] ( https://github.com/sveltejs/svelte/pull/10113 ) )
10+
11+ - fix: improve internal signal dependency checking logic ([ #10111 ] ( https://github.com/sveltejs/svelte/pull/10111 ) )
12+
13+ - fix: correctly call exported state ([ #10114 ] ( https://github.com/sveltejs/svelte/pull/10114 ) )
14+
15+ - fix: take into account setters when spreading and binding ([ #10091 ] ( https://github.com/sveltejs/svelte/pull/10091 ) )
16+
17+ - fix: transform ` {@render ...} ` expression ([ #10116 ] ( https://github.com/sveltejs/svelte/pull/10116 ) )
18+
319## 5.0.0-next.29
420
521### 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.29 " ,
5+ "version" : " 5.0.0-next.30 " ,
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.29 ' ;
9+ export const VERSION = '5.0.0-next.30 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments