Skip to content

Commit

Permalink
chore(release): 3.7.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.7.2](3.7.1...3.7.2) (2023-01-19)

### Bug Fixes

* **api:** Fix tooltip.hide() error call for Arc types ([163495b](163495b)), closes [#3038](#3038)
* **bar:** Fix drawing on inverted axis ([d25bf31](d25bf31)), closes [#3049](#3049)
* **type:** fix wrong .grid() API param type ([0ef8a51](0ef8a51)), closes [#3037](#3037)
  • Loading branch information
semantic-release-bot committed Jan 19, 2023
1 parent d25bf31 commit 39a0fd0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.7.2](https://github.com/naver/billboard.js/compare/3.7.1...3.7.2) (2023-01-19)


### Bug Fixes

* **api:** Fix tooltip.hide() error call for Arc types ([163495b](https://github.com/naver/billboard.js/commit/163495b7e809566f71f416951647b20f3417556a)), closes [#3038](https://github.com/naver/billboard.js/issues/3038)
* **bar:** Fix drawing on inverted axis ([d25bf31](https://github.com/naver/billboard.js/commit/d25bf3100d02385d321b2db427db0f8419670a79)), closes [#3049](https://github.com/naver/billboard.js/issues/3049)
* **type:** fix wrong .grid() API param type ([0ef8a51](https://github.com/naver/billboard.js/commit/0ef8a51f885ee40dd37a21b7c61ed96ccd4bc177)), closes [#3037](https://github.com/naver/billboard.js/issues/3037)

## [3.7.1](https://github.com/naver/billboard.js/compare/3.7.0...3.7.1) (2023-01-13)


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": "billboard.js",
"version": "3.7.1",
"version": "3.7.2",
"description": "Re-usable easy interface JavaScript chart library, based on D3 v4+",
"homepage": "https://naver.github.io/billboard.js/",
"main": "dist/billboard.js",
Expand Down

0 comments on commit 39a0fd0

Please sign in to comment.