Skip to content

Commit 318ae4c

Browse files
committed
chore: v2.4.17 & changelog
1 parent 89a4a14 commit 318ae4c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 2.4.17 (2022-05-24)
2+
3+
##### New Features
4+
5+
* **sankey:** sankey support not to display node and edge which is null ([89a4a14b](https://github.com/antvis/G2plot/commit/89a4a14b547b406c84cbeb6fc0b5b85290b3e929))
6+
17
#### 2.4.16 (2022-04-22)
28

39
##### Chores

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g2plot",
3-
"version": "2.4.16",
3+
"version": "2.4.17",
44
"description": "An interactive and responsive charting library",
55
"keywords": [
66
"chart",

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const version = '2.4.16';
1+
export const version = '2.4.17';
22

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

0 commit comments

Comments
 (0)