Skip to content

Commit a6d73ba

Browse files
chore(release): 1.9.0-dev.2 [skip ci]
## [1.9.0-dev.2](v1.9.0-dev.1...v1.9.0-dev.2) (2021-05-24) ### Features * make datagenerator async ([#157](#157)) ([b9049fc](b9049fc)) * Native multi y-axis support with auto-scale ([#160](#160)) ([e08aa14](e08aa14)), closes [#158](#158) ### Bug Fixes * Support for custom views config parameters (`view_layout`) ([76a8023](76a8023))
1 parent e08aa14 commit a6d73ba

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [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)
2+
3+
4+
### Features
5+
6+
* make datagenerator async ([#157](https://github.com/RomRider/apexcharts-card/issues/157)) ([b9049fc](https://github.com/RomRider/apexcharts-card/commit/b9049fcd70ba633575127a86de6982d6f46d8831))
7+
* 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)
8+
9+
10+
### Bug Fixes
11+
12+
* Support for custom views config parameters (`view_layout`) ([76a8023](https://github.com/RomRider/apexcharts-card/commit/76a8023a12fbdf920309ed1751e1e8d488e90ca1))
13+
114
## [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)
215

316

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apexcharts-card",
3-
"version": "1.9.0-dev.1",
3+
"version": "1.9.0-dev.2",
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)