Skip to content

Commit

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

### Features

* **datalabels:** Option to display total when chart is stacked ([#75](#75)) ([e1c5b01](e1c5b01)), closes [#73](#73)
* **locale:** Inherit locale from Home-Assistant, deprecate `hours_12` ([#70](#70)) ([af2d201](af2d201)), closes [#68](#68)

### Documentation

* **config_templates:** Fix wrong config example ([ea1fef4](ea1fef4))
* Card is now available in HACS by default ([1200abd](1200abd))
  • Loading branch information
semantic-release-bot committed Feb 10, 2021
1 parent e1c5b01 commit a159fd6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.7.0-dev.1](https://github.com/RomRider/apexcharts-card/compare/v1.6.0...v1.7.0-dev.1) (2021-02-10)


### Features

* **datalabels:** Option to display total when chart is stacked ([#75](https://github.com/RomRider/apexcharts-card/issues/75)) ([e1c5b01](https://github.com/RomRider/apexcharts-card/commit/e1c5b015bd753c2d2b5a33dd564f0b150d66f2d8)), closes [#73](https://github.com/RomRider/apexcharts-card/issues/73)
* **locale:** Inherit locale from Home-Assistant, deprecate `hours_12` ([#70](https://github.com/RomRider/apexcharts-card/issues/70)) ([af2d201](https://github.com/RomRider/apexcharts-card/commit/af2d2013f57540dc35471dad90b09b93f4b9dc4f)), closes [#68](https://github.com/RomRider/apexcharts-card/issues/68)


### Documentation

* **config_templates:** Fix wrong config example ([ea1fef4](https://github.com/RomRider/apexcharts-card/commit/ea1fef45736b11fa79a78ca1ac59e7c80c42b39a))
* Card is now available in HACS by default ([1200abd](https://github.com/RomRider/apexcharts-card/commit/1200abd7909fb6d522d69cf9eb8cdfdab25a0a59))

## [1.6.0](https://github.com/RomRider/apexcharts-card/compare/v1.5.0...v1.6.0) (2021-02-08)


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

0 comments on commit a159fd6

Please sign in to comment.