From 73c6a3b60a8c515098e5affb1782380bfda78aab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich-Matthias=20Sch=C3=A4fer?= Date: Thu, 27 Jun 2024 12:00:05 +0200 Subject: [PATCH] release 3.2.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9b3016..3bc5edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ==== +## [3.2.4] + +### Fixed + +- fixed dmove for nested svgs (https://github.com/svgdotjs/svg.draggable.js/issues/127) + ## [3.2.3] ### Fixed @@ -1045,6 +1051,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: +[3.2.4]: https://github.com/svgdotjs/svg.js/releases/tag/3.2.4 [3.2.3]: https://github.com/svgdotjs/svg.js/releases/tag/3.2.3 [3.2.2]: https://github.com/svgdotjs/svg.js/releases/tag/3.2.2 [3.2.1]: https://github.com/svgdotjs/svg.js/releases/tag/3.2.1 diff --git a/package.json b/package.json index 6088475..8ed1678 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@svgdotjs/svg.js", - "version": "3.2.3", + "version": "3.2.4", "type": "module", "description": "A lightweight library for manipulating and animating SVG.", "url": "https://svgjs.dev/", -- 2.39.5