Skip to content

Commit

Permalink
Version Packages 13.2.1 (#1541)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dgreif and github-actions[bot] authored Dec 7, 2024
1 parent a36c7d9 commit a7d803b
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/purple-teachers-applaud.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shy-needles-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-crabs-argue.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"dotenv": "16.4.5",
"eslint-config-shared": "*",
"ring-client-api": "13.2.0",
"ring-client-api": "13.2.1",
"tsconfig": "*"
}
}
13 changes: 13 additions & 0 deletions packages/homebridge-ring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# homebridge-ring

## 13.2.1

### Patch Changes

- [#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

- [`a480048`](https://github.com/dgreif/ring/commit/a480048f4a4adca1cac9516bf2b2c1be62a59868) Thanks [@tsightler](https://github.com/tsightler)! - Handle errors when connecting to push notification service

- [`a36c7d9`](https://github.com/dgreif/ring/commit/a36c7d93ea74c495073032484324778e5915a2d5) Thanks [@dgreif](https://github.com/dgreif)! - Mark homebridge-ring as compatible with Homebridge v2 Beta

- Updated dependencies [[`209f13e`](https://github.com/dgreif/ring/commit/209f13ead4707dad6e478578a81d6623b0642776), [`a480048`](https://github.com/dgreif/ring/commit/a480048f4a4adca1cac9516bf2b2c1be62a59868)]:
- [email protected]

## 13.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/homebridge-ring/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-ring",
"displayName": "Ring",
"version": "13.2.0",
"version": "13.2.1",
"description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting",
"main": "lib/index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@homebridge/camera-utils": "^2.2.7",
"@homebridge/plugin-ui-utils": "^1.0.3",
"ring-client-api": "13.2.0",
"ring-client-api": "13.2.1",
"werift": "0.20.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ring-client-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ring-client-api

## 13.2.1

### Patch Changes

- [#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

- [`a480048`](https://github.com/dgreif/ring/commit/a480048f4a4adca1cac9516bf2b2c1be62a59868) Thanks [@tsightler](https://github.com/tsightler)! - Handle errors when connecting to push notification service

## 13.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ring-client-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ring-client-api",
"version": "13.2.0",
"version": "13.2.1",
"description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting",
"main": "lib/index.js",
"exports": {
Expand Down

0 comments on commit a7d803b

Please sign in to comment.