Skip to content

Commit

Permalink
Merge pull request #94 from criticallimit/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
iantrich committed Jul 2, 2023
2 parents 7fba89d + 7b504ca commit 8011b56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restriction-card",
"version": "1.2.6",
"version": "1.2.9",
"description": "Lovelace restriction-card",
"keywords": [
"home-assistant",
Expand Down Expand Up @@ -48,4 +48,4 @@
"lint": "eslint src/*.ts",
"rollup": "rollup -c"
}
}
}
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CARD_VERSION = '1.2.6';
export const CARD_VERSION = '1.2.9';
1 change: 1 addition & 0 deletions src/restriction-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ class RestrictionCard extends LitElement implements LovelaceCard {
right: 0;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
color: var(--regular-lock-color);
}
Expand Down

0 comments on commit 8011b56

Please sign in to comment.