diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc64440d..aa68f831d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file. This projec ## Next -### Bug Fixes +### Other Changes -* **hb-service:** Fix a bug that caused strange behaviour on boot for users running macOS with home folders mounted on a remote network share ([#680](https://github.com/oznu/homebridge-config-ui-x/issues/680)) * **i18n:** Improvements to English language translation ([#689](https://github.com/oznu/homebridge-config-ui-x/issues/689)) * **i18n:** Improvements to Czech language translation ([#691](https://github.com/oznu/homebridge-config-ui-x/issues/691)) +### Bug Fixes + +* **hb-service:** Fix a bug that caused strange behaviour on boot for users running macOS with home folders mounted on a remote network share ([#680](https://github.com/oznu/homebridge-config-ui-x/issues/680)) +* **Accessory Control:** Fixed an issue where the accessory name would sometimes not be displayed correctly ([#690](https://github.com/oznu/homebridge-config-ui-x/issues/690)) + ## 4.19.0 (2020-05-14) ### Notable Changes diff --git a/package-lock.json b/package-lock.json index 6cb9ea124..8672030be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge-config-ui-x", - "version": "4.19.1-test.2", + "version": "4.19.1-test.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -31,9 +31,9 @@ } }, "@babel/runtime-corejs3": { - "version": "7.9.2", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.9.2.tgz", - "integrity": "sha512-HHxmgxbIzOfFlZ+tdeRKtaxWOMUoCG5Mu3wKeUmOxjYrwb3AAHgnmtCUbPPK11/raIWLIBK250t8E2BPO0p7jA==", + "version": "7.9.6", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.9.6.tgz", + "integrity": "sha512-6toWAfaALQjt3KMZQc6fABqZwUDDuWzz+cAfPhqyEnzxvdWOAkjwPNxgF8xlmo7OWLsSjaKjsskpKHRLaMArOA==", "dev": true, "requires": { "core-js-pure": "^3.0.0", @@ -220,9 +220,9 @@ } }, "@oznu/hap-client": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@oznu/hap-client/-/hap-client-1.4.0.tgz", - "integrity": "sha512-x4l03TFP4ub4i6foLxO2IkGhIQDdRbIa4x1IsRVega4FiolgkKVXruiLu/jjgDKDTtp7kpjJ1KIeQxPl7+mYRA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@oznu/hap-client/-/hap-client-1.5.0.tgz", + "integrity": "sha512-rMD7yprNhBSs7in2UFPUzStVG3rSUG/UuUDlQ9eFkljd45DxnStyhzXnIOq7rCEO+zcHwL7XybyXJ8P8f88lEw==", "dev": true, "requires": { "axios": "^0.19.2", @@ -240,22 +240,6 @@ "requires": { "xregexp": "^4.2.4" } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - }, - "source-map-support": { - "version": "0.5.16", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz", - "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==", - "dev": true, - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } } } }, diff --git a/package.json b/package.json index c8d8138f2..d3b1006af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-config-ui-x", "displayName": "Homebridge Config UI X", - "version": "4.19.1-test.3", + "version": "4.19.1-test.4", "description": "A web based management, configuration and control platform for Homebridge", "license": "MIT", "author": "oznu ", @@ -86,7 +86,7 @@ "devDependencies": { "@nestjs/jwt": "^7.0.0", "@nestjs/passport": "^7.0.0", - "@oznu/hap-client": "^1.4.0", + "@oznu/hap-client": "^1.5.0", "@types/fs-extra": "^8.1.0", "@types/node": "^13.13.4", "@types/semver": "^7.1.0", @@ -142,4 +142,4 @@ "smart home", "hb-service" ] -} \ No newline at end of file +}