Skip to content

Commit

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

### Features

* **series.show:** Option to show the raw data in the header ([#76](#76)) ([87b56f5](87b56f5)), closes [#69](#69)
* **transform:** Provide the full state as `entity` to the function ([#77](#77)) ([9919c10](9919c10)), closes [#71](#71)

### Bug Fixes

* Wrong labels in tooltip in some cases ([8f0aca1](8f0aca1))
  • Loading branch information
semantic-release-bot committed Feb 10, 2021
1 parent 8f0aca1 commit 2256774
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.7.0-dev.2](https://github.com/RomRider/apexcharts-card/compare/v1.7.0-dev.1...v1.7.0-dev.2) (2021-02-10)


### Features

* **series.show:** Option to show the raw data in the header ([#76](https://github.com/RomRider/apexcharts-card/issues/76)) ([87b56f5](https://github.com/RomRider/apexcharts-card/commit/87b56f576389964fcf08ec0968589d6dd89407b1)), closes [#69](https://github.com/RomRider/apexcharts-card/issues/69)
* **transform:** Provide the full state as `entity` to the function ([#77](https://github.com/RomRider/apexcharts-card/issues/77)) ([9919c10](https://github.com/RomRider/apexcharts-card/commit/9919c10543b70220f5c7e6dab972324e807c095c)), closes [#71](https://github.com/RomRider/apexcharts-card/issues/71)


### Bug Fixes

* Wrong labels in tooltip in some cases ([8f0aca1](https://github.com/RomRider/apexcharts-card/commit/8f0aca1832f98d034990d75f8f09b195869b788c))

## [1.7.0-dev.1](https://github.com/RomRider/apexcharts-card/compare/v1.6.0...v1.7.0-dev.1) (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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apexcharts-card",
"version": "1.7.0-dev.1",
"version": "1.7.0-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 2256774

Please sign in to comment.