release 7.3.3

This commit is contained in:
JFH
2023-12-10 10:57:06 +01:00
parent f0e4407f44
commit 13245ec2ff
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# SVG-Edit CHANGES # SVG-Edit CHANGES
## 7.3.3
- npm packages ugrade
- fix export and xy panel
## 7.3.2 ## 7.3.2
- npm packages ugrade - npm packages ugrade
- refactor, fix and and put back the connector extension - refactor, fix and and put back the connector extension

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "svgedit", "name": "svgedit",
"version": "7.3.2", "version": "7.3.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "svgedit", "name": "svgedit",
"version": "7.3.2", "version": "7.3.3",
"license": "(MIT AND Apache-2.0 AND ISC AND LGPL-3.0-or-later AND X11)", "license": "(MIT AND Apache-2.0 AND ISC AND LGPL-3.0-or-later AND X11)",
"workspaces": [ "workspaces": [
"packages/svgcanvas", "packages/svgcanvas",

View File

@@ -1,6 +1,6 @@
{ {
"name": "svgedit", "name": "svgedit",
"version": "7.3.2", "version": "7.3.3",
"description": "Powerful SVG-Editor for your browser ", "description": "Powerful SVG-Editor for your browser ",
"main": "dist/Editor.js", "main": "dist/Editor.js",
"module": "dist/Editor.js", "module": "dist/Editor.js",