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

## [4.0.0-dev.17](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.16...v4.0.0-dev.17) (2023-07-27)

### Features

* **variables:** A variable can depend on another variable based on their name's alphabetical order ([8cddccb](8cddccb834)), closes [#656](https://github.com/custom-cards/button-card/issues/656)
This commit is contained in:
semantic-release-bot 2023-07-27 19:02:10 +00:00
parent 8cddccb834
commit f0a77fd455
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [4.0.0-dev.17](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.16...v4.0.0-dev.17) (2023-07-27)
### Features
* **variables:** A variable can depend on another variable based on their name's alphabetical order ([8cddccb](https://github.com/custom-cards/button-card/commit/8cddccb83466d2db29f832085e2c701bdef6b254)), closes [#656](https://github.com/custom-cards/button-card/issues/656)
## [4.0.0-dev.16](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.15...v4.0.0-dev.16) (2023-07-27)

View File

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