0
0
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:
Richard Harris 2019-08-06 08:59:54 -04:00
parent 7bf1ead963
commit 2ef004e324
2 changed files with 6 additions and 1 deletions

View File

@ -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))

View File

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.7.0",
"version": "3.7.1",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",