Skip to content

Commit 9632047

Browse files
chore(release): 1.4.0-dev.5 [skip ci]
## [1.4.0-dev.5](v1.4.0-dev.4...v1.4.0-dev.5) (2021-02-01) ### Features * **series:** Show/Hide a specific serie from the header or the graph ([#36](#36)) ([95c0433](95c0433)) ### Bug Fixes * Graph stopped updating following ddf6ca9 ([bc54729](bc54729)) * Sometimes card would stay in warning mode ([ddf6ca9](ddf6ca9)) ### Documentation * Fix error `data_generator` example ([6d1c7a0](6d1c7a0)), closes [#34](#34)
1 parent bc54729 commit 9632047

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [1.4.0-dev.5](https://github.com/RomRider/apexcharts-card/compare/v1.4.0-dev.4...v1.4.0-dev.5) (2021-02-01)
2+
3+
4+
### Features
5+
6+
* **series:** Show/Hide a specific serie from the header or the graph ([#36](https://github.com/RomRider/apexcharts-card/issues/36)) ([95c0433](https://github.com/RomRider/apexcharts-card/commit/95c0433833c197d32914ed11260b4dd08885d9f4))
7+
8+
9+
### Bug Fixes
10+
11+
* Graph stopped updating following ddf6ca9 ([bc54729](https://github.com/RomRider/apexcharts-card/commit/bc547290301e1a5b09725589eaf95a640bdb5752))
12+
* Sometimes card would stay in warning mode ([ddf6ca9](https://github.com/RomRider/apexcharts-card/commit/ddf6ca9105062a8591ba1e9ab702abb01e689592))
13+
14+
15+
### Documentation
16+
17+
* Fix error `data_generator` example ([6d1c7a0](https://github.com/RomRider/apexcharts-card/commit/6d1c7a0d53a74a081b4900f1aa5c7c26b8159945)), closes [#34](https://github.com/RomRider/apexcharts-card/issues/34)
18+
119
## [1.4.0-dev.4](https://github.com/RomRider/apexcharts-card/compare/v1.4.0-dev.3...v1.4.0-dev.4) (2021-02-01)
220

321

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.4.0-dev.4",
3+
"version": "1.4.0-dev.5",
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)