Version Packages (#14477)

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

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: upgrade to esm-env 1.2.1 to fix issues with non-Vite setups

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: prevent infinite loops when pruning CSS

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: generate correct code when encountering object expression statement

@ -1,5 +1,15 @@
# svelte
## 5.2.12
### Patch Changes
- fix: upgrade to esm-env 1.2.1 to fix issues with non-Vite setups ([#14470](https://github.com/sveltejs/svelte/pull/14470))
- fix: prevent infinite loops when pruning CSS ([#14474](https://github.com/sveltejs/svelte/pull/14474))
- fix: generate correct code when encountering object expression statement ([#14480](https://github.com/sveltejs/svelte/pull/14480))
## 5.2.11
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.2.11",
"version": "5.2.12",
"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.2.11';
export const VERSION = '5.2.12';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save