File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed
Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 142142 " gentle-dolls-juggle" ,
143143 " gentle-sheep-hug" ,
144144 " gentle-spies-happen" ,
145+ " gentle-toys-chew" ,
145146 " giant-bananas-turn" ,
146147 " giant-moons-own" ,
147148 " giant-planets-shake" ,
222223 " long-lobsters-mate" ,
223224 " loud-cheetahs-flow" ,
224225 " loud-mugs-smile" ,
226+ " loud-numbers-flow" ,
225227 " loud-ravens-drop" ,
226228 " loud-socks-look" ,
227229 " lovely-carpets-lick" ,
271273 " old-jokes-deliver" ,
272274 " old-mails-sneeze" ,
273275 " old-oranges-compete" ,
276+ " olive-apples-lick" ,
274277 " olive-kangaroos-brake" ,
275278 " olive-mice-fix" ,
276279 " olive-moons-act" ,
350353 " sharp-tomatoes-learn" ,
351354 " shiny-baboons-play" ,
352355 " shiny-mayflies-clean" ,
356+ " shiny-melons-love" ,
353357 " shiny-rats-heal" ,
354358 " shiny-shrimps-march" ,
355359 " short-buses-camp" ,
463467 " twelve-onions-juggle" ,
464468 " twelve-worms-jog" ,
465469 " two-candles-move" ,
470+ " two-dogs-accept" ,
466471 " two-dragons-yell" ,
467472 " two-falcons-buy" ,
468473 " unlucky-boxes-obey" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.124
4+
5+ ### Patch Changes
6+
7+ - fix: allow to access private fields after ` this ` reassignment ([ #11487 ] ( https://github.com/sveltejs/svelte/pull/11487 ) )
8+
9+ - fix: restore value after attribute removal during hydration ([ #11465 ] ( https://github.com/sveltejs/svelte/pull/11465 ) )
10+
11+ - fix: check if svelte component exists on custom element destroy ([ #11488 ] ( https://github.com/sveltejs/svelte/pull/11488 ) )
12+
13+ - fix: ensure derived is detected as dirty correctly ([ #11496 ] ( https://github.com/sveltejs/svelte/pull/11496 ) )
14+
15+ - fix: prevent false positive ownership warning ([ #11490 ] ( https://github.com/sveltejs/svelte/pull/11490 ) )
16+
317## 5.0.0-next.123
418
519### 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.123 " ,
5+ "version" : " 5.0.0-next.124 " ,
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.123 ' ;
9+ export const VERSION = '5.0.0-next.124 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments