svgcanvas 7.2.7

This commit is contained in:
JFH
2025-06-09 17:01:41 +02:00
parent 865d1bea33
commit 3f9d674854
4 changed files with 10 additions and 4 deletions

View File

@@ -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

View File

@@ -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",

View File

@@ -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'