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 280280 " heavy-feet-attend" ,
281281 " hip-balloons-begin" ,
282282 " hip-garlics-tap" ,
283+ " hip-goats-smoke" ,
283284 " hip-months-breathe" ,
284285 " hip-pumpkins-boil" ,
285286 " hip-stingrays-teach" ,
425426 " nice-avocados-move" ,
426427 " nice-bottles-greet" ,
427428 " nice-jobs-breathe" ,
429+ " nine-ants-invite" ,
428430 " nine-cooks-join" ,
429431 " ninety-days-visit" ,
430432 " ninety-dingos-walk" ,
456458 " orange-yaks-protect" ,
457459 " orange-zoos-heal" ,
458460 " perfect-actors-bake" ,
461+ " perfect-hairs-matter" ,
459462 " perfect-hats-dance" ,
460463 " pink-bikes-agree" ,
461464 " pink-goats-promise" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.214
4+
5+ ### Patch Changes
6+
7+ - fix: ensure custom element styles append correctly during prod ([ #12777 ] ( https://github.com/sveltejs/svelte/pull/12777 ) )
8+
9+ - fix: invalidate signals following ++/-- inside each block ([ #12780 ] ( https://github.com/sveltejs/svelte/pull/12780 ) )
10+
11+ - feat: better code generation for destructuring assignments ([ #12780 ] ( https://github.com/sveltejs/svelte/pull/12780 ) )
12+
313## 5.0.0-next.213
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.213 " ,
5+ "version" : " 5.0.0-next.214 " ,
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.213 ' ;
9+ export const VERSION = '5.0.0-next.214 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments