File tree 4 files changed +21
-2
lines changed
4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 158
158
" dull-worms-relax" ,
159
159
" early-ads-tie" ,
160
160
" early-months-whisper" ,
161
+ " early-needles-bake" ,
161
162
" early-taxis-allow" ,
162
163
" eight-carrots-hunt" ,
163
164
" eight-comics-tell" ,
404
405
" lazy-knives-happen" ,
405
406
" lazy-masks-sit" ,
406
407
" lazy-months-knock" ,
408
+ " lazy-queens-agree" ,
407
409
" lazy-spiders-think" ,
408
410
" lemon-geese-call" ,
409
411
" lemon-geese-drum" ,
489
491
" neat-jokes-beam" ,
490
492
" nervous-adults-sell" ,
491
493
" nervous-berries-boil" ,
494
+ " nervous-chefs-exist" ,
492
495
" nervous-dolphins-allow" ,
493
496
" nervous-ducks-repeat" ,
494
497
" nervous-spoons-relax" ,
500
503
" new-rabbits-flow" ,
501
504
" nice-avocados-move" ,
502
505
" nice-bottles-greet" ,
506
+ " nice-brooms-battle" ,
503
507
" nice-jobs-breathe" ,
504
508
" nine-ants-invite" ,
505
509
" nine-cooks-join" ,
868
872
" tricky-ears-shout" ,
869
873
" tricky-laws-bathe" ,
870
874
" twelve-beans-drive" ,
875
+ " twelve-bears-worry" ,
871
876
" twelve-cows-learn" ,
872
877
" twelve-dragons-join" ,
873
878
" twelve-onions-juggle" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.260
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: blank CSS contents while migrating ([ #13403 ] ( https://github.com/sveltejs/svelte/pull/13403 ) )
8
+
9
+ - fix: don't consider children of rules when checking whether they are used or not ([ #13410 ] ( https://github.com/sveltejs/svelte/pull/13410 ) )
10
+
11
+ - fix: treat ` <img> ` alt attribute as content for a11y labelling purposes ([ #13411 ] ( https://github.com/sveltejs/svelte/pull/13411 ) )
12
+
13
+ - fix: make ownership widening more robust to userland proxies ([ #13377 ] ( https://github.com/sveltejs/svelte/pull/13377 ) )
14
+
15
+ - fix: validation should not fail on anonymous declarations ([ #13393 ] ( https://github.com/sveltejs/svelte/pull/13393 ) )
16
+
3
17
## 5.0.0-next.259
4
18
5
19
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.259 " ,
5
+ "version" : " 5.0.0-next.260 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.259 ' ;
9
+ export const VERSION = '5.0.0-next.260 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments