Skip to content

Commit 2761da6

Browse files
committed
-> v3.6.8
1 parent 0e2cf9e commit 2761da6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 3.6.8
4+
5+
* Preserve global keyframes that don't match local elements ([#3228](https://github.com/sveltejs/svelte/issues/3228))
6+
* Fix spread/`class:` combination ([#3242](https://github.com/sveltejs/svelte/pull/3242))
7+
* Never scope `:root` selector ([#3250](https://github.com/sveltejs/svelte/pull/3250))
8+
* Prevent trailing commas in function arguments ([#3255](https://github.com/sveltejs/svelte/pull/3260))
9+
310
## 3.6.7
411

512
* Prevent corruption of outro callbacks with nested keyed each blocks ([#3209](https://github.com/sveltejs/svelte/pull/3209))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "3.6.7",
3+
"version": "3.6.8",
44
"description": "Cybernetically enhanced web apps",
55
"module": "index.mjs",
66
"main": "index",

0 commit comments

Comments
 (0)