From 8c191827fc7217f11e1dcfdb0afa35bc2ce03eb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 9 Aug 2024 13:45:35 +0000 Subject: [PATCH] Version Packages --- .changeset/cold-ducks-act.md | 6 ------ .changeset/heavy-toes-worry.md | 6 ------ packages/examples/package.json | 2 +- packages/homebridge-ring/CHANGELOG.md | 13 +++++++++++++ packages/homebridge-ring/package.json | 4 ++-- packages/ring-client-api/CHANGELOG.md | 10 ++++++++++ packages/ring-client-api/package.json | 2 +- 7 files changed, 27 insertions(+), 16 deletions(-) delete mode 100644 .changeset/cold-ducks-act.md delete mode 100644 .changeset/heavy-toes-worry.md diff --git a/.changeset/cold-ducks-act.md b/.changeset/cold-ducks-act.md deleted file mode 100644 index 79caed1d..00000000 --- a/.changeset/cold-ducks-act.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': minor -'ring-client-api': minor ---- - -Add support for water valves. Note, these have not been tested extensively so please let us know if you run into issues. diff --git a/.changeset/heavy-toes-worry.md b/.changeset/heavy-toes-worry.md deleted file mode 100644 index c1b19888..00000000 --- a/.changeset/heavy-toes-worry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Update dependencies diff --git a/packages/examples/package.json b/packages/examples/package.json index 36a7a55e..56032cac 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.1", + "ring-client-api": "13.1.0", "tsconfig": "*" } } diff --git a/packages/homebridge-ring/CHANGELOG.md b/packages/homebridge-ring/CHANGELOG.md index f049e6a0..3ba4f391 100644 --- a/packages/homebridge-ring/CHANGELOG.md +++ b/packages/homebridge-ring/CHANGELOG.md @@ -1,5 +1,18 @@ # homebridge-ring +## 13.1.0 + +### Minor Changes + +- [`1a1ee4b`](https://github.com/dgreif/ring/commit/1a1ee4b7fe44ead78577ff22d2d13b9133c9737b) Thanks [@dgreif](https://github.com/dgreif)! - Add support for water valves. Note, these have not been tested extensively so please let us know if you run into issues. + +### Patch Changes + +- [`2f5d646`](https://github.com/dgreif/ring/commit/2f5d646471abcae2e20a3929aab44e292e67d9ab) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies + +- Updated dependencies [[`1a1ee4b`](https://github.com/dgreif/ring/commit/1a1ee4b7fe44ead78577ff22d2d13b9133c9737b), [`2f5d646`](https://github.com/dgreif/ring/commit/2f5d646471abcae2e20a3929aab44e292e67d9ab)]: + - ring-client-api@13.1.0 + ## 13.0.1 ### Patch Changes diff --git a/packages/homebridge-ring/package.json b/packages/homebridge-ring/package.json index 89956d6c..1a325e85 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.1", + "version": "13.1.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": "13.0.1", + "ring-client-api": "13.1.0", "werift": "0.19.4" }, "devDependencies": { diff --git a/packages/ring-client-api/CHANGELOG.md b/packages/ring-client-api/CHANGELOG.md index ee0b5aaf..3ba83f36 100644 --- a/packages/ring-client-api/CHANGELOG.md +++ b/packages/ring-client-api/CHANGELOG.md @@ -1,5 +1,15 @@ # ring-client-api +## 13.1.0 + +### Minor Changes + +- [`1a1ee4b`](https://github.com/dgreif/ring/commit/1a1ee4b7fe44ead78577ff22d2d13b9133c9737b) Thanks [@dgreif](https://github.com/dgreif)! - Add support for water valves. Note, these have not been tested extensively so please let us know if you run into issues. + +### Patch Changes + +- [`2f5d646`](https://github.com/dgreif/ring/commit/2f5d646471abcae2e20a3929aab44e292e67d9ab) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies + ## 13.0.1 ### Patch Changes diff --git a/packages/ring-client-api/package.json b/packages/ring-client-api/package.json index dee151fa..fcf045e5 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.1", + "version": "13.1.0", "description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting", "main": "lib/index.js", "exports": {