Skip to content

Commit

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

### Features

* **templates:** new `relativeTime` function to display a relative time in a template and update it automatically ([965a3d7](965a3d7)), closes [#701](#701)

### Bug Fixes

* ha-state-icon CSS selector was wrong ([a1bb39a](a1bb39a))
* tooltip would show over everything ([1bc8f99](1bc8f99))
* **templates:** don't use the `numeric_precision` from the card config for `localize` in js templates by default ([2cc384f](2cc384f))
  • Loading branch information
semantic-release-bot committed Jul 26, 2023
1 parent 965a3d7 commit 2df5392
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.11](https://github.com/custom-cards/button-card/compare/v4.0.0-dev.10...v4.0.0-dev.11) (2023-07-26)


### Features

* **templates:** new `relativeTime` function to display a relative time in a template and update it automatically ([965a3d7](https://github.com/custom-cards/button-card/commit/965a3d7b97b9fe1d155029dd6156f7a2f051f5a9)), closes [#701](https://github.com/custom-cards/button-card/issues/701)


### Bug Fixes

* ha-state-icon CSS selector was wrong ([a1bb39a](https://github.com/custom-cards/button-card/commit/a1bb39a71c55dca505d4b1a7d820229e26d4e0eb))
* tooltip would show over everything ([1bc8f99](https://github.com/custom-cards/button-card/commit/1bc8f9950159a260536d6918b55c3cb15eb7bb04))
* **templates:** don't use the `numeric_precision` from the card config for `localize` in js templates by default ([2cc384f](https://github.com/custom-cards/button-card/commit/2cc384f9dc5cb91a88a31b363db6083147092bb5))

## [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)


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.10",
"version": "4.0.0-dev.11",
"description": "Button card for lovelace",
"main": "dist/button-card.js",
"scripts": {
Expand Down

0 comments on commit 2df5392

Please sign in to comment.