Version Packages (#14499)

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

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: correctly prune CSS for elements inside snippets

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: render attributes during SSR regardless of case

@ -1,5 +1,13 @@
# svelte
## 5.3.2
### Patch Changes
- fix: correctly prune CSS for elements inside snippets ([#14494](https://github.com/sveltejs/svelte/pull/14494))
- fix: render attributes during SSR regardless of case ([#14492](https://github.com/sveltejs/svelte/pull/14492))
## 5.3.1
### Patch Changes

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

Loading…
Cancel
Save