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 3030 " famous-knives-sneeze" ,
3131 " few-mugs-fail" ,
3232 " fifty-steaks-float" ,
33+ " five-tigers-search" ,
3334 " flat-melons-protect" ,
3435 " forty-comics-invent" ,
3536 " fresh-weeks-trade" ,
4041 " great-icons-retire" ,
4142 " green-eggs-approve" ,
4243 " green-hounds-play" ,
44+ " healthy-planes-vanish" ,
4345 " honest-icons-change" ,
4446 " hungry-dots-fry" ,
4547 " hungry-tips-unite" ,
6870 " odd-schools-wait" ,
6971 " odd-shoes-cheat" ,
7072 " old-flies-jog" ,
73+ " polite-dolphins-care" ,
7174 " polite-pumpkins-guess" ,
7275 " polite-ravens-study" ,
7376 " poor-eggs-enjoy" ,
8689 " shiny-shrimps-march" ,
8790 " slimy-clouds-talk" ,
8891 " small-papayas-laugh" ,
92+ " smart-parents-swim" ,
93+ " soft-clocks-remember" ,
8994 " soft-geese-learn" ,
9095 " sour-forks-stare" ,
9196 " sour-rules-march" ,
9297 " spicy-plums-admire" ,
9398 " stale-comics-look" ,
9499 " strong-lemons-provide" ,
95100 " sweet-mangos-beg" ,
101+ " swift-donkeys-perform" ,
96102 " swift-ravens-hunt" ,
97103 " swift-seahorses-deliver" ,
98104 " tall-shrimps-worry" ,
99105 " tall-tigers-wait" ,
106+ " tasty-numbers-perform" ,
100107 " ten-worms-reflect" ,
101108 " thin-foxes-lick" ,
102109 " thirty-flowers-sit" ,
107114 " twelve-onions-juggle" ,
108115 " two-dragons-yell" ,
109116 " two-falcons-buy" ,
117+ " unlucky-boxes-obey" ,
110118 " wet-games-fly" ,
111119 " wicked-clouds-exercise" ,
112120 " wicked-doors-train" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.20
4+
5+ ### Patch Changes
6+
7+ - fix: better readonly checks for proxies ([ #9808 ] ( https://github.com/sveltejs/svelte/pull/9808 ) )
8+
9+ - fix: prevent infinite loops stemming from invalidation method ([ #9811 ] ( https://github.com/sveltejs/svelte/pull/9811 ) )
10+
11+ - fix: improve non state referenced warning ([ #9809 ] ( https://github.com/sveltejs/svelte/pull/9809 ) )
12+
13+ - fix: reuse existing proxy when object has multiple references ([ #9821 ] ( https://github.com/sveltejs/svelte/pull/9821 ) )
14+
15+ - fix: improve consistency issues around binding invalidation ([ #9810 ] ( https://github.com/sveltejs/svelte/pull/9810 ) )
16+
17+ - fix: tweak css nth regex ([ #9806 ] ( https://github.com/sveltejs/svelte/pull/9806 ) )
18+
19+ - fix: adjust children snippet default type ([ ` dcdd64548 ` ] ( https://github.com/sveltejs/svelte/commit/dcdd645480ab412eb563632e70801f4d61c1d787 ) )
20+
21+ - fix: correctly apply scope on component children ([ #9824 ] ( https://github.com/sveltejs/svelte/pull/9824 ) )
22+
323## 5.0.0-next.19
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.19 " ,
5+ "version" : " 5.0.0-next.20 " ,
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.19 ' ;
9+ export const VERSION = '5.0.0-next.20 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments