Skip to content

Commit

Permalink
chore: update version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paleface001 committed May 19, 2020
1 parent b609738 commit 4d42158
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## <small>1.1.2 (2020-05-09)
- 🌟feat: combo series line ([04aa6c7](https://github.com/antvis/G2Plot/commit/04aa6c7))
- 🌟feat: update customize tooltip configration ([3b5a513](https://github.com/antvis/G2Plot/commit/3b5a513))
- 🐞fix: pie default radius ([9854cda](https://github.com/antvis/G2Plot/commit/9854cda))
## <small>1.1.3 (2020-05-19)
- 🌟feat: line plot label responsive ([3b20a94](https://github.com/antvis/G2Plot/commit/3b20a94))
- 🌟feat: public method for chart ([b609738](https://github.com/antvis/G2Plot/commit/b609738))
- 🐞fix: 轴标题配置及padding计算 ([7332d75](https://github.com/antvis/G2Plot/commit/7332d75))
- 🐞fix: guideline display ([dc4e25a](https://github.com/antvis/G2Plot/commit/dc4e25a))

## <small>1.1.2 (2020-05-09
🌟feat: combo series line (04aa6c7)
🌟feat: update customize tooltip configration (3b5a513)
🐞fix: pie default radius (9854cda)

## <small>1.1.1 (2020-05-06)
- 🐞fix: chart name typo ([7b2a0b](https://github.com/antvis/G2Plot/commit/7b2a0b0))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g2plot",
"version": "1.1.2",
"version": "1.1.3",
"description": "An interactive and responsive charting library",
"keywords": [
"chart",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@antv/g-base": "~0.4.0",
"@antv/g-canvas": "~0.4.0",
"@antv/g-svg": "~0.4.0",
"@antv/g2": "~4.0.3",
"@antv/g2": "~4.0.8",
"@antv/matrix-util": "~3.1.0-beta.1",
"@antv/scale": "~0.3.1",
"@antv/util": "~2.0.7",
Expand Down

0 comments on commit 4d42158

Please sign in to comment.