From a9a9afdd14f375500c86eec559199a69c78ff6eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A5=E6=98=95?= Date: Fri, 8 Oct 2021 16:38:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- src/core.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6ec28112..2cee7ffb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bizcharts", - "version": "4.1.13", + "version": "4.1.14", "description": "bizcharts", "keywords": [ "bizcharts", @@ -46,7 +46,7 @@ }, "dependencies": { "@antv/component": "*", - "@antv/g2": "4.1.29", + "@antv/g2": "4.1.30", "@antv/g2plot": "2.3.35", "@antv/util": "*", "@babel/plugin-transform-modules-commonjs": "^7.12.1", diff --git a/src/core.ts b/src/core.ts index 17ac8fd5..8501ace2 100644 --- a/src/core.ts +++ b/src/core.ts @@ -17,7 +17,7 @@ registerEngine('svg', SVGEngine); // @ts-ignore export * from '@antv/g2/lib/core'; -export const VERSION = '4.1.13'; +export const VERSION = '4.1.14';