Skip to content

Commit ee403a0

Browse files
Version Packages 14.1.0 (#1664)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c9e8091 commit ee403a0

File tree

7 files changed

+27
-16
lines changed

7 files changed

+27
-16
lines changed

.changeset/curvy-banks-float.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/green-houses-say.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"dotenv": "17.2.2",
1212
"eslint-config-shared": "*",
13-
"ring-client-api": "14.0.1",
13+
"ring-client-api": "14.1.0",
1414
"tsconfig": "*"
1515
}
1616
}

packages/homebridge-ring/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# homebridge-ring
22

3+
## 14.1.0
4+
5+
### Minor Changes
6+
7+
- [`c1a519f`](https://github.com/dgreif/ring/commit/c1a519f4ff24e3dbd5455a4e8edd5c0a3bb37110) Thanks [@dgreif](https://github.com/dgreif)! - Allow Node.js 24 as supported engine
8+
9+
### Patch Changes
10+
11+
- [`406abf1`](https://github.com/dgreif/ring/commit/406abf154fd20a439431b1ed78409d8bcf679b9a) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies
12+
13+
- Updated dependencies [[`c1a519f`](https://github.com/dgreif/ring/commit/c1a519f4ff24e3dbd5455a4e8edd5c0a3bb37110), [`406abf1`](https://github.com/dgreif/ring/commit/406abf154fd20a439431b1ed78409d8bcf679b9a)]:
14+
15+
316
## 14.0.1
417

518
### Patch Changes

packages/homebridge-ring/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "homebridge-ring",
33
"displayName": "Ring",
4-
"version": "14.0.1",
4+
"version": "14.1.0",
55
"description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting",
66
"type": "module",
77
"main": "lib/index.js",
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@homebridge/camera-utils": "^3.0.0",
1717
"@homebridge/plugin-ui-utils": "^2.1.0",
18-
"ring-client-api": "14.0.1",
18+
"ring-client-api": "14.1.0",
1919
"werift": "0.22.2"
2020
},
2121
"devDependencies": {

packages/ring-client-api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ring-client-api
22

3+
## 14.1.0
4+
5+
### Minor Changes
6+
7+
- [`c1a519f`](https://github.com/dgreif/ring/commit/c1a519f4ff24e3dbd5455a4e8edd5c0a3bb37110) Thanks [@dgreif](https://github.com/dgreif)! - Allow Node.js 24 as supported engine
8+
9+
### Patch Changes
10+
11+
- [`406abf1`](https://github.com/dgreif/ring/commit/406abf154fd20a439431b1ed78409d8bcf679b9a) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies
12+
313
## 14.0.1
414

515
## 14.0.0

packages/ring-client-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ring-client-api",
3-
"version": "14.0.1",
3+
"version": "14.1.0",
44
"description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting",
55
"main": "lib/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)