Skip to content

Commit a2f0218

Browse files
Version Packages
1 parent d4360af commit a2f0218

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

.changeset/healthy-guests-itch.md

-5
This file was deleted.

.changeset/serious-glasses-kiss.md

-5
This file was deleted.

.changeset/stale-plums-drop.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.20.3
4+
5+
### Patch Changes
6+
7+
- Allow `@const` inside `#key` ([#15377](https://github.com/sveltejs/svelte/pull/15377))
8+
9+
- chore: remove unnecessary `?? ''` on some expressions ([#15287](https://github.com/sveltejs/svelte/pull/15287))
10+
11+
- fix: correctly override class attributes with class directives ([#15352](https://github.com/sveltejs/svelte/pull/15352))
12+
313
## 5.20.2
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.20.2",
5+
"version": "5.20.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.20.2';
7+
export const VERSION = '5.20.3';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)