svgcanvas 7.2.7
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user