Skip to content

Commit

Permalink
chore: v2.4.3 & changelog (#3044)
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Dec 23, 2021
1 parent a1104ec commit 047e607
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 2.4.3 (2021-12-23)

##### Bug Fixes

* **line:** 修复折线图 marker-active 交互,在 point 为空时存在隐藏错误 ([#3043](https://github.com/antvis/G2plot/pull/3043)) ([a1104ec5](https://github.com/antvis/G2plot/commit/a1104ec540f6a8235b35611689ece67cb69c4fa3))

#### 2.4.2 (2021-12-21)

##### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g2plot",
"version": "2.4.2",
"version": "2.4.3",
"description": "An interactive and responsive charting library",
"keywords": [
"chart",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = '2.4.2';
export const version = '2.4.3';

// G2 自定义能力透出
import * as G2 from '@antv/g2';
Expand Down

0 comments on commit 047e607

Please sign in to comment.