Skip to content

Commit 8b43084

Browse files
Version Packages 13.2.0 (#1530)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 74d4d30 commit 8b43084

15 files changed

+57
-63
lines changed

.changeset/friendly-boats-warn.md

-6
This file was deleted.

.changeset/large-boxes-smile.md

-6
This file was deleted.

.changeset/neat-experts-think.md

-6
This file was deleted.

.changeset/nine-jobs-sneeze.md

-6
This file was deleted.

.changeset/ninety-adults-fry.md

-6
This file was deleted.

.changeset/orange-pumpkins-confess.md

-5
This file was deleted.

.changeset/silver-ads-wash.md

-6
This file was deleted.

.changeset/slimy-lizards-divide.md

-6
This file was deleted.

.changeset/tidy-socks-divide.md

-6
This file was deleted.

.changeset/wicked-crabs-sip.md

-6
This file was deleted.

packages/examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"dotenv": "16.4.5",
1111
"eslint-config-shared": "*",
12-
"ring-client-api": "13.1.0",
12+
"ring-client-api": "13.2.0",
1313
"tsconfig": "*"
1414
}
1515
}

packages/homebridge-ring/CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# homebridge-ring
22

3+
## 13.2.0
4+
5+
### Minor Changes
6+
7+
- [`2df3073`](https://github.com/dgreif/ring/commit/2df307381f020bf494f7e436b3d1cb0bc6748a37) Thanks [@dgreif](https://github.com/dgreif)! - Add support for Node 22
8+
9+
- [`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.
10+
11+
### Patch Changes
12+
13+
- [`cef247b`](https://github.com/dgreif/ring/commit/cef247b947a52384a592ff9574340c3c6c2c5616) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies
14+
15+
- [`b73687b`](https://github.com/dgreif/ring/commit/b73687be34260be7bf4cf00ebc9b7f19fb3957bd) Thanks [@dgreif](https://github.com/dgreif)! - Ignore unused camera messages
16+
17+
- [`d0baee3`](https://github.com/dgreif/ring/commit/d0baee3250d5ec1b82c84286688b71c60b7a5639) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies
18+
19+
- [`2afef6f`](https://github.com/dgreif/ring/commit/2afef6f923db39f6392ca460be99d6702c0b1a07) Thanks [@dgreif](https://github.com/dgreif)! - Use `provenance` when publishing to npm
20+
21+
- [`20abf95`](https://github.com/dgreif/ring/commit/20abf95b1e49e13c899f8bad54b686b3a12ca566) Thanks [@dgreif](https://github.com/dgreif)! - Fix homebridge ui
22+
23+
- [`306f76d`](https://github.com/dgreif/ring/commit/306f76d6fd2eef1831330e04792a244a51a2fb86) Thanks [@dgreif](https://github.com/dgreif)! - Updated dependencies
24+
25+
- [`1fe3043`](https://github.com/dgreif/ring/commit/1fe30435520c1f0c3aed526e8117da2031ce2760) Thanks [@tsightler](https://github.com/tsightler)! - Improve fetch error messages
26+
27+
- [`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
28+
29+
- 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)]:
30+
31+
332
## 13.1.0
433

534
### Minor Changes

packages/homebridge-ring/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "homebridge-ring",
33
"displayName": "Ring",
4-
"version": "13.1.0",
4+
"version": "13.2.0",
55
"description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting",
66
"main": "lib/index.js",
77
"scripts": {
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@homebridge/camera-utils": "^2.2.7",
1616
"@homebridge/plugin-ui-utils": "^1.0.3",
17-
"ring-client-api": "13.1.0",
17+
"ring-client-api": "13.2.0",
1818
"werift": "0.20.1"
1919
},
2020
"devDependencies": {

packages/ring-client-api/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# ring-client-api
22

3+
## 13.2.0
4+
5+
### Minor Changes
6+
7+
- [`2df3073`](https://github.com/dgreif/ring/commit/2df307381f020bf494f7e436b3d1cb0bc6748a37) Thanks [@dgreif](https://github.com/dgreif)! - Add support for Node 22
8+
9+
- [`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.
10+
11+
### Patch Changes
12+
13+
- [`cef247b`](https://github.com/dgreif/ring/commit/cef247b947a52384a592ff9574340c3c6c2c5616) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies
14+
15+
- [`b73687b`](https://github.com/dgreif/ring/commit/b73687be34260be7bf4cf00ebc9b7f19fb3957bd) Thanks [@dgreif](https://github.com/dgreif)! - Ignore unused camera messages
16+
17+
- [`d0baee3`](https://github.com/dgreif/ring/commit/d0baee3250d5ec1b82c84286688b71c60b7a5639) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies
18+
19+
- [`2afef6f`](https://github.com/dgreif/ring/commit/2afef6f923db39f6392ca460be99d6702c0b1a07) Thanks [@dgreif](https://github.com/dgreif)! - Use `provenance` when publishing to npm
20+
21+
- [`306f76d`](https://github.com/dgreif/ring/commit/306f76d6fd2eef1831330e04792a244a51a2fb86) Thanks [@dgreif](https://github.com/dgreif)! - Updated dependencies
22+
23+
- [`1fe3043`](https://github.com/dgreif/ring/commit/1fe30435520c1f0c3aed526e8117da2031ce2760) Thanks [@tsightler](https://github.com/tsightler)! - Improve fetch error messages
24+
25+
- [`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
26+
327
## 13.1.0
428

529
### Minor Changes

packages/ring-client-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ring-client-api",
3-
"version": "13.1.0",
3+
"version": "13.2.0",
44
"description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting",
55
"main": "lib/index.js",
66
"exports": {

0 commit comments

Comments
 (0)