Skip to content

Commit

Permalink
chore(release): 1.8.2 [skip ci]
Browse files Browse the repository at this point in the history
### [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)
  • Loading branch information
semantic-release-bot committed Mar 6, 2021
1 parent e5840fb commit 5d64814
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [1.8.2](https://github.com/RomRider/apexcharts-card/compare/v1.8.1...v1.8.2) (2021-03-06)


### Bug Fixes

* 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)

### [1.8.1](https://github.com/RomRider/apexcharts-card/compare/v1.8.0...v1.8.1) (2021-03-04)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ This card is available in [HACS](https://hacs.xyz/) (Home Assistant Community St
2. Grab `apexcharts-card.js`:

```
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v1.8.1/apexcharts-card.js
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v1.8.2/apexcharts-card.js
```

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

```yaml
resources:
- url: /local/apexcharts-card.js?v=1.8.1
- url: /local/apexcharts-card.js?v=1.8.2
type: module
```
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.8.1",
"version": "1.8.2",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit 5d64814

Please sign in to comment.