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 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" ,
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+
313## 5.0.0-next.123
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.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