diff --git a/.changeset/pre.json b/.changeset/pre.json index d2a2424d..c0b6b473 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -11,6 +11,7 @@ "changesets": [ "green-cheetahs-deliver", "silent-carrots-perform", - "soft-spiders-travel" + "soft-spiders-travel", + "two-shoes-admire" ] } diff --git a/packages/examples/package.json b/packages/examples/package.json index c28f5c7d..0a3fa54c 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-beta.1", + "ring-client-api": "13.0.0-beta.2", "tsconfig": "*" } } diff --git a/packages/homebridge-ring/CHANGELOG.md b/packages/homebridge-ring/CHANGELOG.md index a55b5788..2d725995 100644 --- a/packages/homebridge-ring/CHANGELOG.md +++ b/packages/homebridge-ring/CHANGELOG.md @@ -1,5 +1,14 @@ # homebridge-ring +## 13.0.0-beta.2 + +### Patch Changes + +- [`6bb8df2`](https://github.com/dgreif/ring/commit/6bb8df29789b9d2dfee3654d60c4a8f41c36f3cb) 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. + +- Updated dependencies [[`6bb8df2`](https://github.com/dgreif/ring/commit/6bb8df29789b9d2dfee3654d60c4a8f41c36f3cb)]: + - ring-client-api@13.0.0-beta.2 + ## 13.0.0-beta.1 ### Patch Changes diff --git a/packages/homebridge-ring/package.json b/packages/homebridge-ring/package.json index 997a8856..d0c51c95 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-beta.1", + "version": "13.0.0-beta.2", "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-beta.1", + "ring-client-api": "13.0.0-beta.2", "werift": "0.19.3" }, "devDependencies": { diff --git a/packages/ring-client-api/CHANGELOG.md b/packages/ring-client-api/CHANGELOG.md index 2e74b1dd..6647a285 100644 --- a/packages/ring-client-api/CHANGELOG.md +++ b/packages/ring-client-api/CHANGELOG.md @@ -1,5 +1,11 @@ # ring-client-api +## 13.0.0-beta.2 + +### Patch Changes + +- [`6bb8df2`](https://github.com/dgreif/ring/commit/6bb8df29789b9d2dfee3654d60c4a8f41c36f3cb) 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. + ## 13.0.0-beta.1 ### Patch Changes diff --git a/packages/ring-client-api/package.json b/packages/ring-client-api/package.json index 3469f196..88bfa6ba 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-beta.1", + "version": "13.0.0-beta.2", "description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting", "main": "lib/index.js", "exports": {