From 1b63c0f53fadde489179f7c9e08d700daeb4215e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 2 Apr 2023 18:52:40 +0000 Subject: [PATCH] chore(release): 2.0.4 [skip ci] ### [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)) --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d8e31..31a6047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index d26ca46..552e762 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 ``` diff --git a/package-lock.json b/package-lock.json index 229ea2b..41e7dc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apexcharts-card", - "version": "2.0.4-dev.1", + "version": "2.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "apexcharts-card", - "version": "2.0.4-dev.1", + "version": "2.0.4", "license": "MIT", "dependencies": { "@ctrl/tinycolor": "^3.4.0", diff --git a/package.json b/package.json index 5630d52..2c05723 100644 --- a/package.json +++ b/package.json @@ -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": {