Skip to content

Commit

Permalink
Merge branch 'release/4.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonhochkins committed Sep 26, 2024
2 parents 2e303c2 + e37f5a9 commit 4b4a881
Show file tree
Hide file tree
Showing 70 changed files with 70,089 additions and 64,832 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 4.0.3

## @hakit/components
- No functional changes, just updated to locales
## @hakit/core
- No functional changes, just updated to locales

# 4.0.2
## @hakit/components
- BUGFIX - All cards using `modalProps` previously will spread the values first, and then provide internal defaults, making it impossible to overwrite values for the modal in some cases, additionally the MediaPlayerCard modal props were never spread through to the modal [discussion](https://github.com/shannonhochkins/ha-component-kit/discussions/159)
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hakit/components",
"type": "module",
"version": "4.0.2",
"version": "4.0.3",
"private": false,
"keywords": [
"react",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@emotion/react": ">=10.x",
"@emotion/styled": ">=10.x",
"@fullcalendar/react": ">=6.x.x",
"@hakit/core": "^4.0.2",
"@hakit/core": "^4.0.3",
"@use-gesture/react": ">=10.x",
"autolinker": ">=4.x",
"framer-motion": ">=10.x",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function _LogBookRenderer({
if (item.context_event_type === "call_service") {
return (
<>
<span className="triggered-by">{localize("triggered_by_service")}</span>
<span className="triggered-by">{localize("triggered_by_action")}</span>
{item.context_domain && item.context_service ? (
<span className="service-trigger-details">
{item.context_domain}:{" "}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hakit/core",
"version": "4.0.2",
"version": "4.0.3",
"private": false,
"type": "module",
"keywords": [
Expand Down
Loading

0 comments on commit 4b4a881

Please sign in to comment.