Skip to content

Commit e0a5ef7

Browse files
chore(release): 1.7.0-dev.4 [skip ci]
## [1.7.0-dev.4](v1.7.0-dev.3...v1.7.0-dev.4) (2021-02-15) ### Features * **experimental:** Header color can now follow `color_threshold` ([#88](#88)) ([074bfc3](074bfc3)), closes [#78](#78) ### Bug Fixes * **config_templates:** Was supposed to support a string ([f36d9b1](f36d9b1)), closes [#87](#87) ### Documentation * Better info about month and year as offset units ([c194f87](c194f87)), closes [#65](#65)
1 parent 074bfc3 commit e0a5ef7

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.7.0-dev.4](https://github.com/RomRider/apexcharts-card/compare/v1.7.0-dev.3...v1.7.0-dev.4) (2021-02-15)
2+
3+
4+
### Features
5+
6+
* **experimental:** Header color can now follow `color_threshold` ([#88](https://github.com/RomRider/apexcharts-card/issues/88)) ([074bfc3](https://github.com/RomRider/apexcharts-card/commit/074bfc30f1dc1ac88ba08edb4f749e0744d9a722)), closes [#78](https://github.com/RomRider/apexcharts-card/issues/78)
7+
8+
9+
### Bug Fixes
10+
11+
* **config_templates:** Was supposed to support a string ([f36d9b1](https://github.com/RomRider/apexcharts-card/commit/f36d9b17eb5e768e1850a5d20e12374739f0fa4e)), closes [#87](https://github.com/RomRider/apexcharts-card/issues/87)
12+
13+
14+
### Documentation
15+
16+
* Better info about month and year as offset units ([c194f87](https://github.com/RomRider/apexcharts-card/commit/c194f87cf419371b779602a9cda7f1927bf55757)), closes [#65](https://github.com/RomRider/apexcharts-card/issues/65)
17+
118
## [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)
219

320

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.7.0-dev.3",
3+
"version": "1.7.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)