0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v2.6.1

This commit is contained in:
Rich Harris 2018-05-14 10:59:51 -04:00
parent 8cec6dbff2
commit ee052dc7bd
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Svelte changelog
## 2.6.1
* Absolutely position outroing animated nodes ([#1457](https://github.com/sveltejs/svelte/pull/1457))
## 2.6.0
* Add `animate` directive ([#1454](https://github.com/sveltejs/svelte/pull/1454))

View File

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