From b17d6b88b510300fbd2a6f13b8f37679f3fb3bbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 4 Aug 2024 20:28:40 +0000 Subject: [PATCH] Version Packages --- .changeset/rich-pets-relax.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/rich-pets-relax.md diff --git a/.changeset/rich-pets-relax.md b/.changeset/rich-pets-relax.md deleted file mode 100644 index 78859768..00000000 --- a/.changeset/rich-pets-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'homebridge-ring': patch ---- - -Set panic button names in such a way that they are properly reflected in the Home app. Note, this only impacts users who have the `showPanicButtons` option enabled. These users will likely see a new warning about "Configured Name" not being a supported characteristic of "Switch", which can be ignored. diff --git a/packages/examples/package.json b/packages/examples/package.json index 432b8e7f..36a7a55e 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -9,7 +9,7 @@ "dotenv": "16.4.5", "eslint-config-shared": "*", "express": "4.19.2", - "ring-client-api": "13.0.0", + "ring-client-api": "13.0.1", "tsconfig": "*" } } diff --git a/packages/homebridge-ring/CHANGELOG.md b/packages/homebridge-ring/CHANGELOG.md index 2dfe0dd6..13656561 100644 --- a/packages/homebridge-ring/CHANGELOG.md +++ b/packages/homebridge-ring/CHANGELOG.md @@ -1,5 +1,14 @@ # homebridge-ring +## 13.0.1 + +### Patch Changes + +- [`1552181`](https://github.com/dgreif/ring/commit/1552181b47d9f9dba031c3a592591f90369a7970) Thanks [@dgreif](https://github.com/dgreif)! - Set panic button names in such a way that they are properly reflected in the Home app. Note, this only impacts users who have the `showPanicButtons` option enabled. These users will likely see a new warning about "Configured Name" not being a supported characteristic of "Switch", which can be ignored. + +- Updated dependencies []: + - ring-client-api@13.0.1 + ## 13.0.0 ### Major Changes diff --git a/packages/homebridge-ring/package.json b/packages/homebridge-ring/package.json index a4c43012..a611ebb8 100644 --- a/packages/homebridge-ring/package.json +++ b/packages/homebridge-ring/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-ring", "displayName": "Ring", - "version": "13.0.0", + "version": "13.0.1", "description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting", "main": "lib/index.js", "scripts": { @@ -14,7 +14,7 @@ "dependencies": { "@homebridge/camera-utils": "^2.2.6", "@homebridge/plugin-ui-utils": "^1.0.3", - "ring-client-api": "13.0.0", + "ring-client-api": "13.0.1", "werift": "0.19.4" }, "devDependencies": { diff --git a/packages/ring-client-api/CHANGELOG.md b/packages/ring-client-api/CHANGELOG.md index 2faccceb..7b69ad26 100644 --- a/packages/ring-client-api/CHANGELOG.md +++ b/packages/ring-client-api/CHANGELOG.md @@ -1,5 +1,7 @@ # ring-client-api +## 13.0.1 + ## 13.0.0 ### Major Changes diff --git a/packages/ring-client-api/package.json b/packages/ring-client-api/package.json index 75330d05..0e3d8d1d 100644 --- a/packages/ring-client-api/package.json +++ b/packages/ring-client-api/package.json @@ -1,6 +1,6 @@ { "name": "ring-client-api", - "version": "13.0.0", + "version": "13.0.1", "description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting", "main": "lib/index.js", "exports": {