Skip to content

Commit 0b4cebd

Browse files
Version Packages (#1677)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 32030b4 commit 0b4cebd

File tree

7 files changed

+27
-16
lines changed

7 files changed

+27
-16
lines changed

.changeset/heavy-doodles-smoke.md

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

.changeset/mighty-knives-bake.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.3",
1212
"eslint-config-shared": "*",
13-
"ring-client-api": "14.1.0",
13+
"ring-client-api": "14.2.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.2.0
4+
5+
### Minor Changes
6+
7+
- [`56ecd51`](https://github.com/dgreif/ring/commit/56ecd5101e03d6baa92df77af2f13ce5e662d4c4) Thanks [@majd](https://github.com/majd)! - Add basic support for Ring Intercom Video (ding notifications, but no video/audio streaming)
8+
9+
### Patch Changes
10+
11+
- [`32030b4`](https://github.com/dgreif/ring/commit/32030b425cef31c536f6aaae7f8954eec3937abf) Thanks [@dgreif](https://github.com/dgreif)! - Updated dependencies
12+
13+
- Updated dependencies [[`56ecd51`](https://github.com/dgreif/ring/commit/56ecd5101e03d6baa92df77af2f13ce5e662d4c4), [`32030b4`](https://github.com/dgreif/ring/commit/32030b425cef31c536f6aaae7f8954eec3937abf)]:
14+
- ring-client-api@14.2.0
15+
316
## 14.1.0
417

518
### Minor 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.1.0",
4+
"version": "14.2.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.1.0",
18+
"ring-client-api": "14.2.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.2.0
4+
5+
### Minor Changes
6+
7+
- [`56ecd51`](https://github.com/dgreif/ring/commit/56ecd5101e03d6baa92df77af2f13ce5e662d4c4) Thanks [@majd](https://github.com/majd)! - Add basic support for Ring Intercom Video (ding notifications, but no video/audio streaming)
8+
9+
### Patch Changes
10+
11+
- [`32030b4`](https://github.com/dgreif/ring/commit/32030b425cef31c536f6aaae7f8954eec3937abf) Thanks [@dgreif](https://github.com/dgreif)! - Updated dependencies
12+
313
## 14.1.0
414

515
### Minor Changes

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.1.0",
3+
"version": "14.2.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)