Skip to content

Commit

Permalink
chore(release): 3.10.0-next.3 [skip ci]
Browse files Browse the repository at this point in the history
# [3.10.0-next.3](3.10.0-next.2...3.10.0-next.3) (2023-09-22)

### Bug Fixes

* **axis:** Fix axis.x.height=0 to be applied ([0c562c3](0c562c3)), closes [#3424](#3424)
* **domain:** fix trimXDomain not trimming min ([bacc287](bacc287)), closes [#3420](#3420)
* **option:** Fix inconsistency of padding ([0c1ce81](0c1ce81)), closes [#3426](#3426)

### Features

* **plugin:** Add nullString option ([29bdb0c](29bdb0c)), closes [#3412](#3412) [#3413](#3413)
  • Loading branch information
semantic-release-bot committed Sep 22, 2023
1 parent ef65b9c commit 044d07d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.10.0-next.3](https://github.com/naver/billboard.js/compare/3.10.0-next.2...3.10.0-next.3) (2023-09-22)


### Bug Fixes

* **axis:** Fix axis.x.height=0 to be applied ([0c562c3](https://github.com/naver/billboard.js/commit/0c562c30fc301b6989dd65fae6372e724caf3bb7)), closes [#3424](https://github.com/naver/billboard.js/issues/3424)
* **domain:** fix trimXDomain not trimming min ([bacc287](https://github.com/naver/billboard.js/commit/bacc28735e9397114b75c5230e6c99b854c8993e)), closes [#3420](https://github.com/naver/billboard.js/issues/3420)
* **option:** Fix inconsistency of padding ([0c1ce81](https://github.com/naver/billboard.js/commit/0c1ce8180122b51924077039d928bdbbf677ff87)), closes [#3426](https://github.com/naver/billboard.js/issues/3426)


### Features

* **plugin:** Add nullString option ([29bdb0c](https://github.com/naver/billboard.js/commit/29bdb0cede20052d3511c1fcf593b015ea527916)), closes [#3412](https://github.com/naver/billboard.js/issues/3412) [#3413](https://github.com/naver/billboard.js/issues/3413)

# [3.10.0-next.2](https://github.com/naver/billboard.js/compare/3.10.0-next.1...3.10.0-next.2) (2023-09-08)


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.0-next.2",
"version": "3.10.0-next.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 044d07d

Please sign in to comment.