Version Packages (#15466)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/15486/head svelte@5.22.6
github-actions[bot] 6 months ago committed by GitHub
parent eaf0087d7c
commit e2bbc560e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: skip `log_if_contains_state` if only logging literals

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: Add `closedby` property to HTMLDialogAttributes type

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: null and warnings for local handlers

@ -1,5 +1,15 @@
# svelte
## 5.22.6
### Patch Changes
- fix: skip `log_if_contains_state` if only logging literals ([#15468](https://github.com/sveltejs/svelte/pull/15468))
- fix: Add `closedby` property to HTMLDialogAttributes type ([#15458](https://github.com/sveltejs/svelte/pull/15458))
- fix: null and warnings for local handlers ([#15460](https://github.com/sveltejs/svelte/pull/15460))
## 5.22.5
### Patch Changes

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

Loading…
Cancel
Save