mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
-> v3.7.1
This commit is contained in:
parent
7bf1ead963
commit
2ef004e324
@ -1,5 +1,10 @@
|
||||
# Svelte changelog
|
||||
|
||||
## 3.7.1
|
||||
|
||||
* Assume `let` variables are dynamic for slots ([#3354](https://github.com/sveltejs/svelte/issues/3354))
|
||||
* Allow transition functions to return nothing ([#2246](https://github.com/sveltejs/svelte/pull/2246))
|
||||
|
||||
## 3.7.0
|
||||
|
||||
* Disable warnings via `svelte-ignore` comments ([#3351](https://github.com/sveltejs/svelte/pull/3351))
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svelte",
|
||||
"version": "3.7.0",
|
||||
"version": "3.7.1",
|
||||
"description": "Cybernetically enhanced web apps",
|
||||
"module": "index.mjs",
|
||||
"main": "index",
|
||||
|
Loading…
Reference in New Issue
Block a user