Skip to content

Commit 429908d

Browse files
Version Packages (next)
1 parent 30c438c commit 429908d

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

+5
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
"dull-worms-relax",
159159
"early-ads-tie",
160160
"early-months-whisper",
161+
"early-needles-bake",
161162
"early-taxis-allow",
162163
"eight-carrots-hunt",
163164
"eight-comics-tell",
@@ -404,6 +405,7 @@
404405
"lazy-knives-happen",
405406
"lazy-masks-sit",
406407
"lazy-months-knock",
408+
"lazy-queens-agree",
407409
"lazy-spiders-think",
408410
"lemon-geese-call",
409411
"lemon-geese-drum",
@@ -489,6 +491,7 @@
489491
"neat-jokes-beam",
490492
"nervous-adults-sell",
491493
"nervous-berries-boil",
494+
"nervous-chefs-exist",
492495
"nervous-dolphins-allow",
493496
"nervous-ducks-repeat",
494497
"nervous-spoons-relax",
@@ -500,6 +503,7 @@
500503
"new-rabbits-flow",
501504
"nice-avocados-move",
502505
"nice-bottles-greet",
506+
"nice-brooms-battle",
503507
"nice-jobs-breathe",
504508
"nine-ants-invite",
505509
"nine-cooks-join",
@@ -868,6 +872,7 @@
868872
"tricky-ears-shout",
869873
"tricky-laws-bathe",
870874
"twelve-beans-drive",
875+
"twelve-bears-worry",
871876
"twelve-cows-learn",
872877
"twelve-dragons-join",
873878
"twelve-onions-juggle",

packages/svelte/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# svelte
22

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+
317
## 5.0.0-next.259
418

519
### Patch Changes

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {

packages/svelte/src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
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';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)