Skip to content

Commit 4475063

Browse files
chore(release): 1.8.0-dev.4 [skip ci]
## [1.8.0-dev.4](v1.8.0-dev.3...v1.8.0-dev.4) (2021-02-26) ### Features * **brush:** Support for a timeframe selection chart ([#102](#102)) ([c8dedf7](c8dedf7)) * **header:** Standard header title home-assistant format using `standard_format` ([35c5391](35c5391)), closes [#35](#35) ### Bug Fixes * Support for card-mod >= 3.0 ([8348119](8348119)), closes [#104](#104)
1 parent 35c5391 commit 4475063

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.8.0-dev.4](https://github.com/RomRider/apexcharts-card/compare/v1.8.0-dev.3...v1.8.0-dev.4) (2021-02-26)
2+
3+
4+
### Features
5+
6+
* **brush:** Support for a timeframe selection chart ([#102](https://github.com/RomRider/apexcharts-card/issues/102)) ([c8dedf7](https://github.com/RomRider/apexcharts-card/commit/c8dedf7de96171e8332cdcc9269eccc70043eb1e))
7+
* **header:** Standard header title home-assistant format using `standard_format` ([35c5391](https://github.com/RomRider/apexcharts-card/commit/35c5391c0425c1d195f2f35b885aa8689c02129d)), closes [#35](https://github.com/RomRider/apexcharts-card/issues/35)
8+
9+
10+
### Bug Fixes
11+
12+
* Support for card-mod >= 3.0 ([8348119](https://github.com/RomRider/apexcharts-card/commit/8348119be517ad3cc90bbce1821d0e2d836fa2ed)), closes [#104](https://github.com/RomRider/apexcharts-card/issues/104)
13+
114
## [1.8.0-dev.3](https://github.com/RomRider/apexcharts-card/compare/v1.8.0-dev.2...v1.8.0-dev.3) (2021-02-23)
215

316

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apexcharts-card",
3-
"version": "1.8.0-dev.3",
3+
"version": "1.8.0-dev.4",
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)