From c70a91bde97b30d1c3e5ceffc7608e8c16347b60 Mon Sep 17 00:00:00 2001 From: newbyvector Date: Tue, 11 Jul 2023 21:47:09 +0800 Subject: [PATCH] chore: release @antv/x6@2.11.5 --- packages/x6-plugin-scroller/package.json | 2 +- packages/x6/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/x6-plugin-scroller/package.json b/packages/x6-plugin-scroller/package.json index 1c4dee63f0d..33dd1992730 100644 --- a/packages/x6-plugin-scroller/package.json +++ b/packages/x6-plugin-scroller/package.json @@ -1,6 +1,6 @@ { "name": "@antv/x6-plugin-scroller", - "version": "2.0.9", + "version": "2.0.10", "description": "scroller plugin for X6", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/x6/package.json b/packages/x6/package.json index f0464adfcac..f38d23d310b 100644 --- a/packages/x6/package.json +++ b/packages/x6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/x6", - "version": "2.11.3", + "version": "2.11.5", "description": "JavaScript diagramming library that uses SVG and HTML for rendering", "main": "lib/index.js", "module": "es/index.js",