Skip to content

Commit e2bbc56

Browse files
Version Packages (#15466)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent eaf0087 commit e2bbc56

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.changeset/hungry-monkeys-fly.md

-5
This file was deleted.

.changeset/metal-spoons-scream.md

-5
This file was deleted.

.changeset/shy-mirrors-remain.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.22.6
4+
5+
### Patch Changes
6+
7+
- fix: skip `log_if_contains_state` if only logging literals ([#15468](https://github.com/sveltejs/svelte/pull/15468))
8+
9+
- fix: Add `closedby` property to HTMLDialogAttributes type ([#15458](https://github.com/sveltejs/svelte/pull/15458))
10+
11+
- fix: null and warnings for local handlers ([#15460](https://github.com/sveltejs/svelte/pull/15460))
12+
313
## 5.22.5
414

515
### Patch Changes

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.22.5",
5+
"version": "5.22.6",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* The current version, as set in package.json.
55
* @type {string}
66
*/
7-
export const VERSION = '5.22.5';
7+
export const VERSION = '5.22.6';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)