Skip to content

Commit

Permalink
chore: release 2.2.13 (#2024)
Browse files Browse the repository at this point in the history
Co-authored-by: aiyin.lzy <nadia.lzy@antfin.com>
  • Loading branch information
liuzhenying and aiyin.lzy authored Nov 29, 2020
1 parent 81885fe commit 397459d
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.2.13 (2020-11-29)

##### New Features
* auto set limitInPlot in dual-axes and bidirectional-bar ([#2020](https://github.com/antvis/g2plot/pull/2020)) ([0882ca3](https://github.com/antvis/g2plot/commit/0882ca30d596f79bd8490aca9adce116f9663fae))

##### Bug Fixes
* fix yAxis.min & yAxis.max in tiny chart([#2022](https://github.com/antvis/g2plot/pull/2022)) ([56ae9f3](https://github.com/antvis/g2plot/commit/56ae9f3fe545387bbf578094b9a5501ba84d6679))
* fix tooltip setting in scatter([#2019](https://github.com/antvis/g2plot/pull/2019)) ([81885fe](https://github.com/antvis/G2Plot/commit/81885fe7daa1b2c0fd154e75cb589ed3ab0b7bad))
* fix word-cloud's font-size issue([#2017](https://github.com/antvis/G2Plot/pull/2017)) ([f19ad50](https://github.com/antvis/G2Plot/commit/f19ad50bd499b982df18af4db3d2f515c945aa6d))

#### 2.2.12 (2020-11-25)

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

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

0 comments on commit 397459d

Please sign in to comment.