Skip to content

Commit e286b97

Browse files
Version Packages 13.0.1 (#1458)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cf08a3e commit e286b97

File tree

7 files changed

+21
-15
lines changed

7 files changed

+21
-15
lines changed

.changeset/cool-fans-happen.md

-6
This file was deleted.

.changeset/rich-pets-relax.md

-5
This file was deleted.

packages/examples/package.json

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

packages/homebridge-ring/CHANGELOG.md

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

3+
## 13.0.1
4+
5+
### Patch Changes
6+
7+
- [`cf08a3e`](https://github.com/dgreif/ring/commit/cf08a3e07b5e550bcddfc789fbaa72050a4a0311) Thanks [@dgreif](https://github.com/dgreif)! - Update push-receiver, which should lead to more reliable push notification handling
8+
9+
- [`1552181`](https://github.com/dgreif/ring/commit/1552181b47d9f9dba031c3a592591f90369a7970) Thanks [@dgreif](https://github.com/dgreif)! - Set panic button names in such a way that they are properly reflected in the Home app. Note, this only impacts users who have the `showPanicButtons` option enabled. These users will likely see a new warning about "Configured Name" not being a supported characteristic of "Switch", which can be ignored.
10+
11+
- Updated dependencies [[`cf08a3e`](https://github.com/dgreif/ring/commit/cf08a3e07b5e550bcddfc789fbaa72050a4a0311)]:
12+
13+
314
## 13.0.0
415

516
### Major 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.0.0",
4+
"version": "13.0.1",
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.6",
1616
"@homebridge/plugin-ui-utils": "^1.0.3",
17-
"ring-client-api": "13.0.0",
17+
"ring-client-api": "13.0.1",
1818
"werift": "0.19.4"
1919
},
2020
"devDependencies": {

packages/ring-client-api/CHANGELOG.md

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

3+
## 13.0.1
4+
5+
### Patch Changes
6+
7+
- [`cf08a3e`](https://github.com/dgreif/ring/commit/cf08a3e07b5e550bcddfc789fbaa72050a4a0311) Thanks [@dgreif](https://github.com/dgreif)! - Update push-receiver, which should lead to more reliable push notification handling
8+
39
## 13.0.0
410

511
### Major 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.0.0",
3+
"version": "13.0.1",
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)