Skip to content

Commit

Permalink
chore(release): 1.8.3-dev.2 [skip ci]
Browse files Browse the repository at this point in the history
### [1.8.3-dev.2](v1.8.3-dev.1...v1.8.3-dev.2) (2021-03-20)

### Bug Fixes

* **group_by:** `group_by` reporting erronerous values for the first bucket of data ([8303b84](8303b84)), closes [#110](#110)
* **group_by:** When group_by was used with lines, the end of the chart was showing an empty slot (display bug only) ([0163f9e](0163f9e))
  • Loading branch information
semantic-release-bot committed Mar 20, 2021
1 parent 0163f9e commit 8ca0ba9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [1.8.3-dev.2](https://github.com/RomRider/apexcharts-card/compare/v1.8.3-dev.1...v1.8.3-dev.2) (2021-03-20)


### Bug Fixes

* **group_by:** `group_by` reporting erronerous values for the first bucket of data ([8303b84](https://github.com/RomRider/apexcharts-card/commit/8303b84a935ed3f1a7c72642777052c487003e0f)), closes [#110](https://github.com/RomRider/apexcharts-card/issues/110)
* **group_by:** When group_by was used with lines, the end of the chart was showing an empty slot (display bug only) ([0163f9e](https://github.com/RomRider/apexcharts-card/commit/0163f9ebbf511c809573c4f567a4e67750a99e38))

### [1.8.3-dev.1](https://github.com/RomRider/apexcharts-card/compare/v1.8.2...v1.8.3-dev.1) (2021-03-09)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apexcharts-card",
"version": "1.8.3-dev.1",
"version": "1.8.3-dev.2",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit 8ca0ba9

Please sign in to comment.