From f8b6274fb101545064418d4db3e212d5e1a1027b Mon Sep 17 00:00:00 2001 From: visiky <736929286@qq.com> Date: Tue, 28 Dec 2021 16:53:36 +0800 Subject: [PATCH] chore: v2.4.5 & changelog (#3054) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/index.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab2cd7a501..286e443bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +#### 2.4.5 (2021-12-28) + +##### New Features + +* **area:** 面积图支持 line 独立设置 state,避免填充颜色出现问题 ([#3053](https://github.com/antvis/G2plot/pull/3053)) ([54342e6f](https://github.com/antvis/G2plot/commit/54342e6fc08eb659abdc741ba83d5b2f2e8d1249)) + #### 2.4.1 (2021-12-14) ##### Bug Fixes diff --git a/package.json b/package.json index 8bb981106a..5f439578db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2plot", - "version": "2.4.4", + "version": "2.4.5", "description": "An interactive and responsive charting library", "keywords": [ "chart", diff --git a/src/index.ts b/src/index.ts index ebde75a10f..8813ab1718 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -export const version = '2.4.4'; +export const version = '2.4.5'; // G2 自定义能力透出 import * as G2 from '@antv/g2';