diff --git a/package-lock.json b/package-lock.json index c3970f72..0f8a3f0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20334,7 +20334,7 @@ }, "packages/svgcanvas": { "name": "@svgedit/svgcanvas", - "version": "7.2.6", + "version": "7.2.7", "license": "MIT" } } diff --git a/packages/svgcanvas/CHANGES.md b/packages/svgcanvas/CHANGES.md index d748174f..4f2f13ba 100644 --- a/packages/svgcanvas/CHANGES.md +++ b/packages/svgcanvas/CHANGES.md @@ -1,5 +1,11 @@ # svgcanvas CHANGES + +## 7.2.7 +- Prefer href to xlink href (#1059) +- Fix group rotation (#1058) +- Fixed a bug where a rotated text or image did not translate correctly. (#1055) + ## 7.2.5 - update dependencies diff --git a/packages/svgcanvas/package.json b/packages/svgcanvas/package.json index e22df6b6..5a028f95 100644 --- a/packages/svgcanvas/package.json +++ b/packages/svgcanvas/package.json @@ -1,6 +1,6 @@ { "name": "@svgedit/svgcanvas", - "version": "7.2.6", + "version": "7.2.7", "description": "SVG Canvas", "main": "dist/svgcanvas.js", "author": "Narendra Sisodiya", diff --git a/packages/svgcanvas/publish.md b/packages/svgcanvas/publish.md index f4bd3303..1ae03736 100644 --- a/packages/svgcanvas/publish.md +++ b/packages/svgcanvas/publish.md @@ -1,6 +1,6 @@ ## To publish this package 1. update the version number in package.json -2. run 'npm install' to update the corresponding package-lock.json -3. update the CHANGES.md +2. update the CHANGES.md +3. move to the package directory (packages/svgcanvas) 4. run 'npm publish' (that will automate the build) 5. create a commit with above changes called 'release x.y.z'