From 8b4308437e3fc4d916db7e3fed64e499abf1ae68 Mon Sep 17 00:00:00 2001 From: Dusty Greif Date: Wed, 20 Nov 2024 19:48:10 -0500 Subject: [PATCH] Version Packages 13.2.0 (#1530) Co-authored-by: github-actions[bot] --- .changeset/friendly-boats-warn.md | 6 ------ .changeset/large-boxes-smile.md | 6 ------ .changeset/neat-experts-think.md | 6 ------ .changeset/nine-jobs-sneeze.md | 6 ------ .changeset/ninety-adults-fry.md | 6 ------ .changeset/orange-pumpkins-confess.md | 5 ----- .changeset/silver-ads-wash.md | 6 ------ .changeset/slimy-lizards-divide.md | 6 ------ .changeset/tidy-socks-divide.md | 6 ------ .changeset/wicked-crabs-sip.md | 6 ------ packages/examples/package.json | 2 +- packages/homebridge-ring/CHANGELOG.md | 29 +++++++++++++++++++++++++++ packages/homebridge-ring/package.json | 4 ++-- packages/ring-client-api/CHANGELOG.md | 24 ++++++++++++++++++++++ packages/ring-client-api/package.json | 2 +- 15 files changed, 57 insertions(+), 63 deletions(-) delete mode 100644 .changeset/friendly-boats-warn.md delete mode 100644 .changeset/large-boxes-smile.md delete mode 100644 .changeset/neat-experts-think.md delete mode 100644 .changeset/nine-jobs-sneeze.md delete mode 100644 .changeset/ninety-adults-fry.md delete mode 100644 .changeset/orange-pumpkins-confess.md delete mode 100644 .changeset/silver-ads-wash.md delete mode 100644 .changeset/slimy-lizards-divide.md delete mode 100644 .changeset/tidy-socks-divide.md delete mode 100644 .changeset/wicked-crabs-sip.md diff --git a/.changeset/friendly-boats-warn.md b/.changeset/friendly-boats-warn.md deleted file mode 100644 index c1b19888..00000000 --- a/.changeset/friendly-boats-warn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Update dependencies diff --git a/.changeset/large-boxes-smile.md b/.changeset/large-boxes-smile.md deleted file mode 100644 index b43752b6..00000000 --- a/.changeset/large-boxes-smile.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Ignore unused camera messages diff --git a/.changeset/neat-experts-think.md b/.changeset/neat-experts-think.md deleted file mode 100644 index c1b19888..00000000 --- a/.changeset/neat-experts-think.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Update dependencies diff --git a/.changeset/nine-jobs-sneeze.md b/.changeset/nine-jobs-sneeze.md deleted file mode 100644 index febff80a..00000000 --- a/.changeset/nine-jobs-sneeze.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Use `provenance` when publishing to npm diff --git a/.changeset/ninety-adults-fry.md b/.changeset/ninety-adults-fry.md deleted file mode 100644 index 1f36a865..00000000 --- a/.changeset/ninety-adults-fry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': minor -'ring-client-api': minor ---- - -Add support for Node 22 diff --git a/.changeset/orange-pumpkins-confess.md b/.changeset/orange-pumpkins-confess.md deleted file mode 100644 index 417cfbd8..00000000 --- a/.changeset/orange-pumpkins-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'homebridge-ring': patch ---- - -Fix homebridge ui diff --git a/.changeset/silver-ads-wash.md b/.changeset/silver-ads-wash.md deleted file mode 100644 index 0acbe165..00000000 --- a/.changeset/silver-ads-wash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Updated dependencies diff --git a/.changeset/slimy-lizards-divide.md b/.changeset/slimy-lizards-divide.md deleted file mode 100644 index 20819c4d..00000000 --- a/.changeset/slimy-lizards-divide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': minor -'ring-client-api': minor ---- - -Updated build target from ES2021 to ES2022. ES2022 is fully supported by Node 18, which is the current minimum supported version. diff --git a/.changeset/tidy-socks-divide.md b/.changeset/tidy-socks-divide.md deleted file mode 100644 index a07a5785..00000000 --- a/.changeset/tidy-socks-divide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Improve fetch error messages diff --git a/.changeset/wicked-crabs-sip.md b/.changeset/wicked-crabs-sip.md deleted file mode 100644 index 64b65720..00000000 --- a/.changeset/wicked-crabs-sip.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Use beta version of @homebridge/camera-utils, which includes an updated version of ffmpeg diff --git a/packages/examples/package.json b/packages/examples/package.json index 3977c930..a0a80449 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -9,7 +9,7 @@ "devDependencies": { "dotenv": "16.4.5", "eslint-config-shared": "*", - "ring-client-api": "13.1.0", + "ring-client-api": "13.2.0", "tsconfig": "*" } } diff --git a/packages/homebridge-ring/CHANGELOG.md b/packages/homebridge-ring/CHANGELOG.md index 3ba4f391..2e1560d1 100644 --- a/packages/homebridge-ring/CHANGELOG.md +++ b/packages/homebridge-ring/CHANGELOG.md @@ -1,5 +1,34 @@ # homebridge-ring +## 13.2.0 + +### Minor Changes + +- [`2df3073`](https://github.com/dgreif/ring/commit/2df307381f020bf494f7e436b3d1cb0bc6748a37) Thanks [@dgreif](https://github.com/dgreif)! - Add support for Node 22 + +- [`abd5e98`](https://github.com/dgreif/ring/commit/abd5e9880df08bcd2f3ed27b3c1c0b679e74f12a) Thanks [@dgreif](https://github.com/dgreif)! - Updated build target from ES2021 to ES2022. ES2022 is fully supported by Node 18, which is the current minimum supported version. + +### Patch Changes + +- [`cef247b`](https://github.com/dgreif/ring/commit/cef247b947a52384a592ff9574340c3c6c2c5616) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies + +- [`b73687b`](https://github.com/dgreif/ring/commit/b73687be34260be7bf4cf00ebc9b7f19fb3957bd) Thanks [@dgreif](https://github.com/dgreif)! - Ignore unused camera messages + +- [`d0baee3`](https://github.com/dgreif/ring/commit/d0baee3250d5ec1b82c84286688b71c60b7a5639) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies + +- [`2afef6f`](https://github.com/dgreif/ring/commit/2afef6f923db39f6392ca460be99d6702c0b1a07) Thanks [@dgreif](https://github.com/dgreif)! - Use `provenance` when publishing to npm + +- [`20abf95`](https://github.com/dgreif/ring/commit/20abf95b1e49e13c899f8bad54b686b3a12ca566) Thanks [@dgreif](https://github.com/dgreif)! - Fix homebridge ui + +- [`306f76d`](https://github.com/dgreif/ring/commit/306f76d6fd2eef1831330e04792a244a51a2fb86) Thanks [@dgreif](https://github.com/dgreif)! - Updated dependencies + +- [`1fe3043`](https://github.com/dgreif/ring/commit/1fe30435520c1f0c3aed526e8117da2031ce2760) Thanks [@tsightler](https://github.com/tsightler)! - Improve fetch error messages + +- [`f97c496`](https://github.com/dgreif/ring/commit/f97c496f8334475a3db729761609a2d313aaf5e5) Thanks [@dgreif](https://github.com/dgreif)! - Use beta version of @homebridge/camera-utils, which includes an updated version of ffmpeg + +- Updated dependencies [[`cef247b`](https://github.com/dgreif/ring/commit/cef247b947a52384a592ff9574340c3c6c2c5616), [`b73687b`](https://github.com/dgreif/ring/commit/b73687be34260be7bf4cf00ebc9b7f19fb3957bd), [`d0baee3`](https://github.com/dgreif/ring/commit/d0baee3250d5ec1b82c84286688b71c60b7a5639), [`2afef6f`](https://github.com/dgreif/ring/commit/2afef6f923db39f6392ca460be99d6702c0b1a07), [`2df3073`](https://github.com/dgreif/ring/commit/2df307381f020bf494f7e436b3d1cb0bc6748a37), [`306f76d`](https://github.com/dgreif/ring/commit/306f76d6fd2eef1831330e04792a244a51a2fb86), [`abd5e98`](https://github.com/dgreif/ring/commit/abd5e9880df08bcd2f3ed27b3c1c0b679e74f12a), [`1fe3043`](https://github.com/dgreif/ring/commit/1fe30435520c1f0c3aed526e8117da2031ce2760), [`f97c496`](https://github.com/dgreif/ring/commit/f97c496f8334475a3db729761609a2d313aaf5e5)]: + - ring-client-api@13.2.0 + ## 13.1.0 ### Minor Changes diff --git a/packages/homebridge-ring/package.json b/packages/homebridge-ring/package.json index f4bf3523..7528ffc8 100644 --- a/packages/homebridge-ring/package.json +++ b/packages/homebridge-ring/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-ring", "displayName": "Ring", - "version": "13.1.0", + "version": "13.2.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.7", "@homebridge/plugin-ui-utils": "^1.0.3", - "ring-client-api": "13.1.0", + "ring-client-api": "13.2.0", "werift": "0.20.1" }, "devDependencies": { diff --git a/packages/ring-client-api/CHANGELOG.md b/packages/ring-client-api/CHANGELOG.md index 3ba83f36..57ca54aa 100644 --- a/packages/ring-client-api/CHANGELOG.md +++ b/packages/ring-client-api/CHANGELOG.md @@ -1,5 +1,29 @@ # ring-client-api +## 13.2.0 + +### Minor Changes + +- [`2df3073`](https://github.com/dgreif/ring/commit/2df307381f020bf494f7e436b3d1cb0bc6748a37) Thanks [@dgreif](https://github.com/dgreif)! - Add support for Node 22 + +- [`abd5e98`](https://github.com/dgreif/ring/commit/abd5e9880df08bcd2f3ed27b3c1c0b679e74f12a) Thanks [@dgreif](https://github.com/dgreif)! - Updated build target from ES2021 to ES2022. ES2022 is fully supported by Node 18, which is the current minimum supported version. + +### Patch Changes + +- [`cef247b`](https://github.com/dgreif/ring/commit/cef247b947a52384a592ff9574340c3c6c2c5616) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies + +- [`b73687b`](https://github.com/dgreif/ring/commit/b73687be34260be7bf4cf00ebc9b7f19fb3957bd) Thanks [@dgreif](https://github.com/dgreif)! - Ignore unused camera messages + +- [`d0baee3`](https://github.com/dgreif/ring/commit/d0baee3250d5ec1b82c84286688b71c60b7a5639) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies + +- [`2afef6f`](https://github.com/dgreif/ring/commit/2afef6f923db39f6392ca460be99d6702c0b1a07) Thanks [@dgreif](https://github.com/dgreif)! - Use `provenance` when publishing to npm + +- [`306f76d`](https://github.com/dgreif/ring/commit/306f76d6fd2eef1831330e04792a244a51a2fb86) Thanks [@dgreif](https://github.com/dgreif)! - Updated dependencies + +- [`1fe3043`](https://github.com/dgreif/ring/commit/1fe30435520c1f0c3aed526e8117da2031ce2760) Thanks [@tsightler](https://github.com/tsightler)! - Improve fetch error messages + +- [`f97c496`](https://github.com/dgreif/ring/commit/f97c496f8334475a3db729761609a2d313aaf5e5) Thanks [@dgreif](https://github.com/dgreif)! - Use beta version of @homebridge/camera-utils, which includes an updated version of ffmpeg + ## 13.1.0 ### Minor Changes diff --git a/packages/ring-client-api/package.json b/packages/ring-client-api/package.json index 6039078a..1e9abd05 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.1.0", + "version": "13.2.0", "description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting", "main": "lib/index.js", "exports": {