pull/7738/head
Rich Harris 8 years ago
parent f777d4fd90
commit 7f374c5d42

@ -1,5 +1,9 @@
# Svelte changelog # Svelte changelog
## 1.23.3
* Pass parameters to `get_block` ([#667](https://github.com/sveltejs/svelte/issues/667))
## 1.23.2 ## 1.23.2
* Fix if blocks being recreated on update ([#665](https://github.com/sveltejs/svelte/issues/665)) * Fix if blocks being recreated on update ([#665](https://github.com/sveltejs/svelte/issues/665))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.23.2", "version": "1.23.3",
"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