From 72e52bba15c1d0dbb6038b6a19a5ca38c5513929 Mon Sep 17 00:00:00 2001 From: Dusty Greif Date: Sun, 4 Aug 2024 14:55:14 -0400 Subject: [PATCH] Version Packages 13.0.0 (#1457) Co-authored-by: github-actions[bot] --- .changeset/giant-pants-accept.md | 5 ----- .changeset/green-cheetahs-deliver.md | 6 ------ .changeset/heavy-dogs-eat.md | 5 ----- .changeset/silent-carrots-perform.md | 6 ------ .changeset/two-shoes-admire.md | 6 ------ packages/examples/package.json | 2 +- packages/homebridge-ring/CHANGELOG.md | 21 +++++++++++++++++++++ packages/homebridge-ring/package.json | 4 ++-- packages/ring-client-api/CHANGELOG.md | 14 ++++++++++++++ packages/ring-client-api/package.json | 2 +- 10 files changed, 39 insertions(+), 32 deletions(-) delete mode 100644 .changeset/giant-pants-accept.md delete mode 100644 .changeset/green-cheetahs-deliver.md delete mode 100644 .changeset/heavy-dogs-eat.md delete mode 100644 .changeset/silent-carrots-perform.md delete mode 100644 .changeset/two-shoes-admire.md diff --git a/.changeset/giant-pants-accept.md b/.changeset/giant-pants-accept.md deleted file mode 100644 index f1c5758f..00000000 --- a/.changeset/giant-pants-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'homebridge-ring': patch ---- - -Fixes for HAP-NodeJS v1.0.0, which should pave the way for the upcoming Homebridge 2.0.0 release. diff --git a/.changeset/green-cheetahs-deliver.md b/.changeset/green-cheetahs-deliver.md deleted file mode 100644 index 0acbe165..00000000 --- a/.changeset/green-cheetahs-deliver.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Updated dependencies diff --git a/.changeset/heavy-dogs-eat.md b/.changeset/heavy-dogs-eat.md deleted file mode 100644 index e4715f68..00000000 --- a/.changeset/heavy-dogs-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'homebridge-ring': patch ---- - -Add deprecation warning for bridged cameras. Only unbridged cameras will be supported in the next major release. diff --git a/.changeset/silent-carrots-perform.md b/.changeset/silent-carrots-perform.md deleted file mode 100644 index fc986004..00000000 --- a/.changeset/silent-carrots-perform.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': major -'ring-client-api': major ---- - -Updated to new push notification interface. This will change the shape of push notifications for projects which manually consume push notifications, but should not impact homebridge-ring users. If your push notifications for cameras (motion events, dings, etc) do not work after updating, please reboot and try again, then see https://github.com/dgreif/ring/wiki/Notification-Troubleshooting if issues continue. diff --git a/.changeset/two-shoes-admire.md b/.changeset/two-shoes-admire.md deleted file mode 100644 index f9d82835..00000000 --- a/.changeset/two-shoes-admire.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': minor -'ring-client-api': minor ---- - -Switched to using the native version of `fetch` from Node.js. This allows us to remove `got` as a dependency. This will break any users on Node 16 or older, though those versions have not been officially supported for some time. diff --git a/packages/examples/package.json b/packages/examples/package.json index 5728fa69..432b8e7f 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": "12.1.1", + "ring-client-api": "13.0.0", "tsconfig": "*" } } diff --git a/packages/homebridge-ring/CHANGELOG.md b/packages/homebridge-ring/CHANGELOG.md index 25603f57..2dfe0dd6 100644 --- a/packages/homebridge-ring/CHANGELOG.md +++ b/packages/homebridge-ring/CHANGELOG.md @@ -1,5 +1,26 @@ # homebridge-ring +## 13.0.0 + +### Major Changes + +- [`cc2f0b7`](https://github.com/dgreif/ring/commit/cc2f0b743a5927e1a9e4c5797ee6bc08bef9ffe7) Thanks [@tsightler](https://github.com/tsightler)! - Updated to new push notification interface. This will change the shape of push notifications for projects which manually consume push notifications, but should not impact homebridge-ring users. If your push notifications for cameras (motion events, dings, etc) do not work after updating, please reboot and try again, then see https://github.com/dgreif/ring/wiki/Notification-Troubleshooting if issues continue. + +### Minor Changes + +- [`36461a1`](https://github.com/dgreif/ring/commit/36461a10719a044a42284d92ab7ea87623ff8e99) Thanks [@dgreif](https://github.com/dgreif)! - Switched to using the native version of `fetch` from Node.js. This allows us to remove `got` as a dependency. This will break any users on Node 16 or older, though those versions have not been officially supported for some time. + +### Patch Changes + +- [`f0766c1`](https://github.com/dgreif/ring/commit/f0766c1588eccddf5a0dabe35665e97172cc0ad6) Thanks [@donavanbecker](https://github.com/donavanbecker)! - Fixes for HAP-NodeJS v1.0.0, which should pave the way for the upcoming Homebridge 2.0.0 release. + +- [`dd78e50`](https://github.com/dgreif/ring/commit/dd78e503670743d6d836868742a0b724edf75113) Thanks [@dgreif](https://github.com/dgreif)! - Updated dependencies + +- [`c8aab5a`](https://github.com/dgreif/ring/commit/c8aab5a7753d241de4bde66fd7d353e174b48ca6) Thanks [@dgreif](https://github.com/dgreif)! - Add deprecation warning for bridged cameras. Only unbridged cameras will be supported in the next major release. + +- Updated dependencies [[`dd78e50`](https://github.com/dgreif/ring/commit/dd78e503670743d6d836868742a0b724edf75113), [`cc2f0b7`](https://github.com/dgreif/ring/commit/cc2f0b743a5927e1a9e4c5797ee6bc08bef9ffe7), [`36461a1`](https://github.com/dgreif/ring/commit/36461a10719a044a42284d92ab7ea87623ff8e99)]: + - ring-client-api@13.0.0 + ## 12.1.1 ### Patch Changes diff --git a/packages/homebridge-ring/package.json b/packages/homebridge-ring/package.json index 492de2a3..a4c43012 100644 --- a/packages/homebridge-ring/package.json +++ b/packages/homebridge-ring/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-ring", "displayName": "Ring", - "version": "12.1.1", + "version": "13.0.0", "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": "12.1.1", + "ring-client-api": "13.0.0", "werift": "0.19.4" }, "devDependencies": { diff --git a/packages/ring-client-api/CHANGELOG.md b/packages/ring-client-api/CHANGELOG.md index 5b6c6a3e..2faccceb 100644 --- a/packages/ring-client-api/CHANGELOG.md +++ b/packages/ring-client-api/CHANGELOG.md @@ -1,5 +1,19 @@ # ring-client-api +## 13.0.0 + +### Major Changes + +- [`cc2f0b7`](https://github.com/dgreif/ring/commit/cc2f0b743a5927e1a9e4c5797ee6bc08bef9ffe7) Thanks [@tsightler](https://github.com/tsightler)! - Updated to new push notification interface. This will change the shape of push notifications for projects which manually consume push notifications, but should not impact homebridge-ring users. If your push notifications for cameras (motion events, dings, etc) do not work after updating, please reboot and try again, then see https://github.com/dgreif/ring/wiki/Notification-Troubleshooting if issues continue. + +### Minor Changes + +- [`36461a1`](https://github.com/dgreif/ring/commit/36461a10719a044a42284d92ab7ea87623ff8e99) Thanks [@dgreif](https://github.com/dgreif)! - Switched to using the native version of `fetch` from Node.js. This allows us to remove `got` as a dependency. This will break any users on Node 16 or older, though those versions have not been officially supported for some time. + +### Patch Changes + +- [`dd78e50`](https://github.com/dgreif/ring/commit/dd78e503670743d6d836868742a0b724edf75113) Thanks [@dgreif](https://github.com/dgreif)! - Updated dependencies + ## 12.1.1 ### Patch Changes diff --git a/packages/ring-client-api/package.json b/packages/ring-client-api/package.json index e978ed1b..75330d05 100644 --- a/packages/ring-client-api/package.json +++ b/packages/ring-client-api/package.json @@ -1,6 +1,6 @@ { "name": "ring-client-api", - "version": "12.1.1", + "version": "13.0.0", "description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting", "main": "lib/index.js", "exports": {