From 64afea3551b1f8298cfe3e3289ad90cc1de51ffd Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 20 Jun 2018 14:23:23 -0400 Subject: [PATCH] -> v2.8.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5051a1b22..653a14ed76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Svelte changelog +## 2.8.0 + +* Correctly set store on nested components (to parent store, not root store) ([#1538](https://github.com/sveltejs/svelte/issues/1538)) + ## 2.7.2 * Prevent unnecessary remounts ([#1527](https://github.com/sveltejs/svelte/issues/1527)) diff --git a/package.json b/package.json index c1890ee3ae..b48344748c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "2.7.2", + "version": "2.8.0", "description": "The magical disappearing UI framework", "main": "compiler/svelte.js", "bin": {