Skip to content

Commit

Permalink
chore(release): 1.10.0-dev.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.0-dev.5](v1.10.0-dev.4...v1.10.0-dev.5) (2021-07-12)

### Bug Fixes

* color_threshold would sometimes render weirdly ([d7063a5](d7063a5)), closes [#177](#177)
* Floats were not truncated properly for radialBar ([0c789ff](0c789ff)), closes [#174](#174)

### Documentation

* `align_to` description update ([4471469](4471469))
  • Loading branch information
semantic-release-bot committed Jul 12, 2021
1 parent 0c789ff commit 986a717
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.10.0-dev.5](https://github.com/RomRider/apexcharts-card/compare/v1.10.0-dev.4...v1.10.0-dev.5) (2021-07-12)


### Bug Fixes

* color_threshold would sometimes render weirdly ([d7063a5](https://github.com/RomRider/apexcharts-card/commit/d7063a5462bc6e949c477a423b0a57c80dd172ac)), closes [#177](https://github.com/RomRider/apexcharts-card/issues/177)
* Floats were not truncated properly for radialBar ([0c789ff](https://github.com/RomRider/apexcharts-card/commit/0c789ffc27be47b459bf22875e5a0b5243249197)), closes [#174](https://github.com/RomRider/apexcharts-card/issues/174)


### Documentation

* `align_to` description update ([4471469](https://github.com/RomRider/apexcharts-card/commit/447146951dd7e1a758ca4a0f7b5d85c13970d4c0))

## [1.10.0-dev.4](https://github.com/RomRider/apexcharts-card/compare/v1.10.0-dev.3...v1.10.0-dev.4) (2021-07-04)


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.10.0-dev.4",
"version": "1.10.0-dev.5",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit 986a717

Please sign in to comment.