Skip to content

Commit a7d803b

Browse files
Version Packages 13.2.1 (#1541)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a36c7d9 commit a7d803b

File tree

8 files changed

+25
-21
lines changed

8 files changed

+25
-21
lines changed

.changeset/purple-teachers-applaud.md

-6
This file was deleted.

.changeset/shy-needles-stare.md

-6
This file was deleted.

.changeset/warm-crabs-argue.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
"devDependencies": {
1010
"dotenv": "16.4.5",
1111
"eslint-config-shared": "*",
12-
"ring-client-api": "13.2.0",
12+
"ring-client-api": "13.2.1",
1313
"tsconfig": "*"
1414
}
1515
}

packages/homebridge-ring/CHANGELOG.md

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

3+
## 13.2.1
4+
5+
### Patch Changes
6+
7+
- [#1532](https://github.com/dgreif/ring/pull/1532) [`209f13e`](https://github.com/dgreif/ring/commit/209f13ead4707dad6e478578a81d6623b0642776) Thanks [@tsightler](https://github.com/tsightler)! - Increase keepalive and adjust connection pooling, which will hopefully result in more stable fetch requests
8+
9+
- [`a480048`](https://github.com/dgreif/ring/commit/a480048f4a4adca1cac9516bf2b2c1be62a59868) Thanks [@tsightler](https://github.com/tsightler)! - Handle errors when connecting to push notification service
10+
11+
- [`a36c7d9`](https://github.com/dgreif/ring/commit/a36c7d93ea74c495073032484324778e5915a2d5) Thanks [@dgreif](https://github.com/dgreif)! - Mark homebridge-ring as compatible with Homebridge v2 Beta
12+
13+
- Updated dependencies [[`209f13e`](https://github.com/dgreif/ring/commit/209f13ead4707dad6e478578a81d6623b0642776), [`a480048`](https://github.com/dgreif/ring/commit/a480048f4a4adca1cac9516bf2b2c1be62a59868)]:
14+
15+
316
## 13.2.0
417

518
### 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.2.0",
4+
"version": "13.2.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.7",
1616
"@homebridge/plugin-ui-utils": "^1.0.3",
17-
"ring-client-api": "13.2.0",
17+
"ring-client-api": "13.2.1",
1818
"werift": "0.20.1"
1919
},
2020
"devDependencies": {

packages/ring-client-api/CHANGELOG.md

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

3+
## 13.2.1
4+
5+
### Patch Changes
6+
7+
- [#1532](https://github.com/dgreif/ring/pull/1532) [`209f13e`](https://github.com/dgreif/ring/commit/209f13ead4707dad6e478578a81d6623b0642776) Thanks [@tsightler](https://github.com/tsightler)! - Increase keepalive and adjust connection pooling, which will hopefully result in more stable fetch requests
8+
9+
- [`a480048`](https://github.com/dgreif/ring/commit/a480048f4a4adca1cac9516bf2b2c1be62a59868) Thanks [@tsightler](https://github.com/tsightler)! - Handle errors when connecting to push notification service
10+
311
## 13.2.0
412

513
### 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.2.0",
3+
"version": "13.2.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)