From 543de1999dfb4e4486ca7614e41061ea20f4ff1d Mon Sep 17 00:00:00 2001 From: vector Date: Mon, 3 Jul 2023 20:39:37 +0800 Subject: [PATCH] chore: release some packages (#3727) --- packages/x6-common/package.json | 2 +- packages/x6-plugin-stencil/package.json | 2 +- packages/x6/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/x6-common/package.json b/packages/x6-common/package.json index 14debea7f53..8a9e085f14d 100644 --- a/packages/x6-common/package.json +++ b/packages/x6-common/package.json @@ -1,6 +1,6 @@ { "name": "@antv/x6-common", - "version": "2.0.12", + "version": "2.0.13", "description": "Basic toolkit for X6", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/x6-plugin-stencil/package.json b/packages/x6-plugin-stencil/package.json index 4d615ba0bde..fc6b9832390 100644 --- a/packages/x6-plugin-stencil/package.json +++ b/packages/x6-plugin-stencil/package.json @@ -1,6 +1,6 @@ { "name": "@antv/x6-plugin-stencil", - "version": "2.0.3", + "version": "2.0.4", "description": "stencil plugin for X6", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/x6/package.json b/packages/x6/package.json index c27fb9ac642..33b6b6c5c3a 100644 --- a/packages/x6/package.json +++ b/packages/x6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/x6", - "version": "2.11.1", + "version": "2.11.2", "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.12", + "@antv/x6-common": "^2.0.13", "@antv/x6-geometry": "^2.0.5", "utility-types": "^3.10.0" },