From 2f8104a9c24455ea6a0813397bf7ad67a7f54305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E6=AD=A2=E4=BC=91?= Date: Sat, 7 Mar 2020 15:51:26 +0800 Subject: [PATCH] update g2 version update g2 version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 701a9c8a9a..f43c05b46b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2plot", - "version": "0.11.35", + "version": "0.11.36", "description": "G2 Plot, a market of plots built with the Grammar of Graphics'", "author": "https://github.com/orgs/antvis/people", "main": "lib/index.js", @@ -57,7 +57,7 @@ }, "dependencies": { "@antv/g-gesture": "~0.1.0", - "@antv/g2": "~3.6.0-beta.19", + "@antv/g2": "~3.6.0-beta.20", "@antv/gui": "~0.1.0", "d3-regression": "^1.2.8", "fecha": "~4.1.0",