pull/7738/head
Rich Harris 8 years ago
parent c24527ce75
commit 6f85a5510c

@ -1,5 +1,9 @@
# Svelte changelog # Svelte changelog
## 1.23.2
* Fix if blocks being recreated on update ([#665](https://github.com/sveltejs/svelte/issues/665))
## 1.23.1 ## 1.23.1
* Fix each-else blocks that are empty on initial render ([#662](https://github.com/sveltejs/svelte/issues/662)) * Fix each-else blocks that are empty on initial render ([#662](https://github.com/sveltejs/svelte/issues/662))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.23.1", "version": "1.23.2",
"description": "The magical disappearing UI framework", "description": "The magical disappearing UI framework",
"main": "compiler/svelte.js", "main": "compiler/svelte.js",
"files": [ "files": [

Loading…
Cancel
Save