Skip to content

Commit

Permalink
release 7.3.3 (publish.md and update svgcanvas)
Browse files Browse the repository at this point in the history
jfhenon committed Dec 10, 2023

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent 2b9fa0b commit 2f9f6e2
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@
]
},
"dependencies": {
"@svgedit/svgcanvas": "7.2.1",
"@svgedit/svgcanvas": "7.2.2",
"browser-fs-access": "0.35.0",
"core-js": "3.34.0",
"elix": "15.0.1",
9 changes: 9 additions & 0 deletions publish.md
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 2f9f6e2

Please sign in to comment.