Skip to content

Commit 9873443

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

File tree

9 files changed

+18
-32
lines changed

9 files changed

+18
-32
lines changed

.changeset/kind-kiwis-train.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/little-laws-sit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-chairs-compete.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silver-ties-itch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/unlucky-laws-decide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wicked-apples-yawn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/svelte/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# svelte
22

3+
## 5.20.2
4+
5+
### Patch Changes
6+
7+
- chore: remove unused `options.uid` in `render` ([#15302](https://github.com/sveltejs/svelte/pull/15302))
8+
9+
- fix: do not warn for `binding_property_non_reactive` if binding is a store in an each ([#15318](https://github.com/sveltejs/svelte/pull/15318))
10+
11+
- fix: prevent writable store value from becoming a proxy when reassigning using $-prefix ([#15283](https://github.com/sveltejs/svelte/pull/15283))
12+
13+
- fix: `muted` reactive without `bind` and select/autofocus attributes working with function calls ([#15326](https://github.com/sveltejs/svelte/pull/15326))
14+
15+
- fix: ensure input elements and elements with `dir` attribute are marked as non-static ([#15259](https://github.com/sveltejs/svelte/pull/15259))
16+
17+
- fix: fire delegated events on target even it was disabled in the meantime ([#15319](https://github.com/sveltejs/svelte/pull/15319))
18+
319
## 5.20.1
420

521
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
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.1",
5+
"version": "5.20.2",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
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.1';
7+
export const VERSION = '5.20.2';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy