From b6300eea5ec014f6cc892af69ef3cdff4d4b8bba Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 16 May 2018 22:05:56 -0400 Subject: [PATCH] -> v2.6.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd02a4295..dd5a52c0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 2.6.3 + +* Nested transitions respect `skipIntroByDefault` ([#1460](https://github.com/sveltejs/svelte/issues/1460)) +* Always create outro for top-level block ([#1470](https://github.com/sveltejs/svelte/issues/1470)) + ## 2.6.2 * Fix spread+bindings on dynamic components ([#1433](https://github.com/sveltejs/svelte/issues/1433)) diff --git a/package.json b/package.json index eef7757606..0e8cfe1880 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.6.2", + "version": "2.6.3", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {