diff --git a/.changeset/beige-hairs-argue.md b/.changeset/beige-hairs-argue.md deleted file mode 100644 index 7d1a97bf..00000000 --- a/.changeset/beige-hairs-argue.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Fixed a typo which caused all cameras to be recognized as wired cameras. This lead to slower notifications for battery cameras and removed the battery level in HomeKit. Big thanks to @satrik for pointing me in the right direction to track down these issues! diff --git a/.changeset/forty-carrots-nail.md b/.changeset/forty-carrots-nail.md deleted file mode 100644 index 3896817b..00000000 --- a/.changeset/forty-carrots-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': minor -'ring-client-api': minor ---- - -Add support of Intercoms. Currently the only supported features are unlocking and checking the battery level. diff --git a/.changeset/pink-mails-sniff.md b/.changeset/pink-mails-sniff.md deleted file mode 100644 index 0280f4da..00000000 --- a/.changeset/pink-mails-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'homebridge-ring': minor ---- - -Add programmable switch for intercom doorbell press diff --git a/.changeset/plenty-flowers-obey.md b/.changeset/plenty-flowers-obey.md deleted file mode 100644 index 5878b14e..00000000 --- a/.changeset/plenty-flowers-obey.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Fix payload sent for unlocking doors via Ring Intercom diff --git a/.changeset/spicy-hairs-roll.md b/.changeset/spicy-hairs-roll.md deleted file mode 100644 index 321b00bc..00000000 --- a/.changeset/spicy-hairs-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'homebridge-ring': minor ---- - -Add true doorbell service for intercoms. This can trigger Homepods to chime when the intercom doorbell is pressed diff --git a/.changeset/tough-melons-impress.md b/.changeset/tough-melons-impress.md deleted file mode 100644 index 341b5dad..00000000 --- a/.changeset/tough-melons-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'ring-client-api': minor ---- - -Add onDing observable to intercoms, which will be triggered by ding push notifications diff --git a/.changeset/wet-turtles-remain.md b/.changeset/wet-turtles-remain.md deleted file mode 100644 index 6e8f29d8..00000000 --- a/.changeset/wet-turtles-remain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': minor -'ring-client-api': minor ---- - -Automatically subscribe for ding events on intercoms diff --git a/.changeset/wild-trainers-scream.md b/.changeset/wild-trainers-scream.md deleted file mode 100644 index 3f25a079..00000000 --- a/.changeset/wild-trainers-scream.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': minor -'ring-client-api': minor ---- - -Detect unlock notification from intercom diff --git a/package-lock.json b/package-lock.json index d0941d79..1a0b8717 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22766,18 +22766,18 @@ } }, "packages/examples": { - "version": "0.0.5", + "version": "0.0.6", "dependencies": { "dotenv": "16.0.3", "eslint-config-shared": "0.0.0", "express": "4.18.2", "rimraf": "^3.0.2", - "ring-client-api": "11.6.0", + "ring-client-api": "11.7.0", "tsconfig": "0.0.0" } }, "packages/homebridge-ring": { - "version": "11.6.0", + "version": "11.7.0", "funding": [ { "type": "paypal", @@ -22792,7 +22792,7 @@ "dependencies": { "@homebridge/camera-utils": "^2.2.0", "@homebridge/plugin-ui-utils": "^0.0.19", - "ring-client-api": "11.6.0" + "ring-client-api": "11.7.0" }, "devDependencies": { "concurrently": "^7.5.0", @@ -22828,7 +22828,7 @@ } }, "packages/ring-client-api": { - "version": "11.6.0", + "version": "11.7.0", "funding": [ { "type": "paypal", @@ -30345,7 +30345,7 @@ "eslint-config-shared": "0.0.0", "express": "4.18.2", "rimraf": "^3.0.2", - "ring-client-api": "11.6.0", + "ring-client-api": "11.7.0", "tsconfig": "0.0.0" } }, @@ -31238,7 +31238,7 @@ "homebridge": "1.5.1", "homebridge-ui": "0.0.0", "nodemon": "^2.0.20", - "ring-client-api": "11.6.0", + "ring-client-api": "11.7.0", "tsconfig": "0.0.0", "typescript": "4.8.4" } diff --git a/packages/examples/CHANGELOG.md b/packages/examples/CHANGELOG.md index 1cb155a5..06d8c458 100644 --- a/packages/examples/CHANGELOG.md +++ b/packages/examples/CHANGELOG.md @@ -1,5 +1,12 @@ # examples +## 0.0.6 + +### Patch Changes + +- Updated dependencies [[`503e34f`](https://github.com/dgreif/ring/commit/503e34fb92d59304b0d33d7ab12216f4c38bddba), [`4fe3fed`](https://github.com/dgreif/ring/commit/4fe3fed87b6fac5f4f4661f80693be44c35f75f4), [`321c983`](https://github.com/dgreif/ring/commit/321c9831ed4208c14f09b943543c6f05f7f170f7), [`c084848`](https://github.com/dgreif/ring/commit/c0848484388ade6308387e2047186325d4880f52), [`836c580`](https://github.com/dgreif/ring/commit/836c580c4247324e18c92674f11840385c989c5f), [`56a7894`](https://github.com/dgreif/ring/commit/56a7894c3e5515b7d8678cb3902b593078449446)]: + - ring-client-api@11.7.0 + ## 0.0.5 ### Patch Changes diff --git a/packages/examples/package.json b/packages/examples/package.json index 7118faa8..fdeea8fc 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,7 +1,7 @@ { "name": "examples", "private": true, - "version": "0.0.5", + "version": "0.0.6", "scripts": { "lint": "eslint . --ext .ts" }, @@ -10,7 +10,7 @@ "eslint-config-shared": "0.0.0", "express": "4.18.2", "rimraf": "^3.0.2", - "ring-client-api": "11.6.0", + "ring-client-api": "11.7.0", "tsconfig": "0.0.0" } } diff --git a/packages/homebridge-ring/CHANGELOG.md b/packages/homebridge-ring/CHANGELOG.md index b5e98a60..623e3b57 100644 --- a/packages/homebridge-ring/CHANGELOG.md +++ b/packages/homebridge-ring/CHANGELOG.md @@ -1,5 +1,28 @@ # homebridge-ring +## 11.7.0 + +### Minor Changes + +- [`4fe3fed`](https://github.com/dgreif/ring/commit/4fe3fed87b6fac5f4f4661f80693be44c35f75f4) Thanks [@dgreif](https://github.com/dgreif)! - Add support of Intercoms. Currently the only supported features are unlocking and checking the battery level. + +- [`9847506`](https://github.com/dgreif/ring/commit/98475068c9e568d3400a2e88d7de0fdb34b102c9) Thanks [@dgreif](https://github.com/dgreif)! - Add programmable switch for intercom doorbell press + +- [`a862bd2`](https://github.com/dgreif/ring/commit/a862bd28d52c9c85709ba2f0fc2c912b7886e836) Thanks [@dgreif](https://github.com/dgreif)! - Add true doorbell service for intercoms. This can trigger Homepods to chime when the intercom doorbell is pressed + +- [`836c580`](https://github.com/dgreif/ring/commit/836c580c4247324e18c92674f11840385c989c5f) Thanks [@dgreif](https://github.com/dgreif)! - Automatically subscribe for ding events on intercoms + +- [`56a7894`](https://github.com/dgreif/ring/commit/56a7894c3e5515b7d8678cb3902b593078449446) Thanks [@dgreif](https://github.com/dgreif)! - Detect unlock notification from intercom + +### Patch Changes + +- [`503e34f`](https://github.com/dgreif/ring/commit/503e34fb92d59304b0d33d7ab12216f4c38bddba) Thanks [@dgreif](https://github.com/dgreif)! - Fixed a typo which caused all cameras to be recognized as wired cameras. This lead to slower notifications for battery cameras and removed the battery level in HomeKit. Big thanks to @satrik for pointing me in the right direction to track down these issues! + +- [`321c983`](https://github.com/dgreif/ring/commit/321c9831ed4208c14f09b943543c6f05f7f170f7) Thanks [@dgreif](https://github.com/dgreif)! - Fix payload sent for unlocking doors via Ring Intercom + +- Updated dependencies [[`503e34f`](https://github.com/dgreif/ring/commit/503e34fb92d59304b0d33d7ab12216f4c38bddba), [`4fe3fed`](https://github.com/dgreif/ring/commit/4fe3fed87b6fac5f4f4661f80693be44c35f75f4), [`321c983`](https://github.com/dgreif/ring/commit/321c9831ed4208c14f09b943543c6f05f7f170f7), [`c084848`](https://github.com/dgreif/ring/commit/c0848484388ade6308387e2047186325d4880f52), [`836c580`](https://github.com/dgreif/ring/commit/836c580c4247324e18c92674f11840385c989c5f), [`56a7894`](https://github.com/dgreif/ring/commit/56a7894c3e5515b7d8678cb3902b593078449446)]: + - ring-client-api@11.7.0 + ## 11.6.0 ### Minor Changes diff --git a/packages/homebridge-ring/package.json b/packages/homebridge-ring/package.json index 5169e437..67c5d303 100644 --- a/packages/homebridge-ring/package.json +++ b/packages/homebridge-ring/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-ring", - "version": "11.6.0", + "version": "11.7.0", "description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting", "main": "lib/index.js", "scripts": { @@ -13,7 +13,7 @@ "dependencies": { "@homebridge/camera-utils": "^2.2.0", "@homebridge/plugin-ui-utils": "^0.0.19", - "ring-client-api": "11.6.0" + "ring-client-api": "11.7.0" }, "devDependencies": { "concurrently": "^7.5.0", diff --git a/packages/ring-client-api/CHANGELOG.md b/packages/ring-client-api/CHANGELOG.md index e65cc436..8efc4bdc 100644 --- a/packages/ring-client-api/CHANGELOG.md +++ b/packages/ring-client-api/CHANGELOG.md @@ -1,5 +1,23 @@ # ring-client-api +## 11.7.0 + +### Minor Changes + +- [`4fe3fed`](https://github.com/dgreif/ring/commit/4fe3fed87b6fac5f4f4661f80693be44c35f75f4) Thanks [@dgreif](https://github.com/dgreif)! - Add support of Intercoms. Currently the only supported features are unlocking and checking the battery level. + +- [`c084848`](https://github.com/dgreif/ring/commit/c0848484388ade6308387e2047186325d4880f52) Thanks [@dgreif](https://github.com/dgreif)! - Add onDing observable to intercoms, which will be triggered by ding push notifications + +- [`836c580`](https://github.com/dgreif/ring/commit/836c580c4247324e18c92674f11840385c989c5f) Thanks [@dgreif](https://github.com/dgreif)! - Automatically subscribe for ding events on intercoms + +- [`56a7894`](https://github.com/dgreif/ring/commit/56a7894c3e5515b7d8678cb3902b593078449446) Thanks [@dgreif](https://github.com/dgreif)! - Detect unlock notification from intercom + +### Patch Changes + +- [`503e34f`](https://github.com/dgreif/ring/commit/503e34fb92d59304b0d33d7ab12216f4c38bddba) Thanks [@dgreif](https://github.com/dgreif)! - Fixed a typo which caused all cameras to be recognized as wired cameras. This lead to slower notifications for battery cameras and removed the battery level in HomeKit. Big thanks to @satrik for pointing me in the right direction to track down these issues! + +- [`321c983`](https://github.com/dgreif/ring/commit/321c9831ed4208c14f09b943543c6f05f7f170f7) Thanks [@dgreif](https://github.com/dgreif)! - Fix payload sent for unlocking doors via Ring Intercom + ## 11.6.0 ### Minor Changes diff --git a/packages/ring-client-api/package.json b/packages/ring-client-api/package.json index 8700252b..5a19475f 100644 --- a/packages/ring-client-api/package.json +++ b/packages/ring-client-api/package.json @@ -1,6 +1,6 @@ { "name": "ring-client-api", - "version": "11.6.0", + "version": "11.7.0", "description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting", "main": "lib/index.js", "exports": {