From 9efe791233f80ffed99b0b3f874cefb820b90f00 Mon Sep 17 00:00:00 2001 From: newbyvector Date: Tue, 7 Nov 2023 20:11:46 +0800 Subject: [PATCH] chore: release some packages @antv/x6-common@2.0.16 @antv/x6@2.15.5 --- packages/x6-common/package.json | 2 +- packages/x6/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" },