Skip to content

Commit e4987d2

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

8 files changed

+17
-28
lines changed

.changeset/fast-pants-decide.md

-5
This file was deleted.

.changeset/lemon-cougars-buy.md

-6
This file was deleted.

.changeset/sixty-cats-search.md

-5
This file was deleted.

.changeset/spotty-drinks-tan.md

-5
This file was deleted.

.changeset/two-dragons-camp.md

-5
This file was deleted.

packages/svelte/CHANGELOG.md

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

3+
## 5.20.5
4+
5+
### Patch Changes
6+
7+
- fix: allow double hyphen css selector names ([#15384](https://github.com/sveltejs/svelte/pull/15384))
8+
9+
- fix: class:directive not working with $restProps #15386 ([#15389](https://github.com/sveltejs/svelte/pull/15389))
10+
fix: spread add an useless cssHash on non-scoped element
11+
12+
- fix: catch error on @const tag in svelte:boundary in DEV mode ([#15369](https://github.com/sveltejs/svelte/pull/15369))
13+
14+
- fix: allow for duplicate `var` declarations ([#15382](https://github.com/sveltejs/svelte/pull/15382))
15+
16+
- fix : bug "$0 is not defined" on svelte:element with a function call on class ([#15396](https://github.com/sveltejs/svelte/pull/15396))
17+
318
## 5.20.4
419

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

0 commit comments

Comments
 (0)