Skip to content

Commit d95f7e1

Browse files
chore(release): 1.7.1 [skip ci]
### [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))
1 parent 82ecc5e commit d95f7e1

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### [1.7.1](https://github.com/RomRider/apexcharts-card/compare/v1.7.0...v1.7.1) (2021-02-17)
2+
3+
4+
### Bug Fixes
5+
6+
* 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)
7+
* **color_threshold:** Sometimes it would break the card ([65b5419](https://github.com/RomRider/apexcharts-card/commit/65b54191a2bd7ce03aaae97835043c4901e72fc7))
8+
19
### [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)
210

311

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This card is available in [HACS](https://hacs.xyz/) (Home Assistant Community St
8080
2. Grab `apexcharts-card.js`:
8181

8282
```
83-
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v1.7.0/apexcharts-card.js
83+
$ wget https://github.com/RomRider/apexcharts-card/releases/download/v1.7.1/apexcharts-card.js
8484
```
8585

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

9292
```yaml
9393
resources:
94-
- url: /local/apexcharts-card.js?v=1.7.0
94+
- url: /local/apexcharts-card.js?v=1.7.1
9595
type: module
9696
```
9797

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apexcharts-card",
3-
"version": "1.7.1-dev.2",
3+
"version": "1.7.1",
44
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
55
"main": "src/apexcharts-card.ts",
66
"scripts": {

0 commit comments

Comments
 (0)