Skip to content

Commit

Permalink
chore(release): 1.7.0-dev.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.0-dev.3](v1.7.0-dev.2...v1.7.0-dev.3) (2021-02-15)

### Features

* **series.show:** Display your serie's extremas on the chart ([#85](#85)) ([f64169a](f64169a))

### Bug Fixes

* color with alpha would render area opaque ([100b6d4](100b6d4))
* Support for `rgba` colors ([7ecfafd](7ecfafd))
* truncate floats in total datalabels ([917a20a](917a20a)), closes [#73](#73)
  • Loading branch information
semantic-release-bot committed Feb 15, 2021
1 parent f64169a commit 9108444
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
## [1.7.0-dev.3](https://github.com/RomRider/apexcharts-card/compare/v1.7.0-dev.2...v1.7.0-dev.3) (2021-02-15)


### Features

* **series.show:** Display your serie's extremas on the chart ([#85](https://github.com/RomRider/apexcharts-card/issues/85)) ([f64169a](https://github.com/RomRider/apexcharts-card/commit/f64169ad0583aa754370d09d3567e2ba4d0ec9c8))


### Bug Fixes

* color with alpha would render area opaque ([100b6d4](https://github.com/RomRider/apexcharts-card/commit/100b6d4e72272127783c65b1132dbefb0b349f95))
* Support for `rgba` colors ([7ecfafd](https://github.com/RomRider/apexcharts-card/commit/7ecfafdbeca0813d8983c061a03d375c5378142b))
* truncate floats in total datalabels ([917a20a](https://github.com/RomRider/apexcharts-card/commit/917a20a47e1b25cf4367770e31399a177334d345)), closes [#73](https://github.com/RomRider/apexcharts-card/issues/73)

## [1.7.0-dev.2](https://github.com/RomRider/apexcharts-card/compare/v1.7.0-dev.1...v1.7.0-dev.2) (2021-02-10)


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
@@ -1,6 +1,6 @@
{
"name": "apexcharts-card",
"version": "1.7.0-dev.2",
"version": "1.7.0-dev.3",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit 9108444

Please sign in to comment.