release 7.3.3 (publish.md and update svgcanvas)

This commit is contained in:
JFH
2023-12-10 11:29:50 +01:00
parent 2b9fa0be0c
commit 2f9f6e2f71
3 changed files with 12 additions and 3 deletions

9
publish.md Normal file
View File

@@ -0,0 +1,9 @@
## To publish this package
1. Make sure that @svgedit/packages is published if a new version is made (see publish.md in its corresponding folder)
2. modify package.json to update:
- The new version of svgcanvas (if any)
- The new version of svgedit
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'