Skip to content

Commit ee052dc

Browse files
committed
-> v2.6.1
1 parent 8cec6db commit ee052dc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Svelte changelog
22

3+
## 2.6.1
4+
5+
* Absolutely position outroing animated nodes ([#1457](https://github.com/sveltejs/svelte/pull/1457))
6+
37
## 2.6.0
48

59
* Add `animate` directive ([#1454](https://github.com/sveltejs/svelte/pull/1454))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "The magical disappearing UI framework",
55
"main": "compiler/svelte.js",
66
"bin": {

0 commit comments

Comments
 (0)