Skip to content

Commit 5bde890

Browse files
chore(release): 4.0.0-dev.5 [skip ci]
## [4.0.0-dev.5](v4.0.0-dev.4...v4.0.0-dev.5) (2023-07-24) ### Bug Fixes * optimize contrast color compute ([35109c3](35109c3)) * Some cards with child cards wouldn't be clickable ([9f21c58](9f21c58))
1 parent 9ea1b51 commit 5bde890

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.0.0-dev.5](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.4...v4.0.0-dev.5) (2023-07-24)
2+
3+
4+
### Bug Fixes
5+
6+
* optimize contrast color compute ([35109c3](https://github.com/custom-cards/button-card/commit/35109c3d5c8454958f67be706026e73786f853bc))
7+
* Some cards with child cards wouldn't be clickable ([9f21c58](https://github.com/custom-cards/button-card/commit/9f21c58dacf5605851ef3ab2d936ef8f35d0b783))
8+
19
## [4.0.0-dev.4](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.3...v4.0.0-dev.4) (2023-07-24)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "button-card",
3-
"version": "4.0.0-dev.4",
3+
"version": "4.0.0-dev.5",
44
"description": "Button card for lovelace",
55
"main": "dist/button-card.js",
66
"scripts": {

0 commit comments

Comments
 (0)