From 6b92247d9252462e43988df93fe2bacfeead2091 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A5=E6=98=95?= Date: Mon, 8 Mar 2021 11:16:19 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=AD=A3es=E7=BC=96=E8=AF=91,?= =?UTF-8?q?=20=E5=B9=B6=E9=94=81=E5=AE=9A=E5=8D=87=E7=BA=A7g2=E5=92=8Cplot?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/core.ts | 2 +- tsconfig.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5d63e9c8..2ab08e25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bizcharts", - "version": "4.1.7", + "version": "4.1.8", "description": "bizcharts", "keywords": [ "bizcharts", diff --git a/src/core.ts b/src/core.ts index 0dfcbf50..efae88d5 100644 --- a/src/core.ts +++ b/src/core.ts @@ -14,7 +14,7 @@ registerEngine('svg', SVGEngine); // @ts-ignore export * from '@antv/g2/lib/core'; -export const VERSION = '4.1.7'; +export const VERSION = '4.1.8'; // fixme: supportCSSTransform 在g2@4.1.0 后支持 diff --git a/tsconfig.json b/tsconfig.json index a06979fb..264ee5f9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "experimentalDecorators": true, "esModuleInterop": true, "skipLibCheck": true, - "target": "es2015", + "target": "ES2015", "jsx": "react", "baseUrl": "./", "moduleResolution": "node",