Skip to content

Commit

Permalink
Version Packages (next) (#13394)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 27, 2024
1 parent 2531658 commit 35ebbe6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"afraid-geckos-dance",
"afraid-kids-hide",
"afraid-moose-matter",
"afraid-trainers-occur",
"afraid-worms-drum",
"angry-birds-fly",
"angry-books-jam",
Expand Down Expand Up @@ -158,6 +159,7 @@
"dull-worms-relax",
"early-ads-tie",
"early-months-whisper",
"early-needles-bake",
"early-taxis-allow",
"eight-carrots-hunt",
"eight-comics-tell",
Expand All @@ -166,6 +168,7 @@
"eight-jeans-compare",
"eight-pianos-raise",
"eight-steaks-shout",
"eight-waves-mate",
"eighty-bikes-camp",
"eighty-bugs-fetch",
"eighty-days-cheat",
Expand Down Expand Up @@ -404,6 +407,7 @@
"lazy-knives-happen",
"lazy-masks-sit",
"lazy-months-knock",
"lazy-queens-agree",
"lazy-spiders-think",
"lemon-geese-call",
"lemon-geese-drum",
Expand Down Expand Up @@ -489,6 +493,7 @@
"neat-jokes-beam",
"nervous-adults-sell",
"nervous-berries-boil",
"nervous-chefs-exist",
"nervous-dolphins-allow",
"nervous-ducks-repeat",
"nervous-spoons-relax",
Expand All @@ -500,6 +505,7 @@
"new-rabbits-flow",
"nice-avocados-move",
"nice-bottles-greet",
"nice-brooms-battle",
"nice-jobs-breathe",
"nine-ants-invite",
"nine-cooks-join",
Expand Down Expand Up @@ -868,6 +874,7 @@
"tricky-ears-shout",
"tricky-laws-bathe",
"twelve-beans-drive",
"twelve-bears-worry",
"twelve-cows-learn",
"twelve-dragons-join",
"twelve-onions-juggle",
Expand Down
18 changes: 18 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# svelte

## 5.0.0-next.260

### Patch Changes

- fix: ensure use directives execute in the correct sequence ([#13384](https://github.com/sveltejs/svelte/pull/13384))

- fix: blank CSS contents while migrating ([#13403](https://github.com/sveltejs/svelte/pull/13403))

- fix: avoid migrating slots in custom elements ([#13406](https://github.com/sveltejs/svelte/pull/13406))

- fix: don't consider children of rules when checking whether they are used or not ([#13410](https://github.com/sveltejs/svelte/pull/13410))

- fix: treat `<img>` alt attribute as content for a11y labelling purposes ([#13411](https://github.com/sveltejs/svelte/pull/13411))

- fix: make ownership widening more robust to userland proxies ([#13377](https://github.com/sveltejs/svelte/pull/13377))

- fix: validation should not fail on anonymous declarations ([#13393](https://github.com/sveltejs/svelte/pull/13393))

## 5.0.0-next.259

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.259",
"version": "5.0.0-next.260",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.259';
export const VERSION = '5.0.0-next.260';
export const PUBLIC_VERSION = '5';

0 comments on commit 35ebbe6

Please sign in to comment.