Skip to content

Commit 357e1a7

Browse files
Version Packages (#15088)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e3d4a0f commit 357e1a7

10 files changed

+20
-37
lines changed

.changeset/clever-cherries-hear.md

-5
This file was deleted.

.changeset/dirty-sloths-move.md

-5
This file was deleted.

.changeset/large-islands-cover.md

-5
This file was deleted.

.changeset/pink-wolves-search.md

-5
This file was deleted.

.changeset/strange-hairs-trade.md

-5
This file was deleted.

.changeset/tasty-pigs-greet.md

-5
This file was deleted.

.changeset/two-doors-exercise.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# svelte
22

3+
## 5.19.3
4+
5+
### Patch Changes
6+
7+
- fix: don't throw for `undefined` non delegated event handlers ([#15087](https://github.com/sveltejs/svelte/pull/15087))
8+
9+
- fix: consistently set value to blank string when value attribute is undefined ([#15057](https://github.com/sveltejs/svelte/pull/15057))
10+
11+
- fix: optimise || expressions in template ([#15092](https://github.com/sveltejs/svelte/pull/15092))
12+
13+
- fix: correctly handle `novalidate` attribute casing ([#15083](https://github.com/sveltejs/svelte/pull/15083))
14+
15+
- fix: expand boolean attribute support ([#15095](https://github.com/sveltejs/svelte/pull/15095))
16+
17+
- fix: avoid double deriveds in component props ([#15089](https://github.com/sveltejs/svelte/pull/15089))
18+
19+
- fix: add check for `is` attribute to correctly detect custom elements ([#15086](https://github.com/sveltejs/svelte/pull/15086))
20+
321
## 5.19.2
422

523
### 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.19.2",
5+
"version": "5.19.3",
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.19.2';
7+
export const VERSION = '5.19.3';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)