diff --git a/packages/x6-common/package.json b/packages/x6-common/package.json index 99fb4115ba1..36bb41737d6 100644 --- a/packages/x6-common/package.json +++ b/packages/x6-common/package.json @@ -1,6 +1,6 @@ { "name": "@antv/x6-common", - "version": "2.0.15", + "version": "2.0.16", "description": "Basic toolkit for X6", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/x6/package.json b/packages/x6/package.json index 2805f2475e1..69282e3b39a 100644 --- a/packages/x6/package.json +++ b/packages/x6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/x6", - "version": "2.15.4", + "version": "2.15.5", "description": "JavaScript diagramming library that uses SVG and HTML for rendering", "main": "lib/index.js", "module": "es/index.js", @@ -44,7 +44,7 @@ "pretest": "rss" }, "dependencies": { - "@antv/x6-common": "^2.0.15", + "@antv/x6-common": "^2.0.16", "@antv/x6-geometry": "^2.0.5", "utility-types": "^3.10.0" },