Skip to content

Commit

Permalink
chore(release): 1.9.0-dev.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.0-dev.2](RomRider/apexcharts-card@v1.9.0-dev.1...v1.9.0-dev.2) (2021-05-24)

### Features

* make datagenerator async ([RomRider#157](RomRider#157)) ([b9049fc](RomRider@b9049fc))
* Native multi y-axis support with auto-scale ([RomRider#160](RomRider#160)) ([e08aa14](RomRider@e08aa14)), closes [RomRider#158](RomRider#158)

### Bug Fixes

* Support for custom views config parameters (`view_layout`) ([76a8023](RomRider@76a8023))
  • Loading branch information
semantic-release-bot committed May 24, 2021
1 parent e08aa14 commit a6d73ba
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.9.0-dev.2](https://github.com/RomRider/apexcharts-card/compare/v1.9.0-dev.1...v1.9.0-dev.2) (2021-05-24)


### Features

* make datagenerator async ([#157](https://github.com/RomRider/apexcharts-card/issues/157)) ([b9049fc](https://github.com/RomRider/apexcharts-card/commit/b9049fcd70ba633575127a86de6982d6f46d8831))
* Native multi y-axis support with auto-scale ([#160](https://github.com/RomRider/apexcharts-card/issues/160)) ([e08aa14](https://github.com/RomRider/apexcharts-card/commit/e08aa14416fd1724fc379a7b0d991e6ed53cdc03)), closes [#158](https://github.com/RomRider/apexcharts-card/issues/158)


### Bug Fixes

* Support for custom views config parameters (`view_layout`) ([76a8023](https://github.com/RomRider/apexcharts-card/commit/76a8023a12fbdf920309ed1751e1e8d488e90ca1))

## [1.9.0-dev.1](https://github.com/RomRider/apexcharts-card/compare/v1.8.3-dev.3...v1.9.0-dev.1) (2021-03-21)


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.9.0-dev.1",
"version": "1.9.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 a6d73ba

Please sign in to comment.