From 00bb7c0e076b5ce009cfd6c944eff56e26f07733 Mon Sep 17 00:00:00 2001 From: newbyvector Date: Fri, 17 Dec 2021 12:43:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20release=20x6=20v1.28.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/x6/package.json | 2 +- sites/x6-sites/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/x6/package.json b/packages/x6/package.json index aca814a6587..dccc6f590f7 100644 --- a/packages/x6/package.json +++ b/packages/x6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/x6", - "version": "1.28.1", + "version": "1.28.2", "description": "JavaScript diagramming library that uses SVG and HTML for rendering.", "main": "lib/index.js", "module": "es/index.js", diff --git a/sites/x6-sites/package.json b/sites/x6-sites/package.json index b08288b840c..c8daeb3d1fc 100644 --- a/sites/x6-sites/package.json +++ b/sites/x6-sites/package.json @@ -18,7 +18,7 @@ "@antv/gatsby-theme-antv": "^1.1.13", "@antv/hierarchy": "^0.6.6", "@antv/layout": "^0.1.9", - "@antv/x6": "^1.28.2", + "@antv/x6": "^1.28.1", "@antv/x6-react-components": "^1.1.16", "@antv/x6-react-shape": "^1.5.2", "antd": "^4.4.2",