Skip to content

Commit cf0386c

Browse files
chore(release): 1.8.0-dev.1 [skip ci]
## [1.8.0-dev.1](v1.7.1...v1.8.0-dev.1) (2021-02-18) ### Features * **extremas:** Display the time on top of your extremas ([#97](#97)) ([d127b37](d127b37)) ### Bug Fixes * **extremas:** Multi y-axis support ([#98](#98)) ([5c7d742](5c7d742)), closes [#89](#89) * extremas was not working with `invert: true` ([4d06ef6](4d06ef6)), closes [#96](#96)
1 parent 5c7d742 commit cf0386c

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.1](https://github.com/RomRider/apexcharts-card/compare/v1.7.1...v1.8.0-dev.1) (2021-02-18)
2+
3+
4+
### Features
5+
6+
* **extremas:** Display the time on top of your extremas ([#97](https://github.com/RomRider/apexcharts-card/issues/97)) ([d127b37](https://github.com/RomRider/apexcharts-card/commit/d127b376fb1c3931c5c9c95129347144eb5ea791))
7+
8+
9+
### Bug Fixes
10+
11+
* **extremas:** Multi y-axis support ([#98](https://github.com/RomRider/apexcharts-card/issues/98)) ([5c7d742](https://github.com/RomRider/apexcharts-card/commit/5c7d7424e100b5a3327d94800e36f31e9931cfe8)), closes [#89](https://github.com/RomRider/apexcharts-card/issues/89)
12+
* extremas was not working with `invert: true` ([4d06ef6](https://github.com/RomRider/apexcharts-card/commit/4d06ef68b72cd99777b18f6c7b7e0aa32cf32c1c)), closes [#96](https://github.com/RomRider/apexcharts-card/issues/96)
13+
114
### [1.7.1](https://github.com/RomRider/apexcharts-card/compare/v1.7.0...v1.7.1) (2021-02-17)
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.7.1",
3+
"version": "1.8.0-dev.1",
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)