Skip to content

Commit

Permalink
chore(release): 3.10.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.10.3](3.10.2...3.10.3) (2023-11-08)

### Bug Fixes

* **axis:** Fix x axis autorotate option applies ([e45eaf7](e45eaf7)), closes [#3433](#3433) [#3499](#3499)
* **labels:** Fix data.labels rendering for ranged data ([a8ebdef](a8ebdef)), closes [#3495](#3495)
* **option:** Fix rotated top padding  ([048c4e2](048c4e2)), closes [#3433](#3433)
* **tooltip:** Fix tooltip.format.value arg for bar range data ([c0f445e](c0f445e)), closes [#3507](#3507)
  • Loading branch information
semantic-release-bot committed Nov 8, 2023
1 parent c0f445e commit 1829c0e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.10.3](https://github.com/naver/billboard.js/compare/3.10.2...3.10.3) (2023-11-08)


### Bug Fixes

* **axis:** Fix x axis autorotate option applies ([e45eaf7](https://github.com/naver/billboard.js/commit/e45eaf7df1c6cf96386a00e3aba6c42e991650f5)), closes [#3433](https://github.com/naver/billboard.js/issues/3433) [#3499](https://github.com/naver/billboard.js/issues/3499)
* **labels:** Fix data.labels rendering for ranged data ([a8ebdef](https://github.com/naver/billboard.js/commit/a8ebdef220c80a00aa91dcc2153bb39eaccd0d4f)), closes [#3495](https://github.com/naver/billboard.js/issues/3495)
* **option:** Fix rotated top padding ([048c4e2](https://github.com/naver/billboard.js/commit/048c4e26ffa06522476b0931098302139c20da4f)), closes [#3433](https://github.com/naver/billboard.js/issues/3433)
* **tooltip:** Fix tooltip.format.value arg for bar range data ([c0f445e](https://github.com/naver/billboard.js/commit/c0f445efcb57a8be97dbee349f24c94e8113752e)), closes [#3507](https://github.com/naver/billboard.js/issues/3507)

## [3.10.2](https://github.com/naver/billboard.js/compare/3.10.1...3.10.2) (2023-10-27)


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.10.2",
"version": "3.10.3",
"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 1829c0e

Please sign in to comment.