We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf1ead commit 2ef004eCopy full SHA for 2ef004e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Svelte changelog
2
3
+## 3.7.1
4
+
5
+* Assume `let` variables are dynamic for slots ([#3354](https://github.com/sveltejs/svelte/issues/3354))
6
+* Allow transition functions to return nothing ([#2246](https://github.com/sveltejs/svelte/pull/2246))
7
8
## 3.7.0
9
10
* Disable warnings via `svelte-ignore` comments ([#3351](https://github.com/sveltejs/svelte/pull/3351))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "3.7.0",
+ "version": "3.7.1",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",
0 commit comments