From c45b18a387f6e20b26c4630cbef7f5d7812c9395 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 6 Mar 2018 15:24:51 -0500 Subject: [PATCH] -> v1.56.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1103eb326..647a7c446a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Svelte changelog +## 1.56.3 + +* Top-level transitions work inside nested components ([#1188](https://github.com/sveltejs/svelte/issues/1188)) +* Always use internal `_mount` method ([#1201](https://github.com/sveltejs/svelte/issues/1201)) + ## 1.56.2 * Null out `key` for children of keyed each blocks ([#1202](https://github.com/sveltejs/svelte/issues/1202)) diff --git a/package.json b/package.json index 3524d42eb4..0ba0e9f05a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.56.2", + "version": "1.56.3", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [