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

## [4.0.0-dev.2](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.1...v4.0.0-dev.2) (2023-07-23)

### ⚠ BREAKING CHANGES

* **icons:** This might break your card-mod setup

### Features

* **icons:** replace ha-icon with ha-state-icon to follow new HA's icons per domain automatically ([ab6a3f5](ab6a3f5bd3))
This commit is contained in:
semantic-release-bot 2023-07-23 18:17:49 +00:00
parent ab6a3f5bd3
commit 4351895cd3
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
## [4.0.0-dev.2](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.1...v4.0.0-dev.2) (2023-07-23)
### ⚠ BREAKING CHANGES
* **icons:** This might break your card-mod setup
### Features
* **icons:** replace ha-icon with ha-state-icon to follow new HA's icons per domain automatically ([ab6a3f5](https://github.com/custom-cards/button-card/commit/ab6a3f5bd39fc48890f1b851e929df2fe1d8796c))
## [4.0.0-dev.1](https://github.com/custom-cards/button-card/compare/v3.5.0...v4.0.0-dev.1) (2023-07-23)

View File

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