Version Packages (next) (#13319)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/13329/head svelte@5.0.0-next.253
github-actions[bot] 2 months ago committed by GitHub
parent 5dbe763792
commit d65304007d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -343,6 +343,7 @@
"honest-phones-flash",
"hot-cooks-repair",
"hot-glasses-roll",
"hot-grapes-destroy",
"hot-jobs-tap",
"hot-kangaroos-invite",
"hot-peaches-clean",
@ -488,6 +489,7 @@
"nervous-ducks-repeat",
"nervous-spoons-relax",
"nervous-turkeys-end",
"new-baboons-fetch",
"new-boats-wait",
"new-brooms-grin",
"new-cooks-roll",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.253
### Patch Changes
- fix: delete transformers shadowed by unreassigned state ([#13316](https://github.com/sveltejs/svelte/pull/13316))
- fix: don't make wheel events passive by default ([#13322](https://github.com/sveltejs/svelte/pull/13322))
## 5.0.0-next.252
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.252",
"version": "5.0.0-next.253",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.252';
export const VERSION = '5.0.0-next.253';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save