Skip to content

Commit

Permalink
Merge branch 'beta-4.52.4' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker authored Nov 15, 2023
2 parents 9bdc880 + 56512cb commit 30eaad1
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 29 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to homebridge-config-ui-x will be documented in this file.

## 4.52.4 (TBD)

### Notable Changes

### Bug Fixes

## 4.52.3 (2023-11-14)

### Bug Fixes
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-config-ui-x",
"displayName": "Homebridge UI",
"version": "4.52.3",
"version": "4.52.4",
"description": "A web based management, configuration and control platform for Homebridge.",
"license": "MIT",
"author": "oznu <[email protected]>",
Expand Down Expand Up @@ -64,10 +64,10 @@
"@nestjs/passport": "10.0.2",
"@nestjs/platform-fastify": "10.2.8",
"@nestjs/platform-socket.io": "10.2.8",
"@nestjs/swagger": "7.1.15",
"@nestjs/swagger": "7.1.16",
"@nestjs/websockets": "10.2.8",
"@oznu/hap-client": "1.9.0",
"axios": "1.6.1",
"axios": "1.6.2",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"commander": "11.1.0",
Expand Down Expand Up @@ -125,7 +125,7 @@
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2",
Expand Down Expand Up @@ -161,4 +161,4 @@
"smart home",
"hb-service"
]
}
}
12 changes: 6 additions & 6 deletions ui/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ <h3 class="text-center primary-text" [translate]="'platform.version.title_servic
</div>
<hr>
</div>
<markdown class="plugin-md" [data]="changeLog"></markdown>
<div class="alert show alert-info pt-3 px-3 pb-0 mb-0">
<markdown class="plugin-md" [data]="changeLog"></markdown>
</div>
</div>
<div *ngIf="!onlineUpdateOk" class="modal-body">
<h4 class="primary-text text-center" [translate]="'plugins.manage.label_manual_update_required'">
Expand Down

0 comments on commit 30eaad1

Please sign in to comment.