File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1313 " afraid-geckos-dance" ,
1414 " afraid-kids-hide" ,
1515 " afraid-moose-matter" ,
16+ " afraid-trainers-occur" ,
1617 " afraid-worms-drum" ,
1718 " angry-birds-fly" ,
1819 " angry-books-jam" ,
158159 " dull-worms-relax" ,
159160 " early-ads-tie" ,
160161 " early-months-whisper" ,
162+ " early-needles-bake" ,
161163 " early-taxis-allow" ,
162164 " eight-carrots-hunt" ,
163165 " eight-comics-tell" ,
166168 " eight-jeans-compare" ,
167169 " eight-pianos-raise" ,
168170 " eight-steaks-shout" ,
171+ " eight-waves-mate" ,
169172 " eighty-bikes-camp" ,
170173 " eighty-bugs-fetch" ,
171174 " eighty-days-cheat" ,
404407 " lazy-knives-happen" ,
405408 " lazy-masks-sit" ,
406409 " lazy-months-knock" ,
410+ " lazy-queens-agree" ,
407411 " lazy-spiders-think" ,
408412 " lemon-geese-call" ,
409413 " lemon-geese-drum" ,
489493 " neat-jokes-beam" ,
490494 " nervous-adults-sell" ,
491495 " nervous-berries-boil" ,
496+ " nervous-chefs-exist" ,
492497 " nervous-dolphins-allow" ,
493498 " nervous-ducks-repeat" ,
494499 " nervous-spoons-relax" ,
500505 " new-rabbits-flow" ,
501506 " nice-avocados-move" ,
502507 " nice-bottles-greet" ,
508+ " nice-brooms-battle" ,
503509 " nice-jobs-breathe" ,
504510 " nine-ants-invite" ,
505511 " nine-cooks-join" ,
868874 " tricky-ears-shout" ,
869875 " tricky-laws-bathe" ,
870876 " twelve-beans-drive" ,
877+ " twelve-bears-worry" ,
871878 " twelve-cows-learn" ,
872879 " twelve-dragons-join" ,
873880 " twelve-onions-juggle" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.260
4+
5+ ### Patch Changes
6+
7+ - fix: ensure use directives execute in the correct sequence ([ #13384 ] ( https://github.com/sveltejs/svelte/pull/13384 ) )
8+
9+ - fix: blank CSS contents while migrating ([ #13403 ] ( https://github.com/sveltejs/svelte/pull/13403 ) )
10+
11+ - fix: avoid migrating slots in custom elements ([ #13406 ] ( https://github.com/sveltejs/svelte/pull/13406 ) )
12+
13+ - fix: don't consider children of rules when checking whether they are used or not ([ #13410 ] ( https://github.com/sveltejs/svelte/pull/13410 ) )
14+
15+ - fix: treat ` <img> ` alt attribute as content for a11y labelling purposes ([ #13411 ] ( https://github.com/sveltejs/svelte/pull/13411 ) )
16+
17+ - fix: make ownership widening more robust to userland proxies ([ #13377 ] ( https://github.com/sveltejs/svelte/pull/13377 ) )
18+
19+ - fix: validation should not fail on anonymous declarations ([ #13393 ] ( https://github.com/sveltejs/svelte/pull/13393 ) )
20+
321## 5.0.0-next.259
422
523### 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.259 " ,
5+ "version" : " 5.0.0-next.260 " ,
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.259 ' ;
9+ export const VERSION = '5.0.0-next.260 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments