pull/6950/head v3.44.2
Conduitry 3 years ago
parent 9e30326458
commit 03ef0e46e9

@ -1,6 +1,6 @@
# Svelte changelog
## Unreleased
## 3.44.2
* Fix overly restrictive preprocessor types ([#6904](https://github.com/sveltejs/svelte/pull/6904))
* More specific typing for crossfade function - returns a tuple, not an array ([#6926](https://github.com/sveltejs/svelte/issues/6926))

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "svelte",
"version": "3.44.1",
"version": "3.44.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "svelte",
"version": "3.44.1",
"version": "3.44.2",
"license": "MIT",
"devDependencies": {
"@ampproject/remapping": "^0.3.0",

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

Loading…
Cancel
Save