pull/1582/head v2.9.1
Rich Harris 6 years ago
parent 06451bafd0
commit a043c4414a

@ -1,5 +1,9 @@
# Svelte changelog
## 2.9.1
* Use `template.content` instead of `template` where appropriate ([#1571](https://github.com/sveltejs/svelte/issues/1571))
## 2.9.0
* Play outro transitions on `<svelte:component>` if `nestedTransitions` is true ([#1568](https://github.com/sveltejs/svelte/issues/1568))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "2.9.0",
"version": "2.9.1",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"bin": {

Loading…
Cancel
Save