Skip to content

Commit d91f41f

Browse files
chore(release): 1.10.0-dev.1 [skip ci]
## [1.10.0-dev.1](v1.9.1-dev.1...v1.10.0-dev.1) (2021-05-25) ### Features * **yaxis:** `id` and `yaxis_id` no longer needed with only 1 yaxis defined ([e5e8904](e5e8904))
1 parent e5e8904 commit d91f41f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.10.0-dev.1](https://github.com/RomRider/apexcharts-card/compare/v1.9.1-dev.1...v1.10.0-dev.1) (2021-05-25)
2+
3+
4+
### Features
5+
6+
* **yaxis:** `id` and `yaxis_id` no longer needed with only 1 yaxis defined ([e5e8904](https://github.com/RomRider/apexcharts-card/commit/e5e89040620ca9df43dd38d5e267ce2b70386bc2))
7+
18
### [1.9.1-dev.1](https://github.com/RomRider/apexcharts-card/compare/v1.9.0...v1.9.1-dev.1) (2021-05-25)
29

310

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.1-dev.1",
3+
"version": "1.10.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)