Skip to content

Commit 3a1d084

Browse files
authored
Release v4.0.0-alpha.2 (#2493)
1 parent cc74f36 commit 3a1d084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/joint-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jointjs",
33
"title": "JointJS",
4-
"version": "4.0.0-alpha.1",
4+
"version": "4.0.0-alpha.2",
55
"description": "JavaScript diagramming library",
66
"sideEffects": false,
77
"main": "./dist/joint.min.js",

packages/joint-layout-directed-graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@joint/layout-directed-graph",
33
"title": "JointJS LayoutDirectedGraph",
4-
"version": "4.0.0-alpha.1",
4+
"version": "4.0.0-alpha.2",
55
"description": "LayoutDirectedGraph module for JointJS",
66
"main": "dist/DirectedGraph.js",
77
"module": "./DirectedGraph.mjs",

0 commit comments

Comments
 (0)