Skip to content

Commit

Permalink
chore(release): 3.9.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [3.9.0-next.1](3.8.2...3.9.0-next.1) (2023-06-15)

### Bug Fixes

* **export:** Fix Plugin class import ([24c0976](24c0976)), closes [#3221](#3221)
* **shape:** Fix shape rendering issue on Windows ([cf1b484](cf1b484)), closes [#3222](#3222)
* **tooltip:** Fix tooltip overflow when right side edge is hovered ([9ce900d](9ce900d)), closes [#3254](#3254)

### Features

* **arc:** Intent to ship arc.needle ([04e90aa](04e90aa)), closes [#3205](#3205)
* **data:** Intent to ship data.labels.position function ([59be3ec](59be3ec)), closes [#3237](#3237)
* **module:** Support dual CJS/ESM package ([437c007](437c007)), closes [#2202](#2202)
* **plugin:** Intent to ship TableView plugin ([215b611](215b611)), closes [#1873](#1873)
* **theme:** Intent to ship dark theme ([252a28e](252a28e)), closes [#3229](#3229)
  • Loading branch information
semantic-release-bot committed Jun 15, 2023
1 parent 67428f4 commit b840c6b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
# [3.9.0-next.1](https://github.com/naver/billboard.js/compare/3.8.2...3.9.0-next.1) (2023-06-15)


### Bug Fixes

* **export:** Fix Plugin class import ([24c0976](https://github.com/naver/billboard.js/commit/24c09763be16d15cec0df6159760725075e45a96)), closes [#3221](https://github.com/naver/billboard.js/issues/3221)
* **shape:** Fix shape rendering issue on Windows ([cf1b484](https://github.com/naver/billboard.js/commit/cf1b484382705c71b5b30f49ee228dc4c92f6564)), closes [#3222](https://github.com/naver/billboard.js/issues/3222)
* **tooltip:** Fix tooltip overflow when right side edge is hovered ([9ce900d](https://github.com/naver/billboard.js/commit/9ce900d39acd930de9f13920782834ff17e9d1a6)), closes [#3254](https://github.com/naver/billboard.js/issues/3254)


### Features

* **arc:** Intent to ship arc.needle ([04e90aa](https://github.com/naver/billboard.js/commit/04e90aac2ed7322be42b38f9bcef46722a1ddf43)), closes [#3205](https://github.com/naver/billboard.js/issues/3205)
* **data:** Intent to ship data.labels.position function ([59be3ec](https://github.com/naver/billboard.js/commit/59be3ecad45adbf7d044d1c63352ded92221bbe9)), closes [#3237](https://github.com/naver/billboard.js/issues/3237)
* **module:** Support dual CJS/ESM package ([437c007](https://github.com/naver/billboard.js/commit/437c007eabc7c7f82ce35eb7f3a2f6bb44438409)), closes [#2202](https://github.com/naver/billboard.js/issues/2202)
* **plugin:** Intent to ship TableView plugin ([215b611](https://github.com/naver/billboard.js/commit/215b611fe68ea37360e8939e9902d489aa502b75)), closes [#1873](https://github.com/naver/billboard.js/issues/1873)
* **theme:** Intent to ship dark theme ([252a28e](https://github.com/naver/billboard.js/commit/252a28e62acea92808217a663c00999e6099e1a4)), closes [#3229](https://github.com/naver/billboard.js/issues/3229)

## [3.8.2](https://github.com/naver/billboard.js/compare/3.8.1...3.8.2) (2023-05-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "billboard.js",
"version": "3.8.2",
"version": "3.9.0-next.1",
"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 b840c6b

Please sign in to comment.