Skip to content

Commit

Permalink
chore(release): 1.2.0-dev.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0-dev.4](RomRider/apexcharts-card@v1.2.0-dev.3...v1.2.0-dev.4) (2021-01-27)

### Features

* **data_generator:** Build your own data based on the last state and attributes of your entity ([RomRider#14](RomRider#14)) ([18284b5](RomRider@18284b5)), closes [RomRider#6](RomRider#6)

### Bug Fixes

* **legend:** undefined was displayed for a hidden serie ([352c016](RomRider@352c016))
* Get rid of the initial load delay ([69f151b](RomRider@69f151b))
  • Loading branch information
semantic-release-bot committed Jan 27, 2021
1 parent 18284b5 commit c3fbca6
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.2.0-dev.4](https://github.com/RomRider/apexcharts-card/compare/v1.2.0-dev.3...v1.2.0-dev.4) (2021-01-27)


### Features

* **data_generator:** Build your own data based on the last state and attributes of your entity ([#14](https://github.com/RomRider/apexcharts-card/issues/14)) ([18284b5](https://github.com/RomRider/apexcharts-card/commit/18284b5d6d6b8ec4598f02926ed6b3cae6fcd2f4)), closes [#6](https://github.com/RomRider/apexcharts-card/issues/6)


### Bug Fixes

* **legend:** undefined was displayed for a hidden serie ([352c016](https://github.com/RomRider/apexcharts-card/commit/352c016d2606dd9c75ec1b2bc3c1a265b1f24fef))
* Get rid of the initial load delay ([69f151b](https://github.com/RomRider/apexcharts-card/commit/69f151b7e603ba47574dc7af33c3030f38e9b59c))

## [1.2.0-dev.3](https://github.com/RomRider/apexcharts-card/compare/v1.2.0-dev.2...v1.2.0-dev.3) (2021-01-27)


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

0 comments on commit c3fbca6

Please sign in to comment.