Skip to content

Commit

Permalink
bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonhochkins committed Feb 15, 2024
1 parent 98a18eb commit 1583333
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

# 3.1.3
## @hakit/components
- No changes here - aligning semantic versions

## @hakit/core
- BUGFIX - entities that have a custom icon defined in HA will now show and take priority over icons derived from the state of the entity
- BUGFIX - previously, once the icon was set for an entity, it would never update, this has been fixed and will now update when the entity state changes thanks to @Brewno88 for reporting this one

# 3.1.2
## @hakit/components
- Licence.md file updated
Expand Down
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": "3.1.2",
"version": "3.1.3",
"private": false,
"keywords": [
"react",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@emotion/react": ">=11.x",
"@emotion/styled": ">=11.x",
"@fullcalendar/react": ">=6.x.x",
"@hakit/core": "^3.1.2",
"@hakit/core": "^3.1.3",
"@use-gesture/react": ">=10.x",
"autolinker": ">=4.x",
"framer-motion": ">=10.x",
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": "3.1.2",
"version": "3.1.3",
"private": false,
"type": "module",
"keywords": [
Expand Down

0 comments on commit 1583333

Please sign in to comment.