Skip to content

Commit b6300ee

Browse files
committed
-> v2.6.3
1 parent 8b20837 commit b6300ee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 2.6.3
4+
5+
* Nested transitions respect `skipIntroByDefault` ([#1460](https://github.com/sveltejs/svelte/issues/1460))
6+
* Always create outro for top-level block ([#1470](https://github.com/sveltejs/svelte/issues/1470))
7+
38
## 2.6.2
49

510
* Fix spread+bindings on dynamic components ([#1433](https://github.com/sveltejs/svelte/issues/1433))

package.json

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

0 commit comments

Comments
 (0)