From 68666fa9ee9f4ba7ab640ee2c763387e9aede663 Mon Sep 17 00:00:00 2001 From: zqlu Date: Mon, 23 Dec 2019 16:39:29 +0800 Subject: [PATCH] chore: update version to 0.11.14 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 70cfdc49da..a181ebd78d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2plot", - "version": "0.11.13", + "version": "0.11.14", "description": "G2 Plot, a market of plots built with the Grammar of Graphics'", "author": "https://github.com/orgs/antvis/people", "main": "lib/index.js", @@ -50,7 +50,7 @@ } }, "dependencies": { - "@antv/g2": "~3.6.0-beta.10", + "@antv/g2": "~3.6.0-beta.11", "@antv/gui": "~0.1.0", "@antv/g-gesture": "~0.1.0", "fecha": "~3.0.3", @@ -60,7 +60,7 @@ }, "peerDependencies": { "@antv/g": "~3.5.0-beta.1", - "@antv/component": "~0.4.0-beta.8", + "@antv/component": "~0.4.0-beta.9", "@antv/dom-util": "~2.0.1", "@antv/event-emitter": "^0.1.1", "@antv/matrix-util": "~2.0.2",