pull/1503/head v2.6.6
Rich Harris 6 years ago
parent c5544b7faf
commit 54799736b8

@ -1,5 +1,9 @@
# Svelte changelog
## 2.6.6
* Fix nested transition bug ([#1497](https://github.com/sveltejs/svelte/issues/1497))
## 2.6.5
* Handle cases where only some `if` block branches have outros ([#1492](https://github.com/sveltejs/svelte/issues/1492))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "2.6.5",
"version": "2.6.6",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {

Loading…
Cancel
Save