chore(release): 4.1.0-dev.2 [skip ci]

## [4.1.0-dev.2](https://github.com/custom-cards/button-card/compare/v4.1.0-dev.1...v4.1.0-dev.2) (2023-08-01)

### Bug Fixes

* remove margin-top on name/label/state introduced with 4.0.0 which broke many cards ([53fee75](53fee75c16)), closes [#742](https://github.com/custom-cards/button-card/issues/742) [#744](https://github.com/custom-cards/button-card/issues/744)
This commit is contained in:
semantic-release-bot 2023-08-01 08:36:59 +00:00
parent 53fee75c16
commit 5ebd870a0e
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [4.1.0-dev.2](https://github.com/custom-cards/button-card/compare/v4.1.0-dev.1...v4.1.0-dev.2) (2023-08-01)
### Bug Fixes
* remove margin-top on name/label/state introduced with 4.0.0 which broke many cards ([53fee75](https://github.com/custom-cards/button-card/commit/53fee75c163b72df42b859705af536c4c7dffac6)), closes [#742](https://github.com/custom-cards/button-card/issues/742) [#744](https://github.com/custom-cards/button-card/issues/744)
## [4.1.0-dev.1](https://github.com/custom-cards/button-card/compare/v4.0.1...v4.1.0-dev.1) (2023-07-30)

View File

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