Skip to content

Commit

Permalink
v 2.4.12 (#3156)
Browse files Browse the repository at this point in the history
* feat(bidirectional-bar): 对称条形图支持主题配置

* chore: v2.4.12 & changelog
  • Loading branch information
visiky authored Mar 23, 2022
1 parent 4757182 commit 6a11028
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#### 2.4.12 (2022-03-23)

##### Chores

* v2.4.11 & changelog ([#3153](https://github.com/antvis/G2plot/pull/3153)) ([0f18de11](https://github.com/antvis/G2plot/commit/0f18de11e426305714852620e3cab49b800b7284))

##### New Features

* **bidirectional-bar:** 对称条形图支持主题配置 ([69160c4f](https://github.com/antvis/G2plot/commit/69160c4f9f8dda354ce1daef9a641bcbd7b30d1d))


#### 2.4.11 (2022-03-22)

##### New Features
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.11",
"version": "2.4.12",
"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.11';
export const version = '2.4.12';

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

0 comments on commit 6a11028

Please sign in to comment.