From 8b8df8ce4f0c87d59f1f7d9ac4eb72ba7bd06604 Mon Sep 17 00:00:00 2001 From: newbyvector Date: Mon, 11 Sep 2023 21:05:56 +0800 Subject: [PATCH] chore: release x6@2.14.1 --- packages/x6-angular-shape/package.json | 2 +- packages/x6/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/x6-angular-shape/package.json b/packages/x6-angular-shape/package.json index 9ab4cef069b..b74f141cd36 100644 --- a/packages/x6-angular-shape/package.json +++ b/packages/x6-angular-shape/package.json @@ -1,6 +1,6 @@ { "name": "@antv/x6-angular-shape", - "version": "2.0.1", + "version": "2.0.2", "description": "X6 shape for rendering angular components.", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/x6/package.json b/packages/x6/package.json index 07f743b8611..fad97f9a694 100644 --- a/packages/x6/package.json +++ b/packages/x6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/x6", - "version": "2.13.1", + "version": "2.14.1", "description": "JavaScript diagramming library that uses SVG and HTML for rendering", "main": "lib/index.js", "module": "es/index.js",