Skip to content

Commit

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

### Features

* **config_tpl:** Create a config template and use it everywhere with `config_templates`, apply the same config to every series with `all_series_config` and add `color_list` to define your color list in one shot ([#64](#64)) ([17004a3](17004a3))
* **experimental:** `hidden_by_default` to toggle series on load ([#62](#62)) ([63717b7](63717b7)), closes [#60](#60)
  • Loading branch information
semantic-release-bot committed Feb 8, 2021
1 parent 17004a3 commit ac92596
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.6.0-dev.2](https://github.com/RomRider/apexcharts-card/compare/v1.6.0-dev.1...v1.6.0-dev.2) (2021-02-08)


### Features

* **config_tpl:** Create a config template and use it everywhere with `config_templates`, apply the same config to every series with `all_series_config` and add `color_list` to define your color list in one shot ([#64](https://github.com/RomRider/apexcharts-card/issues/64)) ([17004a3](https://github.com/RomRider/apexcharts-card/commit/17004a30b77733e5b09ebe7b4bbb4b7d3b265688))
* **experimental:** `hidden_by_default` to toggle series on load ([#62](https://github.com/RomRider/apexcharts-card/issues/62)) ([63717b7](https://github.com/RomRider/apexcharts-card/commit/63717b7ae9648debdb1d11a17ddf61f95f7225d4)), closes [#60](https://github.com/RomRider/apexcharts-card/issues/60)

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


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

0 comments on commit ac92596

Please sign in to comment.