release 7.2.2
This commit is contained in:
8
packages/svgcanvas/CHANGES.md
Normal file
8
packages/svgcanvas/CHANGES.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# svgcanvas CHANGES
|
||||
|
||||
## 7.2.1
|
||||
- npm packages ugrade
|
||||
- bug fixes
|
||||
|
||||
## previous history
|
||||
- See svgedit changes.md
|
||||
13
packages/svgcanvas/package-lock.json
generated
13
packages/svgcanvas/package-lock.json
generated
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"name": "@svgedit/svgcanvas",
|
||||
"version": "7.1.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@svgedit/svgcanvas",
|
||||
"version": "7.1.5",
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@svgedit/svgcanvas",
|
||||
"version": "7.2.0",
|
||||
"version": "7.2.2",
|
||||
"description": "SVG Canvas",
|
||||
"main": "dist/svgcanvas.js",
|
||||
"author": "Narendra Sisodiya",
|
||||
|
||||
6
packages/svgcanvas/publish.md
Normal file
6
packages/svgcanvas/publish.md
Normal file
@@ -0,0 +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
|
||||
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