Skip to content

Commit 5d64814

Browse files
chore(release): 1.8.2 [skip ci]
### [1.8.2](v1.8.1...v1.8.2) (2021-03-06) ### Bug Fixes * Chart not displayed properly or at all with layout-card ([e5840fb](e5840fb)), closes [#121](#121)
1 parent e5840fb commit 5d64814

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [1.8.2](https://github.com/RomRider/apexcharts-card/compare/v1.8.1...v1.8.2) (2021-03-06)
2+
3+
4+
### Bug Fixes
5+
6+
* Chart not displayed properly or at all with layout-card ([e5840fb](https://github.com/RomRider/apexcharts-card/commit/e5840fb60c1121a237daa189453e2cb1d3bb22f9)), closes [#121](https://github.com/RomRider/apexcharts-card/issues/121)
7+
18
### [1.8.1](https://github.com/RomRider/apexcharts-card/compare/v1.8.0...v1.8.1) (2021-03-04)
29

310

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This card is available in [HACS](https://hacs.xyz/) (Home Assistant Community St
8181
2. Grab `apexcharts-card.js`:
8282

8383
```
84-
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v1.8.1/apexcharts-card.js
84+
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v1.8.2/apexcharts-card.js
8585
```
8686

8787
3. Add the resource reference as decribed below.
@@ -92,7 +92,7 @@ If you configure Lovelace via YAML, add a reference to `apexcharts-card.js` insi
9292

9393
```yaml
9494
resources:
95-
- url: /local/apexcharts-card.js?v=1.8.1
95+
- url: /local/apexcharts-card.js?v=1.8.2
9696
type: module
9797
```
9898

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