From 2f9f6e2f717819ef92ac1a9b049005bd2ff4bdbb Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Sun, 10 Dec 2023 11:29:50 +0100 Subject: [PATCH] release 7.3.3 (publish.md and update svgcanvas) --- package-lock.json | 4 ++-- package.json | 2 +- publish.md | 9 +++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 publish.md diff --git a/package-lock.json b/package-lock.json index 9a94705c..a5d67a46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "packages/react-test" ], "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", @@ -20166,7 +20166,7 @@ }, "packages/svgcanvas": { "name": "@svgedit/svgcanvas", - "version": "7.2.0", + "version": "7.2.2", "license": "MIT" } } diff --git a/package.json b/package.json index 9f1c4347..51af336a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/publish.md b/publish.md new file mode 100644 index 00000000..54cbd3f7 --- /dev/null +++ b/publish.md @@ -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'