From 6a11028cc3630939ee372cefce1cb69b235630dc Mon Sep 17 00:00:00 2001 From: visiky <736929286@qq.com> Date: Wed, 23 Mar 2022 18:36:54 +0800 Subject: [PATCH] v 2.4.12 (#3156) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(bidirectional-bar): 对称条形图支持主题配置 * chore: v2.4.12 & changelog --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- src/index.ts | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e444eafe..471443ad76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +#### 2.4.12 (2022-03-23) + +##### Chores + +* v2.4.11 & changelog ([#3153](https://github.com/antvis/G2plot/pull/3153)) ([0f18de11](https://github.com/antvis/G2plot/commit/0f18de11e426305714852620e3cab49b800b7284)) + +##### New Features + +* **bidirectional-bar:** 对称条形图支持主题配置 ([69160c4f](https://github.com/antvis/G2plot/commit/69160c4f9f8dda354ce1daef9a641bcbd7b30d1d)) + + #### 2.4.11 (2022-03-22) ##### New Features diff --git a/package.json b/package.json index a800a5d209..74ca5c3993 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2plot", - "version": "2.4.11", + "version": "2.4.12", "description": "An interactive and responsive charting library", "keywords": [ "chart", diff --git a/src/index.ts b/src/index.ts index 4f14952550..81a8a600c0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -export const version = '2.4.11'; +export const version = '2.4.12'; // G2 自定义能力透出 import * as G2 from '@antv/g2';