Skip to content

Commit d653040

Browse files
Version Packages (next) (#13319)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5dbe763 commit d653040

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
@@ -343,6 +343,7 @@
343343
"honest-phones-flash",
344344
"hot-cooks-repair",
345345
"hot-glasses-roll",
346+
"hot-grapes-destroy",
346347
"hot-jobs-tap",
347348
"hot-kangaroos-invite",
348349
"hot-peaches-clean",
@@ -488,6 +489,7 @@
488489
"nervous-ducks-repeat",
489490
"nervous-spoons-relax",
490491
"nervous-turkeys-end",
492+
"new-baboons-fetch",
491493
"new-boats-wait",
492494
"new-brooms-grin",
493495
"new-cooks-roll",

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.253
4+
5+
### Patch Changes
6+
7+
- fix: delete transformers shadowed by unreassigned state ([#13316](https://github.com/sveltejs/svelte/pull/13316))
8+
9+
- fix: don't make wheel events passive by default ([#13322](https://github.com/sveltejs/svelte/pull/13322))
10+
311
## 5.0.0-next.252
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.252",
5+
"version": "5.0.0-next.253",
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.252';
9+
export const VERSION = '5.0.0-next.253';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)