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 280
280
" heavy-feet-attend" ,
281
281
" hip-balloons-begin" ,
282
282
" hip-garlics-tap" ,
283
+ " hip-goats-smoke" ,
283
284
" hip-months-breathe" ,
284
285
" hip-pumpkins-boil" ,
285
286
" hip-stingrays-teach" ,
425
426
" nice-avocados-move" ,
426
427
" nice-bottles-greet" ,
427
428
" nice-jobs-breathe" ,
429
+ " nine-ants-invite" ,
428
430
" nine-cooks-join" ,
429
431
" ninety-days-visit" ,
430
432
" ninety-dingos-walk" ,
456
458
" orange-yaks-protect" ,
457
459
" orange-zoos-heal" ,
458
460
" perfect-actors-bake" ,
461
+ " perfect-hairs-matter" ,
459
462
" perfect-hats-dance" ,
460
463
" pink-bikes-agree" ,
461
464
" pink-goats-promise" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
13
## 5.0.0-next.213
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.213 " ,
5
+ "version" : " 5.0.0-next.214 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.213 ' ;
9
+ export const VERSION = '5.0.0-next.214 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments