From bec49a0ad08489cd3fefbe348bd6807575191604 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 22 Jun 2018 20:19:25 -0400 Subject: [PATCH] -> v2.8.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 653a14ed76..d3e7b5a137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 2.8.1 + +* Fix prefixed animation name replacement ([#1556](https://github.com/sveltejs/svelte/pull/1556)) + ## 2.8.0 * Correctly set store on nested components (to parent store, not root store) ([#1538](https://github.com/sveltejs/svelte/issues/1538)) diff --git a/package.json b/package.json index b48344748c..16f3142e90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.8.0", + "version": "2.8.1", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {