Version Packages

github-actions[bot] 20 hours ago
parent 41642b70ee
commit b78e55572a

@ -1,5 +0,0 @@
---
'svelte': patch
---
chore: drop dead code that make TSGO fail

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: avoid declaration tag warning in event handlers

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: correctly transform declaration tags during SSR

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: don't treat declaration tags as parts inside each blocks

@ -1,5 +1,17 @@
# svelte
## 5.56.5
### Patch Changes
- chore: drop dead code that make TSGO fail ([#18496](https://github.com/sveltejs/svelte/pull/18496))
- fix: avoid declaration tag warning in event handlers ([#18500](https://github.com/sveltejs/svelte/pull/18500))
- fix: correctly transform declaration tags during SSR ([#18492](https://github.com/sveltejs/svelte/pull/18492))
- fix: don't treat declaration tags as parts inside each blocks ([#18507](https://github.com/sveltejs/svelte/pull/18507))
## 5.56.4
### Patch Changes

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

@ -4,5 +4,5 @@
* The current version, as set in package.json.
* @type {string}
*/
export const VERSION = '5.56.4';
export const VERSION = '5.56.5';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save