From ef1e2d0c06910441a5a1d9d2534b32ed7c6010b9 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 15 Mar 2018 09:05:15 -0400 Subject: [PATCH] -> v1.57.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5853f8c2c..735e0a47e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Svelte changelog +## 1.57.4 + +* Deconflict context names ([#1229](https://github.com/sveltejs/svelte/issues/1229)) +* Use `setAttribute` to set input types ([#1209](https://github.com/sveltejs/svelte/issues/1209)) +* Scale transition duration correctly ([#1221](https://github.com/sveltejs/svelte/issues/1221)) + ## 1.57.3 * Fix scoped CSS on static child elements ([#1223](https://github.com/sveltejs/svelte/issues/1223)) diff --git a/package.json b/package.json index 5dce82eb2c..58fd94cfe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "1.57.3", + "version": "1.57.4", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "files": [