From 791e69fa25db2bf44f9b1ee83ecbb667c08a675a Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Thu, 30 Dec 2021 23:51:40 -0300 Subject: [PATCH] prepare for 7.1.0 --- CHANGES.md | 4 ++++ README.md | 2 +- package-lock.json | 16 ++++++++-------- package.json | 2 +- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 948c6c53..88c0df91 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # SVG-Edit CHANGES +## 7.1.0 +- Large refactoring of svgcanvas (a lot of remaining work with the goal to separate in its own package).This explains the move to a minor version +- move to a new linter (standard). +- Several issues fixed ## 7.0.2 - create an IIFE build. ## 7.0.1 diff --git a/README.md b/README.md index 6625e1fa..38cc6b38 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Please let us know with an issue or a discussions if you wish to contribute. Thanks to **Netlify**, you can test the following builds: -### [Try SVGEdit 7.0.0 here](https://svgedit.netlify.app/editor/index.html) +### [Try SVGEdit 7.1.0 here](https://svgedit.netlify.app/editor/index.html) [Try SVGEdit 5.1.0 here](https://6098683962bf91702907ee33--svgedit.netlify.app/editor/svg-editor.html) diff --git a/package-lock.json b/package-lock.json index 2da1e825..249aef6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@cypress/code-coverage": "3.9.12", "@cypress/fiddle": "1.19.3", "@rollup/plugin-babel": "5.3.0", - "@rollup/plugin-commonjs": "21.0.1", + "@rollup/plugin-commonjs": "^18", "@rollup/plugin-dynamic-import-vars": "1.4.2", "@rollup/plugin-node-resolve": "13.1.1", "@rollup/plugin-replace": "3.0.1", @@ -3588,9 +3588,9 @@ } }, "node_modules/@rollup/plugin-commonjs": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.1.tgz", - "integrity": "sha512-EA+g22lbNJ8p5kuZJUYyhhDK7WgJckW5g4pNN7n4mAFUM96VuwUnNT3xr2Db2iCZPI1pJPbGyfT5mS9T1dHfMg==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-18.1.0.tgz", + "integrity": "sha512-h3e6T9rUxVMAQswpDIobfUHn/doMzM9sgkMrsMWCFLmB84PSoC8mV8tOloAJjSRwdqhXBqstlX2BwBpHJvbhxg==", "dev": true, "dependencies": { "@rollup/pluginutils": "^3.1.0", @@ -3605,7 +3605,7 @@ "node": ">= 8.0.0" }, "peerDependencies": { - "rollup": "^2.38.3" + "rollup": "^2.30.0" } }, "node_modules/@rollup/plugin-commonjs/node_modules/estree-walker": { @@ -25908,9 +25908,9 @@ } }, "@rollup/plugin-commonjs": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.1.tgz", - "integrity": "sha512-EA+g22lbNJ8p5kuZJUYyhhDK7WgJckW5g4pNN7n4mAFUM96VuwUnNT3xr2Db2iCZPI1pJPbGyfT5mS9T1dHfMg==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-18.1.0.tgz", + "integrity": "sha512-h3e6T9rUxVMAQswpDIobfUHn/doMzM9sgkMrsMWCFLmB84PSoC8mV8tOloAJjSRwdqhXBqstlX2BwBpHJvbhxg==", "dev": true, "requires": { "@rollup/pluginutils": "^3.1.0", diff --git a/package.json b/package.json index db05d5e4..32e73470 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@cypress/code-coverage": "3.9.12", "@cypress/fiddle": "1.19.3", "@rollup/plugin-babel": "5.3.0", - "@rollup/plugin-commonjs": "21.0.1", + "@rollup/plugin-commonjs": "^18", "@rollup/plugin-dynamic-import-vars": "1.4.2", "@rollup/plugin-node-resolve": "13.1.1", "@rollup/plugin-replace": "3.0.1",