svgcanvas 7.2.7
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -20334,7 +20334,7 @@
|
|||||||
},
|
},
|
||||||
"packages/svgcanvas": {
|
"packages/svgcanvas": {
|
||||||
"name": "@svgedit/svgcanvas",
|
"name": "@svgedit/svgcanvas",
|
||||||
"version": "7.2.6",
|
"version": "7.2.7",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# svgcanvas CHANGES
|
# 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
|
## 7.2.5
|
||||||
- update dependencies
|
- update dependencies
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@svgedit/svgcanvas",
|
"name": "@svgedit/svgcanvas",
|
||||||
"version": "7.2.6",
|
"version": "7.2.7",
|
||||||
"description": "SVG Canvas",
|
"description": "SVG Canvas",
|
||||||
"main": "dist/svgcanvas.js",
|
"main": "dist/svgcanvas.js",
|
||||||
"author": "Narendra Sisodiya",
|
"author": "Narendra Sisodiya",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
## To publish this package
|
## To publish this package
|
||||||
1. update the version number in package.json
|
1. update the version number in package.json
|
||||||
2. run 'npm install' to update the corresponding package-lock.json
|
2. update the CHANGES.md
|
||||||
3. update the CHANGES.md
|
3. move to the package directory (packages/svgcanvas)
|
||||||
4. run 'npm publish' (that will automate the build)
|
4. run 'npm publish' (that will automate the build)
|
||||||
5. create a commit with above changes called 'release x.y.z'
|
5. create a commit with above changes called 'release x.y.z'
|
||||||
|
|||||||
Reference in New Issue
Block a user