pull/7190/head v3.46.3
Conduitry 2 years ago
parent c1544ec6a7
commit 883dfecb3c

@ -1,6 +1,6 @@
# Svelte changelog
## Unreleased
## 3.46.3
* Ignore whitespace in `{#each}` blocks when containing elements with `animate:` ([#5477](https://github.com/sveltejs/svelte/pull/5477))
* Throw compiler error when variable in `context="instance"` collides with import in `context="module"` ([#7090](https://github.com/sveltejs/svelte/issues/7090))

4
package-lock.json generated

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

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

Loading…
Cancel
Save