Skip to content

Commit

Permalink
chore(release): 4.0.0-dev.8 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.0-dev.8](v4.0.0-dev.7...v4.0.0-dev.8) (2023-07-24)

### Features

* Force the `numeric_precision` for states which are numbers ([24d75c2](24d75c2))
* **action:** `repeat_limit` for `hold_action` ([73c216f](73c216f)), closes [#564](#564) [#555](#555)
* new helper functions for date/time in templates ([2b75993](2b75993)), closes [#701](#701)

### Bug Fixes

* ha-icon (if in custom_fields) size was weird ([a448c8e](a448c8e))
  • Loading branch information
semantic-release-bot committed Jul 24, 2023
1 parent 24d75c2 commit f79aded
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [4.0.0-dev.8](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.7...v4.0.0-dev.8) (2023-07-24)


### Features

* Force the `numeric_precision` for states which are numbers ([24d75c2](https://github.com/custom-cards/button-card/commit/24d75c2651c9e6b3b080b1c2561bda2c30a2f294))
* **action:** `repeat_limit` for `hold_action` ([73c216f](https://github.com/custom-cards/button-card/commit/73c216f1bf82c104848bb5d7aef2d91ba3597a95)), closes [#564](https://github.com/custom-cards/button-card/issues/564) [#555](https://github.com/custom-cards/button-card/issues/555)
* new helper functions for date/time in templates ([2b75993](https://github.com/custom-cards/button-card/commit/2b75993f22e4624776c839bfa9dafe1ddde7660d)), closes [#701](https://github.com/custom-cards/button-card/issues/701)


### Bug Fixes

* ha-icon (if in custom_fields) size was weird ([a448c8e](https://github.com/custom-cards/button-card/commit/a448c8e826605d17591beebd4a230d0287cdf945))

## [4.0.0-dev.7](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.6...v4.0.0-dev.7) (2023-07-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "button-card",
"version": "4.0.0-dev.7",
"version": "4.0.0-dev.8",
"description": "Button card for lovelace",
"main": "dist/button-card.js",
"scripts": {
Expand Down

0 comments on commit f79aded

Please sign in to comment.