From 6449bfa899f3ddf860ab7aa7007ac87ca80cde52 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Apr 2023 08:47:42 +0000 Subject: [PATCH] chore(release): 3.8.0-next.2 [skip ci] # [3.8.0-next.2](https://github.com/naver/billboard.js/compare/3.8.0-next.1...3.8.0-next.2) (2023-04-10) ### Bug Fixes * **grid:** fix redundant appends ([1039363](https://github.com/naver/billboard.js/commit/1039363a33989665392a249768ee6bc222c3b392)), closes [#3147](https://github.com/naver/billboard.js/issues/3147) * **sparkline:** Fix to work point.focus.only option ([65b3c1c](https://github.com/naver/billboard.js/commit/65b3c1c3b8ac707fef4e3391b90dff6d0f7c0ba5)), closes [#3171](https://github.com/naver/billboard.js/issues/3171) ### Features * **package:** extends root div interface for styling ([0a1fe08](https://github.com/naver/billboard.js/commit/0a1fe084c9a6264aba680c8b73da589e457e8baf)), closes [#3162](https://github.com/naver/billboard.js/issues/3162) [#3163](https://github.com/naver/billboard.js/issues/3163) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e28e706..ef6703e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.8.0-next.2](https://github.com/naver/billboard.js/compare/3.8.0-next.1...3.8.0-next.2) (2023-04-10) + + +### Bug Fixes + +* **grid:** fix redundant appends ([1039363](https://github.com/naver/billboard.js/commit/1039363a33989665392a249768ee6bc222c3b392)), closes [#3147](https://github.com/naver/billboard.js/issues/3147) +* **sparkline:** Fix to work point.focus.only option ([65b3c1c](https://github.com/naver/billboard.js/commit/65b3c1c3b8ac707fef4e3391b90dff6d0f7c0ba5)), closes [#3171](https://github.com/naver/billboard.js/issues/3171) + + +### Features + +* **package:** extends root div interface for styling ([0a1fe08](https://github.com/naver/billboard.js/commit/0a1fe084c9a6264aba680c8b73da589e457e8baf)), closes [#3162](https://github.com/naver/billboard.js/issues/3162) [#3163](https://github.com/naver/billboard.js/issues/3163) + # [3.8.0-next.1](https://github.com/naver/billboard.js/compare/3.7.5...3.8.0-next.1) (2023-03-31) diff --git a/package.json b/package.json index c4d6963eb..aec7415d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "billboard.js", - "version": "3.8.0-next.1", + "version": "3.8.0-next.2", "description": "Re-usable easy interface JavaScript chart library, based on D3 v4+", "homepage": "https://naver.github.io/billboard.js/", "main": "dist/billboard.js",