diff --git a/.changeset/pre.json b/.changeset/pre.json index d427534a..3a380482 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,5 +8,8 @@ "ring-client-api": "12.1.1", "tsconfig": "0.0.0-dev" }, - "changesets": [] + "changesets": [ + "green-cheetahs-deliver", + "silent-carrots-perform" + ] } diff --git a/packages/examples/package.json b/packages/examples/package.json index 5728fa69..4d5aa8ee 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-beta.0", "tsconfig": "*" } } diff --git a/packages/homebridge-ring/CHANGELOG.md b/packages/homebridge-ring/CHANGELOG.md index 25603f57..e9289b37 100644 --- a/packages/homebridge-ring/CHANGELOG.md +++ b/packages/homebridge-ring/CHANGELOG.md @@ -1,5 +1,18 @@ # homebridge-ring +## 13.0.0-beta.0 + +### Major Changes + +- [#1435](https://github.com/dgreif/ring/pull/1435) [`614621c`](https://github.com/dgreif/ring/commit/614621ca8957beb7f46a3f26347059ad5772dd48) 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. + +### Patch Changes + +- [`dcdd90f`](https://github.com/dgreif/ring/commit/dcdd90f2ebbdd0596d4df6d31c1b6f52dca9d0df) Thanks [@dgreif](https://github.com/dgreif)! - Updated dependencies + +- Updated dependencies [[`dcdd90f`](https://github.com/dgreif/ring/commit/dcdd90f2ebbdd0596d4df6d31c1b6f52dca9d0df), [`614621c`](https://github.com/dgreif/ring/commit/614621ca8957beb7f46a3f26347059ad5772dd48)]: + - ring-client-api@13.0.0-beta.0 + ## 12.1.1 ### Patch Changes diff --git a/packages/homebridge-ring/package.json b/packages/homebridge-ring/package.json index 348b74d1..09032b48 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-beta.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-beta.0", "werift": "0.19.3" }, "devDependencies": { diff --git a/packages/ring-client-api/CHANGELOG.md b/packages/ring-client-api/CHANGELOG.md index 5b6c6a3e..9cffe12b 100644 --- a/packages/ring-client-api/CHANGELOG.md +++ b/packages/ring-client-api/CHANGELOG.md @@ -1,5 +1,15 @@ # ring-client-api +## 13.0.0-beta.0 + +### Major Changes + +- [#1435](https://github.com/dgreif/ring/pull/1435) [`614621c`](https://github.com/dgreif/ring/commit/614621ca8957beb7f46a3f26347059ad5772dd48) 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. + +### Patch Changes + +- [`dcdd90f`](https://github.com/dgreif/ring/commit/dcdd90f2ebbdd0596d4df6d31c1b6f52dca9d0df) 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 7c0da16b..0560ebfe 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-beta.0", "description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting", "main": "lib/index.js", "exports": {