Skip to content

Commit

Permalink
chore: v2.4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Jun 7, 2022
1 parent 2880e92 commit 6df14ee
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
#### 2.4.19 (2022-06-07)

##### Chores

* specify @antv/util dependency ([#3240](https://github.com/antvis/G2plot/pull/3240)) ([e8045596](https://github.com/antvis/G2plot/commit/e804559699e363b0b31625fd62c6c91b4d1fae74))

##### Documentation Changes

* **sankey:** add demo for sankey ([#3227](https://github.com/antvis/G2plot/pull/3227)) ([adbad6f3](https://github.com/antvis/G2plot/commit/adbad6f338f1a2d746b232a941d118bac165435d))

##### Bug Fixes

* **bar:** 修复条形图更新数据时, x y scale 没有交换问题 ([2880e927](https://github.com/antvis/G2plot/commit/2880e927ae026d63a9195e9183c623226dd0fd05))
* **bullet:**
* 修改子弹图单测 ([#3241](https://github.com/antvis/G2plot/pull/3241)) ([518baeb2](https://github.com/antvis/G2plot/commit/518baeb2f04c35a8095ca7b241bc627672c2cc2a))
* 子弹图 添加单数值range/measures 、 多 target 数据修改兼容 ([#3231](https://github.com/antvis/G2plot/pull/3231)) ([3d076dee](https://github.com/antvis/G2plot/commit/3d076deef20e899e79091a355ee83650785e912b))

#### 2.4.18 (2022-06-02)

##### 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.18",
"version": "2.4.19",
"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.18';
export const version = '2.4.19';

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

0 comments on commit 6df14ee

Please sign in to comment.