Skip to content

Commit

Permalink
chore(release): 3.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.3](3.0.2...3.0.3) (2021-04-16)

### Bug Fixes

* **axis:** Fix axis.x.padding value setting ([a8ec411](a8ec411)), closes [#2038](#2038)
* **axis:** fix handling x padding value ([0a42768](0a42768)), closes [#2038](#2038)
* **candlestick:** fix to set expand state ([1e6a10d](1e6a10d)), closes [#2036](#2036)
* **types:** fix missing candlestick export ([ab778b2](ab778b2)), closes [#2007](#2007)
* **types:** updated bar/candlestick options types ([0a48fd6](0a48fd6)), closes [#2043](#2043)
  • Loading branch information
semantic-release-bot committed Apr 16, 2021
1 parent b9b8d16 commit dd2eecd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.0.3](https://github.com/naver/billboard.js/compare/3.0.2...3.0.3) (2021-04-16)


### Bug Fixes

* **axis:** Fix axis.x.padding value setting ([a8ec411](https://github.com/naver/billboard.js/commit/a8ec411f893458925428e1b09ec5d4f13e28c863)), closes [#2038](https://github.com/naver/billboard.js/issues/2038)
* **axis:** fix handling x padding value ([0a42768](https://github.com/naver/billboard.js/commit/0a427682dc18eee44d20e8953c993c9ee2475913)), closes [#2038](https://github.com/naver/billboard.js/issues/2038)
* **candlestick:** fix to set expand state ([1e6a10d](https://github.com/naver/billboard.js/commit/1e6a10d553f7d39bd77fb787cafb928ec739a304)), closes [#2036](https://github.com/naver/billboard.js/issues/2036)
* **types:** fix missing candlestick export ([ab778b2](https://github.com/naver/billboard.js/commit/ab778b2aa9ded18f495b4b96b6f17a4c296bed48)), closes [#2007](https://github.com/naver/billboard.js/issues/2007)
* **types:** updated bar/candlestick options types ([0a48fd6](https://github.com/naver/billboard.js/commit/0a48fd61d06a9d078f806f5e508836f701e9d5af)), closes [#2043](https://github.com/naver/billboard.js/issues/2043)

## [3.0.2](https://github.com/naver/billboard.js/compare/3.0.1...3.0.2) (2021-03-31)


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.0.2",
"version": "3.0.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 dd2eecd

Please sign in to comment.