We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5544b7 commit 5479973Copy full SHA for 5479973
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 2.6.6
4
+
5
+* Fix nested transition bug ([#1497](https://github.com/sveltejs/svelte/issues/1497))
6
7
## 2.6.5
8
9
* Handle cases where only some `if` block branches have outros ([#1492](https://github.com/sveltejs/svelte/issues/1492))
package.json
@@ -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": {
0 commit comments