Skip to content

Commit dcef8ff

Browse files
Version Packages (#14451)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d6fc176 commit dcef8ff

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.changeset/big-hats-wonder.md

-5
This file was deleted.

.changeset/healthy-drinks-compete.md

-5
This file was deleted.

.changeset/shy-starfishes-type.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.2.10
4+
5+
### Patch Changes
6+
7+
- fix: correctly remove unused selectors in middle of selector lists ([#14448](https://github.com/sveltejs/svelte/pull/14448))
8+
9+
- chore: upgrade esm-env for Vite 6 support ([#14460](https://github.com/sveltejs/svelte/pull/14460))
10+
11+
- fix: strip exported TypeScript function overloads ([#14458](https://github.com/sveltejs/svelte/pull/14458))
12+
313
## 5.2.9
414

515
### Patch Changes

packages/svelte/package.json

+1-1
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.2.9",
5+
"version": "5.2.10",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
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.2.9';
9+
export const VERSION = '5.2.10';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)