Skip to content

Commit

Permalink
5.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sporritt committed Jul 25, 2022
1 parent bd04aea commit 4676f4d
Show file tree
Hide file tree
Showing 26 changed files with 37 additions and 31 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.10.3

July 25th 2022

- Minor internal refactoring in the Toolkit edition.

## 5.10.2

July 22nd 2022
Expand Down
Binary file modified dist/browser-ui-lists/jsplumb-browser-ui-lists.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/browser-ui-lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/browser-ui-lists",
"version": "5.10.2",
"version": "5.10.3",
"description": "Scrollable list manager for jsPlumb",
"main": "js/jsplumb.browser-ui-lists.cjs.js",
"module": "js/jsplumb.browser-ui-lists.es.js",
Expand Down Expand Up @@ -30,6 +30,6 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/browser-ui": "5.10.2"
"@jsplumb/browser-ui": "5.10.3"
}
}
Binary file modified dist/browser-ui/jsplumb-browser-ui.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/browser-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/browser-ui",
"version": "5.10.2",
"version": "5.10.3",
"description": "jsPlumb renderer for browsers that connects DOM/SVG elements to each other with individual SVG elements",
"main": "js/jsplumb.browser-ui.cjs.js",
"module": "js/jsplumb.browser-ui.es.js",
Expand Down Expand Up @@ -31,6 +31,6 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/core": "5.10.2"
"@jsplumb/core": "5.10.3"
}
}
Binary file modified dist/common/jsplumb-common.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/common",
"version": "5.10.2",
"version": "5.10.3",
"description": "",
"main": "js/jsplumb.common.cjs.js",
"module": "js/jsplumb.common.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/util": "5.10.2"
"@jsplumb/util": "5.10.3"
},
"devDependencies": {}
}
Binary file modified dist/connector-bezier/jsplumb-connector-bezier.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/connector-bezier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/connector-bezier",
"version": "5.10.2",
"version": "5.10.3",
"description": "The Bezier and StateMachine connectors",
"main": "js/jsplumb.connector-bezier.cjs.js",
"module": "js/jsplumb.connector-bezier.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/core": "5.10.2"
"@jsplumb/core": "5.10.3"
},
"devDependencies": {}
}
Binary file modified dist/connector-flowchart/jsplumb-connector-flowchart.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/connector-flowchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/connector-flowchart",
"version": "5.10.2",
"version": "5.10.3",
"description": "The Flowchart connector",
"main": "js/jsplumb.connector-flowchart.cjs.js",
"module": "js/jsplumb.connector-flowchart.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/core": "5.10.2"
"@jsplumb/core": "5.10.3"
},
"devDependencies": {}
}
Binary file modified dist/core/jsplumb-core.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/core",
"version": "5.10.2",
"version": "5.10.3",
"description": "Visual connectivity for webapps. This is the core package, which is imported by specific renderers. You probably want to import @jsplumb/browser-ui, as it is currently the only renderer available.",
"main": "js/jsplumb.core.cjs.js",
"module": "js/jsplumb.core.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/common": "5.10.2"
"@jsplumb/common": "5.10.3"
},
"devDependencies": {}
}
Binary file modified dist/test/jsplumb-test.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/test",
"version": "5.10.2",
"version": "5.10.3",
"description": "",
"main": "js/jsplumb.test.cjs.js",
"module": "js/jsplumb.test.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/browser-ui": "5.10.2"
"@jsplumb/browser-ui": "5.10.3"
},
"devDependencies": {}
}
Binary file modified dist/util/jsplumb-util.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/util",
"version": "5.10.2",
"version": "5.10.3",
"description": "",
"main": "js/jsplumb.util.cjs.js",
"module": "js/jsplumb.util.es.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "5.10.2",
"version": "5.10.3",
"workspaces": [
"ts/*"
],
Expand Down
4 changes: 2 additions & 2 deletions ts/browser-ui-lists/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/browser-ui-lists",
"version": "5.10.2",
"version": "5.10.3",
"description": "Scrollable list manager for jsPlumb",
"main": "js/jsplumb.browser-ui-lists.cjs.js",
"module": "js/jsplumb.browser-ui-lists.es.js",
Expand Down Expand Up @@ -30,6 +30,6 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/browser-ui": "5.10.2"
"@jsplumb/browser-ui": "5.10.3"
}
}
4 changes: 2 additions & 2 deletions ts/browser-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/browser-ui",
"version": "5.10.2",
"version": "5.10.3",
"description": "jsPlumb renderer for browsers that connects DOM/SVG elements to each other with individual SVG elements",
"main": "js/jsplumb.browser-ui.cjs.js",
"module": "js/jsplumb.browser-ui.es.js",
Expand Down Expand Up @@ -31,6 +31,6 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/core": "5.10.2"
"@jsplumb/core": "5.10.3"
}
}
4 changes: 2 additions & 2 deletions ts/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/common",
"version": "5.10.2",
"version": "5.10.3",
"description": "",
"main": "js/jsplumb.common.cjs.js",
"module": "js/jsplumb.common.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/util": "5.10.2"
"@jsplumb/util": "5.10.3"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions ts/connector-bezier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/connector-bezier",
"version": "5.10.2",
"version": "5.10.3",
"description": "The Bezier and StateMachine connectors",
"main": "js/jsplumb.connector-bezier.cjs.js",
"module": "js/jsplumb.connector-bezier.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/core": "5.10.2"
"@jsplumb/core": "5.10.3"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions ts/connector-flowchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/connector-flowchart",
"version": "5.10.2",
"version": "5.10.3",
"description": "The Flowchart connector",
"main": "js/jsplumb.connector-flowchart.cjs.js",
"module": "js/jsplumb.connector-flowchart.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/core": "5.10.2"
"@jsplumb/core": "5.10.3"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions ts/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/core",
"version": "5.10.2",
"version": "5.10.3",
"description": "Visual connectivity for webapps. This is the core package, which is imported by specific renderers. You probably want to import @jsplumb/browser-ui, as it is currently the only renderer available.",
"main": "js/jsplumb.core.cjs.js",
"module": "js/jsplumb.core.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/common": "5.10.2"
"@jsplumb/common": "5.10.3"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions ts/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/test",
"version": "5.10.2",
"version": "5.10.3",
"description": "",
"main": "js/jsplumb.test.cjs.js",
"module": "js/jsplumb.test.es.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"author": "jsPlumb (hello@jsplumbtoolkit.com)",
"license": "(MIT OR GPL-2.0)",
"dependencies": {
"@jsplumb/browser-ui": "5.10.2"
"@jsplumb/browser-ui": "5.10.3"
},
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion ts/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsplumb/util",
"version": "5.10.2",
"version": "5.10.3",
"description": "",
"main": "js/jsplumb.util.cjs.js",
"module": "js/jsplumb.util.es.js",
Expand Down

0 comments on commit 4676f4d

Please sign in to comment.