Skip to content

Commit 23ecc36

Browse files
Version Packages (#15271)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f747c41 commit 23ecc36

9 files changed

+20
-32
lines changed

.changeset/five-apes-develop.md

-5
This file was deleted.

.changeset/fuzzy-zoos-repeat.md

-5
This file was deleted.

.changeset/hip-singers-vanish.md

-5
This file was deleted.

.changeset/rare-hounds-wave.md

-5
This file was deleted.

.changeset/slow-meals-wait.md

-5
This file was deleted.

.changeset/thick-carrots-arrive.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.20.0
4+
5+
### Minor Changes
6+
7+
- feat: SSR-safe ID generation with `$props.id()` ([#15185](https://github.com/sveltejs/svelte/pull/15185))
8+
9+
### Patch Changes
10+
11+
- fix: take private and public into account for `constant_assignment` of derived state ([#15276](https://github.com/sveltejs/svelte/pull/15276))
12+
13+
- fix: value/checked not correctly set using spread ([#15239](https://github.com/sveltejs/svelte/pull/15239))
14+
15+
- chore: tweak effect self invalidation logic, run transition dispatches without reactive context ([#15275](https://github.com/sveltejs/svelte/pull/15275))
16+
17+
- fix: use `importNode` to clone templates for Firefox ([#15272](https://github.com/sveltejs/svelte/pull/15272))
18+
19+
- fix: recurse into `$derived` for ownership validation ([#15166](https://github.com/sveltejs/svelte/pull/15166))
20+
321
## 5.19.10
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.10",
5+
"version": "5.20.0",
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.10';
7+
export const VERSION = '5.20.0';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)