From 844f8f6d3b0a5450bc1a726707fef5a893da4eba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:29:27 +0000 Subject: [PATCH] Version Packages --- .changeset/redact-2fa-code-from-ui-log.md | 5 ----- packages/examples/package.json | 2 +- packages/homebridge-ring/CHANGELOG.md | 9 +++++++++ packages/homebridge-ring/package.json | 4 ++-- packages/ring-client-api/CHANGELOG.md | 2 ++ packages/ring-client-api/package.json | 2 +- 6 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 .changeset/redact-2fa-code-from-ui-log.md diff --git a/.changeset/redact-2fa-code-from-ui-log.md b/.changeset/redact-2fa-code-from-ui-log.md deleted file mode 100644 index 55f34229..00000000 --- a/.changeset/redact-2fa-code-from-ui-log.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"homebridge-ring": patch ---- - -Redact the 2FA code from the homebridge-ui server log on token exchange. Codes are short-lived and single-use, but logs are frequently pasted into bug reports, so removing the value from the log is a small defensive improvement. diff --git a/packages/examples/package.json b/packages/examples/package.json index 099a49de..8139d9ef 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "eslint-config-shared": "*", - "ring-client-api": "14.3.0", + "ring-client-api": "14.3.1", "tsconfig": "*" } } diff --git a/packages/homebridge-ring/CHANGELOG.md b/packages/homebridge-ring/CHANGELOG.md index 160bbdd9..67e7b79d 100644 --- a/packages/homebridge-ring/CHANGELOG.md +++ b/packages/homebridge-ring/CHANGELOG.md @@ -1,5 +1,14 @@ # homebridge-ring +## 14.3.1 + +### Patch Changes + +- [#1746](https://github.com/dgreif/ring/pull/1746) [`25c6ec6`](https://github.com/dgreif/ring/commit/25c6ec63a9826f42f3f4269d0c2aad6f1e0e4185) Thanks [@kzaky](https://github.com/kzaky)! - Redact the 2FA code from the homebridge-ui server log on token exchange. Codes are short-lived and single-use, but logs are frequently pasted into bug reports, so removing the value from the log is a small defensive improvement. + +- Updated dependencies []: + - ring-client-api@14.3.1 + ## 14.3.0 ### Minor Changes diff --git a/packages/homebridge-ring/package.json b/packages/homebridge-ring/package.json index 7cb5f8e1..686b33eb 100644 --- a/packages/homebridge-ring/package.json +++ b/packages/homebridge-ring/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-ring", "displayName": "Ring", - "version": "14.3.0", + "version": "14.3.1", "description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting", "type": "module", "main": "lib/index.js", @@ -14,7 +14,7 @@ "dependencies": { "@homebridge/camera-utils": "^3.0.0", "@homebridge/plugin-ui-utils": "^2.2.4", - "ring-client-api": "14.3.0", + "ring-client-api": "14.3.1", "werift": "0.23.0" }, "devDependencies": { diff --git a/packages/ring-client-api/CHANGELOG.md b/packages/ring-client-api/CHANGELOG.md index 282774bc..85b3f7b7 100644 --- a/packages/ring-client-api/CHANGELOG.md +++ b/packages/ring-client-api/CHANGELOG.md @@ -1,5 +1,7 @@ # ring-client-api +## 14.3.1 + ## 14.3.0 ### Minor Changes diff --git a/packages/ring-client-api/package.json b/packages/ring-client-api/package.json index c90cd5b2..c1102960 100644 --- a/packages/ring-client-api/package.json +++ b/packages/ring-client-api/package.json @@ -1,6 +1,6 @@ { "name": "ring-client-api", - "version": "14.3.0", + "version": "14.3.1", "description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting", "main": "lib/index.js", "type": "module",