Skip to content

Commit 25e0166

Browse files
github-actions[bot]FoHoOV
authored andcommitted
Version Packages (next) (sveltejs#12132)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5cfac19 commit 25e0166

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@
543543
"swift-feet-juggle",
544544
"swift-knives-tie",
545545
"swift-poets-carry",
546+
"swift-rats-sing",
546547
"swift-ravens-hunt",
547548
"swift-seahorses-deliver",
548549
"tall-books-grin",
@@ -559,6 +560,7 @@
559560
"tasty-steaks-smile",
560561
"ten-eels-move",
561562
"ten-foxes-repeat",
563+
"ten-geese-share",
562564
"ten-jokes-divide",
563565
"ten-peaches-sleep",
564566
"ten-singers-cough",

packages/svelte/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# svelte
22

3+
## 5.0.0-next.164
4+
5+
### Patch Changes
6+
7+
- fix: prevent `a11y_label_has_associated_control` false positive for component or render tag in `<label>` ([#12119](https://github.com/sveltejs/svelte/pull/12119))
8+
9+
- fix: allow multiple optional parameters with defaults in snippets ([#12070](https://github.com/sveltejs/svelte/pull/12070))
10+
311
## 5.0.0-next.163
412

513
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
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.163",
5+
"version": "5.0.0-next.164",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
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.163';
9+
export const VERSION = '5.0.0-next.164';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)