Skip to content

Commit

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

### Bug Fixes

* card broken with HA 2023.4.0bXX and above ([e1aaf69](e1aaf69)), closes [#527](#527)
  • Loading branch information
semantic-release-bot committed Apr 2, 2023
1 parent 2af38c6 commit bac18c6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [2.0.3](https://github.com/RomRider/apexcharts-card/compare/v2.0.2...v2.0.3) (2023-04-02)


### Bug Fixes

* card broken with HA 2023.4.0bXX and above ([e1aaf69](https://github.com/RomRider/apexcharts-card/commit/e1aaf691aee8bb4e8c8b75eb3fb301d1c31d20b6)), closes [#527](https://github.com/RomRider/apexcharts-card/issues/527)

### [2.0.3-dev.1](https://github.com/RomRider/apexcharts-card/compare/v2.0.2...v2.0.3-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.2/apexcharts-card.js
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v2.0.3/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.2
- url: /local/apexcharts-card.js?v=2.0.3
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.3-dev.1",
"version": "2.0.3",
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
"main": "src/apexcharts-card.ts",
"scripts": {
Expand Down

0 comments on commit bac18c6

Please sign in to comment.