Skip to content

Commit

Permalink
chore(release): 1.7.1 [skip ci]
Browse files Browse the repository at this point in the history
### [1.7.1](v1.7.0...v1.7.1) (2021-02-17)

### Bug Fixes

* Disable support for colors with alpha channel ([#91](#91)) ([522363a](522363a)), closes [#90](#90)
* **color_threshold:** Sometimes it would break the card ([65b5419](65b5419))
  • Loading branch information
semantic-release-bot committed Feb 17, 2021
1 parent 82ecc5e commit d95f7e1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [1.7.1](https://github.com/RomRider/apexcharts-card/compare/v1.7.0...v1.7.1) (2021-02-17)


### Bug Fixes

* Disable support for colors with alpha channel ([#91](https://github.com/RomRider/apexcharts-card/issues/91)) ([522363a](https://github.com/RomRider/apexcharts-card/commit/522363aaa681777f53d744330355f46d9fa5042a)), closes [#90](https://github.com/RomRider/apexcharts-card/issues/90)
* **color_threshold:** Sometimes it would break the card ([65b5419](https://github.com/RomRider/apexcharts-card/commit/65b54191a2bd7ce03aaae97835043c4901e72fc7))

### [1.7.1-dev.2](https://github.com/RomRider/apexcharts-card/compare/v1.7.1-dev.1...v1.7.1-dev.2) (2021-02-16)


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

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

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

0 comments on commit d95f7e1

Please sign in to comment.