Skip to content

Commit 986a717

Browse files
chore(release): 1.10.0-dev.5 [skip ci]
## [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))
1 parent 0c789ff commit 986a717

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [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)
2+
3+
4+
### Bug Fixes
5+
6+
* 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)
7+
* 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)
8+
9+
10+
### Documentation
11+
12+
* `align_to` description update ([4471469](https://github.com/RomRider/apexcharts-card/commit/447146951dd7e1a758ca4a0f7b5d85c13970d4c0))
13+
114
## [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)
215

316

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apexcharts-card",
3-
"version": "1.10.0-dev.4",
3+
"version": "1.10.0-dev.5",
44
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
55
"main": "src/apexcharts-card.ts",
66
"scripts": {

0 commit comments

Comments
 (0)