pull/1572/head v2.8.1
Rich Harris 7 years ago
parent 685a36f2b7
commit bec49a0ad0

@ -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))

@ -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": {

Loading…
Cancel
Save