File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 6262 " chilly-pans-raise" ,
6363 " chilly-rocks-hug" ,
6464 " chilly-snakes-scream" ,
65+ " clean-cats-wave" ,
6566 " clean-eels-beg" ,
67+ " clean-melons-wash" ,
6668 " clever-chefs-relate" ,
6769 " clever-maps-travel" ,
6870 " clever-rockets-burn" ,
9193 " cyan-colts-raise" ,
9294 " cyan-ducks-teach" ,
9395 " cyan-flowers-destroy" ,
96+ " cyan-news-grow" ,
9497 " cyan-spies-grin" ,
9598 " cyan-squids-drive" ,
9699 " cyan-toes-share" ,
107110 " dull-coins-vanish" ,
108111 " dull-donkeys-smell" ,
109112 " dull-mangos-wave" ,
113+ " dull-pens-pay" ,
110114 " dull-pots-add" ,
111115 " dull-roses-relate" ,
112116 " dull-worms-relax" ,
123127 " eighty-lizards-notice" ,
124128 " eleven-beers-yell" ,
125129 " eleven-cycles-applaud" ,
130+ " eleven-hounds-pump" ,
126131 " empty-bags-heal" ,
127132 " empty-bulldogs-exercise" ,
128133 " empty-coins-build" ,
244249 " itchy-panthers-shave" ,
245250 " itchy-peaches-compare" ,
246251 " itchy-terms-guess" ,
252+ " khaki-cheetahs-refuse" ,
247253 " khaki-cooks-develop" ,
248254 " khaki-ligers-sing" ,
249255 " khaki-mails-draw" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.155
4+
5+ ### Patch Changes
6+
7+ - fix: robustify migration script ([ #12019 ] ( https://github.com/sveltejs/svelte/pull/12019 ) )
8+
9+ - fix: relax constraint for ` ComponentProps ` ([ #12026 ] ( https://github.com/sveltejs/svelte/pull/12026 ) )
10+
11+ - fix: address event delegation duplication behaviour ([ #12014 ] ( https://github.com/sveltejs/svelte/pull/12014 ) )
12+
13+ - chore: remove ` createRoot ` references ([ #12018 ] ( https://github.com/sveltejs/svelte/pull/12018 ) )
14+
15+ - chore: clear ` Map ` /` Set ` before triggering ` $inspect ` callbacks ([ #12013 ] ( https://github.com/sveltejs/svelte/pull/12013 ) )
16+
17+ - breaking: rename ` $effect.active ` to ` $effect.tracking ` ([ #12022 ] ( https://github.com/sveltejs/svelte/pull/12022 ) )
18+
319## 5.0.0-next.154
420
521### 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.154 " ,
5+ "version" : " 5.0.0-next.155 " ,
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.154 ' ;
9+ export const VERSION = '5.0.0-next.155 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments