File tree Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 3434 " dry-eggs-play" ,
3535 " dry-eggs-retire" ,
3636 " dull-mangos-wave" ,
37+ " dull-roses-relate" ,
3738 " early-ads-tie" ,
3839 " eight-steaks-shout" ,
3940 " eighty-bikes-camp" ,
4041 " empty-crabs-think" ,
4142 " fair-crabs-check" ,
4243 " famous-knives-sneeze" ,
44+ " fast-weeks-clean" ,
4345 " few-mugs-fail" ,
4446 " fifty-rice-wait" ,
4547 " fifty-steaks-float" ,
6466 " honest-icons-change" ,
6567 " hungry-dots-fry" ,
6668 " hungry-tips-unite" ,
69+ " hungry-trees-travel" ,
6770 " itchy-beans-melt" ,
6871 " itchy-kings-deliver" ,
6972 " itchy-lions-wash" ,
8386 " light-pens-watch" ,
8487 " long-buckets-lay" ,
8588 " long-crews-return" ,
89+ " loud-cheetahs-flow" ,
8690 " lovely-carpets-lick" ,
8791 " lovely-items-turn" ,
8892 " lovely-rules-eat" ,
8993 " lucky-schools-hang" ,
9094 " moody-frogs-exist" ,
9195 " moody-owls-cry" ,
9296 " nasty-lions-double" ,
97+ " nasty-yaks-peel" ,
9398 " neat-dingos-clap" ,
9499 " new-boats-wait" ,
95100 " ninety-dingos-walk" ,
111116 " pretty-ties-help" ,
112117 " purple-dragons-peel" ,
113118 " quiet-camels-mate" ,
119+ " quiet-crabs-nail" ,
114120 " rare-pears-whisper" ,
115121 " real-guests-do" ,
122+ " red-doors-own" ,
116123 " rich-sheep-burn" ,
117124 " rich-tables-sing" ,
118125 " rotten-bags-type" ,
127134 " sharp-tomatoes-learn" ,
128135 " shiny-baboons-play" ,
129136 " shiny-shrimps-march" ,
137+ " short-buses-camp" ,
130138 " slimy-clouds-talk" ,
131139 " slimy-walls-draw" ,
132140 " slow-chefs-dream" ,
138146 " sour-forks-stare" ,
139147 " sour-rules-march" ,
140148 " spicy-plums-admire" ,
149+ " spotty-pens-agree" ,
141150 " stale-books-perform" ,
142151 " stale-comics-look" ,
143152 " strong-gifts-smoke" ,
172181 " wet-games-fly" ,
173182 " wicked-clouds-exercise" ,
174183 " wicked-doors-train" ,
184+ " wicked-hairs-cheer" ,
175185 " wild-foxes-wonder" ,
176186 " wise-dancers-hang" ,
177187 " wise-donkeys-marry" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.31
4+
5+ ### Patch Changes
6+
7+ - fix: infer ` svg ` namespace correctly ([ #10027 ] ( https://github.com/sveltejs/svelte/pull/10027 ) )
8+
9+ - fix: keep intermediate number value representations ([ ` d171a39b0 ` ] ( https://github.com/sveltejs/svelte/commit/d171a39b0ad97e2a05de1f38bc76a3d345e2b3d5 ) )
10+
11+ - feat: allow modifiying derived props ([ #10080 ] ( https://github.com/sveltejs/svelte/pull/10080 ) )
12+
13+ - fix: improve signal consumer tracking behavior ([ #10121 ] ( https://github.com/sveltejs/svelte/pull/10121 ) )
14+
15+ - fix: support async/await in destructuring assignments ([ #9962 ] ( https://github.com/sveltejs/svelte/pull/9962 ) )
16+
17+ - fix: take into account member expressions when determining legacy reactive dependencies ([ #10128 ] ( https://github.com/sveltejs/svelte/pull/10128 ) )
18+
19+ - fix: make ` ComponentType ` generic optional ([ ` 14dbc1be1 ` ] ( https://github.com/sveltejs/svelte/commit/14dbc1be1720ff69e6f3c407e43c9c0765b0c140 ) )
20+
21+ - fix: silence false positive state warning ([ ` dda4ad510 ` ] ( https://github.com/sveltejs/svelte/commit/dda4ad510f1907a114a16227c3412eb00bd21738 ) )
22+
23+ - fix: ensure nested blocks are inert during outro transitions ([ #10126 ] ( https://github.com/sveltejs/svelte/pull/10126 ) )
24+
25+ - fix: improve ssr template literal generation ([ #10127 ] ( https://github.com/sveltejs/svelte/pull/10127 ) )
26+
327## 5.0.0-next.30
428
529### 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.30 " ,
5+ "version" : " 5.0.0-next.31 " ,
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.30 ' ;
9+ export const VERSION = '5.0.0-next.31 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments