mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-28 16:12:17 +01:00
-> v1.56.2
This commit is contained in:
parent
0599b5fca5
commit
18d3313838
@ -1,5 +1,9 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 1.56.2
|
||||
|
||||
* Null out `key` for children of keyed each blocks ([#1202](https://github.com/sveltejs/svelte/issues/1202))
|
||||
|
||||
## 1.56.1
|
||||
|
||||
* Fix if-in-each bug ([#1195](https://github.com/sveltejs/svelte/issues/1195))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "1.56.1",
|
||||
"version": "1.56.2",
|
||||
"description": "The magical disappearing UI framework",
|
||||
"main": "compiler/svelte.js",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user