From 3b3e1c839c9991559547ca3e203d2282d4f90c36 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Tue, 10 Jan 2023 12:17:09 -0500 Subject: [PATCH] -> v3.55.1 --- CHANGELOG.md | 22 +++++++++++----------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 136927af52..ce1e2a2621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,17 @@ # Svelte changelog -## Unreleased - -* Add missing `submitter` property to `on:submit` event type +## 3.55.1 + +* Fix `draw` transition with delay showing a dot at the beginning of the path ([#6816](https://github.com/sveltejs/svelte/issues/6816)) +* Fix infinity runtime call stack when propagating bindings ([#7032](https://github.com/sveltejs/svelte/issues/7032)) +* Fix static `` optimization in production mode ([#7937](https://github.com/sveltejs/svelte/issues/7937)) +* Fix `svelte-ignore` comment breaking named slot ([#8075](https://github.com/sveltejs/svelte/issues/8075)) +* Revert change to prevent running init binding unnecessarily ([#8103](https://github.com/sveltejs/svelte/issues/8103)) +* Fix adding duplicate event listeners with `` ([#8129](https://github.com/sveltejs/svelte/issues/8129)) +* Improve detection of promises that are also functions ([#8162](https://github.com/sveltejs/svelte/pull/8162)) +* Avoid mutating spread component props during SSR ([#8171](https://github.com/sveltejs/svelte/issues/8171)) * Add missing typing for global `part` attribute ([#8181](https://github.com/sveltejs/svelte/issues/8181)) -* Fix static `` optimization in production mode ([#7938](https://github.com/sveltejs/svelte/pull/7938)) -* Fix `draw` transition with delay showing a dot at the beginning of transition ([#6816](https://github.com/sveltejs/svelte/issues/6816)) -* Fix `svelte-ignore` comment breaks named slot ([#8075](https://github.com/sveltejs/svelte/issues/8075)) -* Fix duplicate event listeners for `` ([#8129](https://github.com/sveltejs/svelte/issues/8129)) -* Fix max call stack exceeded ([#7032](https://github.com/sveltejs/svelte/issues/7032)) -* Revert to prevent running init binding unnecessarily ([#8103](https://github.com/sveltejs/svelte/issues/8103)) -* Improve `is_promise` logic ([#8162](https://github.com/sveltejs/svelte/pull/8162)) -* Spread component props for immutably during SSR ([#8171](https://github.com/sveltejs/svelte/issues/8171)) +* Add missing `submitter` property to `on:submit` event type ## 3.55.0 diff --git a/package-lock.json b/package-lock.json index 70fac43f0e..f993cad461 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "svelte", - "version": "3.55.0", + "version": "3.55.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "svelte", - "version": "3.55.0", + "version": "3.55.1", "license": "MIT", "devDependencies": { "@ampproject/remapping": "^0.3.0", diff --git a/package.json b/package.json index 8839b95c75..1efd4cb780 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "3.55.0", + "version": "3.55.1", "description": "Cybernetically enhanced web apps", "module": "index.mjs", "main": "index",