Skip to content

Commit

Permalink
chore(release): 2.0.4 [skip ci]
Browse files Browse the repository at this point in the history
### [2.0.4](v2.0.3...v2.0.4) (2023-04-02)

### Bug Fixes

* actually really fix the issue with HA 2023.4 beta and above ([972f2c0](972f2c0)), closes [#529](#529)
* extra space at bottom because of the card's action-handler ([533a784](533a784))
  • Loading branch information
semantic-release-bot committed Apr 2, 2023
1 parent 67347f8 commit 1b63c0f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [2.0.4](https://github.com/RomRider/apexcharts-card/compare/v2.0.3...v2.0.4) (2023-04-02)


### Bug Fixes

* actually really fix the issue with HA 2023.4 beta and above ([972f2c0](https://github.com/RomRider/apexcharts-card/commit/972f2c0150df923790cf30108ab90fed46db482f)), closes [#529](https://github.com/RomRider/apexcharts-card/issues/529)
* extra space at bottom because of the card's action-handler ([533a784](https://github.com/RomRider/apexcharts-card/commit/533a7842d191733a8b2d541c34f91445dcf8661f))

### [2.0.4-dev.1](https://github.com/RomRider/apexcharts-card/compare/v2.0.3...v2.0.4-dev.1) (2023-04-02)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,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/v2.0.3/apexcharts-card.js
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v2.0.4/apexcharts-card.js
```

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

```yaml
resources:
- url: /local/apexcharts-card.js?v=2.0.3
- url: /local/apexcharts-card.js?v=2.0.4
type: module
```

Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.4-dev.1",
"version": "2.0.4",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit 1b63c0f

Please sign in to comment.