Skip to content

Commit

Permalink
Version Packages (next) (#13319)
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] committed Sep 19, 2024
1 parent 5dbe763 commit d653040
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.252",
"version": "5.0.0-next.253",
"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.252';
export const VERSION = '5.0.0-next.253';
export const PUBLIC_VERSION = '5';

0 comments on commit d653040

Please sign in to comment.