Skip to content

Commit

Permalink
chore: v2.4.26 & changelog (#3485)
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Mar 3, 2023
1 parent 0a4f376 commit 8ab57ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 2.4.26 (2023-03-03)

##### Documentation Changes

* fix typo ([#3480](https://github.com/antvis/G2plot/pull/3480)) ([1b0a0a96](https://github.com/antvis/G2plot/commit/1b0a0a966a1d50102197b53463907f0b6a48df1a))

##### Bug Fixes

* **Sankey:** insufficient pass-in parameters for the callback function of edgeStyle ([#3483](https://github.com/antvis/G2plot/pull/3483)) ([0a4f376b](https://github.com/antvis/G2plot/commit/0a4f376bbf5b70223ff604af69fea97262fff69d))

#### 2.4.25 (2023-02-06)

##### Chores
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.25",
"version": "2.4.26",
"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.25';
export const version = '2.4.26';

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

0 comments on commit 8ab57ec

Please sign in to comment.