Version Packages (#14451)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/14468/head svelte@5.2.10
github-actions[bot] 4 weeks ago committed by GitHub
parent d6fc176fcb
commit dcef8ff45a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: correctly remove unused selectors in middle of selector lists

@ -1,5 +0,0 @@
---
'svelte': patch
---
chore: upgrade esm-env for Vite 6 support

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: strip exported TypeScript function overloads

@ -1,5 +1,15 @@
# svelte # svelte
## 5.2.10
### Patch Changes
- fix: correctly remove unused selectors in middle of selector lists ([#14448](https://github.com/sveltejs/svelte/pull/14448))
- chore: upgrade esm-env for Vite 6 support ([#14460](https://github.com/sveltejs/svelte/pull/14460))
- fix: strip exported TypeScript function overloads ([#14458](https://github.com/sveltejs/svelte/pull/14458))
## 5.2.9 ## 5.2.9
### Patch Changes ### Patch Changes

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

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

Loading…
Cancel
Save