Skip to content

Commit

Permalink
fix #668
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed May 12, 2020
1 parent 9350371 commit 87ff6e7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. This projec

### Notable Changes

* **Plugins:** Added the ability for developers to customise the "Add Item" button label in the settings ui ([#668](https://github.com/oznu/homebridge-config-ui-x/issues/668))
* **Plugins:** Added a "clear query" button to the right of the search box ([#674](https://github.com/oznu/homebridge-config-ui-x/issues/674))
* **Plugins:** Users of `homebridge-hue` can now download the debug dump file from the UI ([#676](https://github.com/oznu/homebridge-config-ui-x/issues/676))

Expand Down
1 change: 1 addition & 0 deletions config.schema.json
Expand Up @@ -400,6 +400,7 @@
},
"instanceBlacklist": {
"title": "Blacklisted Instances",
"buttonText": "Add Instance",
"type": "array",
"items": {
"title": "Instance Username",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "homebridge-config-ui-x",
"displayName": "Homebridge Config UI X",
"version": "4.19.0-test.2",
"version": "4.19.0-test.3",
"description": "A web based management, configuration and control platform for Homebridge",
"license": "MIT",
"author": "oznu <dev@oz.nu>",
Expand Down
6 changes: 3 additions & 3 deletions ui/package-lock.json

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

2 changes: 1 addition & 1 deletion ui/package.json
Expand Up @@ -23,7 +23,7 @@
"@ngx-translate/core": "^12.1.2",
"@ngx-translate/http-loader": "^4.0.0",
"@oznu/hap-client": "^1.4.0",
"@oznu/ngx-bs4-jsonform": "^7.3.5",
"@oznu/ngx-bs4-jsonform": "^7.3.6",
"angular-gridster2": "^9.1.0",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
Expand Down

0 comments on commit 87ff6e7

Please sign in to comment.