Skip to content

Commit 7de5d6c

Browse files
committed
-> v3.5.3
1 parent 7b5f176 commit 7de5d6c

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Svelte changelog
22

3+
## 3.5.3
4+
5+
* Don't double-destroy keyed each blocks with outros ([#3055](https://github.com/sveltejs/svelte/issues/3055))
6+
37
## 3.5.2
48

59
* Prevent duplicated outros causing errors ([#3001](https://github.com/sveltejs/svelte/issues/3001))

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "Cybernetically enhanced web apps",
55
"module": "index.mjs",
66
"main": "index",

0 commit comments

Comments
 (0)