Skip to content

Commit 0835077

Browse files
chore(release): 1.2.1-dev.1 [skip ci]
### [1.2.1-dev.1](v1.2.0...v1.2.1-dev.1) (2021-01-29) ### Bug Fixes * **config:** `style` was not a valid config option (card-mod/picture-element) ([0a38778](0a38778)), closes [#15](#15) * **style:** Better default styling of toolbar ([4d0ef1c](4d0ef1c)), closes [#16](#16)
1 parent 4d0ef1c commit 0835077

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### [1.2.1-dev.1](https://github.com/RomRider/apexcharts-card/compare/v1.2.0...v1.2.1-dev.1) (2021-01-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **config:** `style` was not a valid config option (card-mod/picture-element) ([0a38778](https://github.com/RomRider/apexcharts-card/commit/0a3877858c9187e7356ca4cdd2543c6f0865db99)), closes [#15](https://github.com/RomRider/apexcharts-card/issues/15)
7+
* **style:** Better default styling of toolbar ([4d0ef1c](https://github.com/RomRider/apexcharts-card/commit/4d0ef1c6b1c22f6c9a0e84244062dd4361ea7cca)), closes [#16](https://github.com/RomRider/apexcharts-card/issues/16)
8+
19
## [1.2.0](https://github.com/RomRider/apexcharts-card/compare/v1.1.0...v1.2.0) (2021-01-28)
210

311

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.2.0",
3+
"version": "1.2.1-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)