chore(release): 4.0.0-dev.10 [skip ci]

## [4.0.0-dev.10](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.9...v4.0.0-dev.10) (2023-07-25)

### Bug Fixes

* **color:** main config `color` was broken ([b93c996](b93c9969c2))
This commit is contained in:
semantic-release-bot 2023-07-25 16:42:34 +00:00
parent 36e0dc15af
commit e5fa12c4ec
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [4.0.0-dev.10](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.9...v4.0.0-dev.10) (2023-07-25)
### Bug Fixes
* **color:** main config `color` was broken ([b93c996](https://github.com/custom-cards/button-card/commit/b93c9969c2d1d9be9486edc1607a11635b03c29a))
## [4.0.0-dev.9](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.8...v4.0.0-dev.9) (2023-07-24)

View File

@ -1,6 +1,6 @@
{
"name": "button-card",
"version": "4.0.0-dev.9",
"version": "4.0.0-dev.10",
"description": "Button card for lovelace",
"main": "dist/button-card.js",
"scripts": {