diff --git a/.changeset/mighty-steaks-itch.md b/.changeset/mighty-steaks-itch.md deleted file mode 100644 index 20eba820..00000000 --- a/.changeset/mighty-steaks-itch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Update app API endpoint to fix socket connection issues diff --git a/packages/examples/package.json b/packages/examples/package.json index d6716415..b797e54e 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -9,7 +9,7 @@ "dotenv": "16.3.1", "eslint-config-shared": "*", "express": "4.19.2", - "ring-client-api": "12.1.0", + "ring-client-api": "12.1.1", "tsconfig": "*" } } diff --git a/packages/homebridge-ring/CHANGELOG.md b/packages/homebridge-ring/CHANGELOG.md index b73c51e9..25603f57 100644 --- a/packages/homebridge-ring/CHANGELOG.md +++ b/packages/homebridge-ring/CHANGELOG.md @@ -1,5 +1,14 @@ # homebridge-ring +## 12.1.1 + +### Patch Changes + +- [#1433](https://github.com/dgreif/ring/pull/1433) [`d3fe3de`](https://github.com/dgreif/ring/commit/d3fe3dea334dd271ef8862ef8e1e0130f68cf38a) Thanks [@tsightler](https://github.com/tsightler)! - Update app API endpoint to fix socket connection issues + +- Updated dependencies [[`d3fe3de`](https://github.com/dgreif/ring/commit/d3fe3dea334dd271ef8862ef8e1e0130f68cf38a)]: + - ring-client-api@12.1.1 + ## 12.1.0 ### Minor Changes diff --git a/packages/homebridge-ring/package.json b/packages/homebridge-ring/package.json index f6768586..f18a9c23 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.0", + "version": "12.1.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.4", "@homebridge/plugin-ui-utils": "^1.0.0", - "ring-client-api": "12.1.0", + "ring-client-api": "12.1.1", "werift": "0.18.17" }, "devDependencies": { diff --git a/packages/ring-client-api/CHANGELOG.md b/packages/ring-client-api/CHANGELOG.md index 59e8ee1b..5b6c6a3e 100644 --- a/packages/ring-client-api/CHANGELOG.md +++ b/packages/ring-client-api/CHANGELOG.md @@ -1,5 +1,11 @@ # ring-client-api +## 12.1.1 + +### Patch Changes + +- [#1433](https://github.com/dgreif/ring/pull/1433) [`d3fe3de`](https://github.com/dgreif/ring/commit/d3fe3dea334dd271ef8862ef8e1e0130f68cf38a) Thanks [@tsightler](https://github.com/tsightler)! - Update app API endpoint to fix socket connection issues + ## 12.1.0 ### Minor Changes diff --git a/packages/ring-client-api/package.json b/packages/ring-client-api/package.json index 1e4de54b..a4819434 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.0", + "version": "12.1.1", "description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting", "main": "lib/index.js", "exports": {