Skip to content

Commit

Permalink
Version Packages 13.0.0 (#1457)
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 Aug 4, 2024
1 parent b5e3023 commit 72e52bb
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-pants-accept.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/green-cheetahs-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-dogs-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silent-carrots-perform.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-shoes-admire.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 @@
"dotenv": "16.4.5",
"eslint-config-shared": "*",
"express": "4.19.2",
"ring-client-api": "12.1.1",
"ring-client-api": "13.0.0",
"tsconfig": "*"
}
}
21 changes: 21 additions & 0 deletions packages/homebridge-ring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# homebridge-ring

## 13.0.0

### Major Changes

- [`cc2f0b7`](https://github.com/dgreif/ring/commit/cc2f0b743a5927e1a9e4c5797ee6bc08bef9ffe7) Thanks [@tsightler](https://github.com/tsightler)! - Updated to new push notification interface. This will change the shape of push notifications for projects which manually consume push notifications, but should not impact homebridge-ring users. If your push notifications for cameras (motion events, dings, etc) do not work after updating, please reboot and try again, then see https://github.com/dgreif/ring/wiki/Notification-Troubleshooting if issues continue.

### Minor Changes

- [`36461a1`](https://github.com/dgreif/ring/commit/36461a10719a044a42284d92ab7ea87623ff8e99) Thanks [@dgreif](https://github.com/dgreif)! - Switched to using the native version of `fetch` from Node.js. This allows us to remove `got` as a dependency. This will break any users on Node 16 or older, though those versions have not been officially supported for some time.

### Patch Changes

- [`f0766c1`](https://github.com/dgreif/ring/commit/f0766c1588eccddf5a0dabe35665e97172cc0ad6) Thanks [@donavanbecker](https://github.com/donavanbecker)! - Fixes for HAP-NodeJS v1.0.0, which should pave the way for the upcoming Homebridge 2.0.0 release.

- [`dd78e50`](https://github.com/dgreif/ring/commit/dd78e503670743d6d836868742a0b724edf75113) Thanks [@dgreif](https://github.com/dgreif)! - Updated dependencies

- [`c8aab5a`](https://github.com/dgreif/ring/commit/c8aab5a7753d241de4bde66fd7d353e174b48ca6) Thanks [@dgreif](https://github.com/dgreif)! - Add deprecation warning for bridged cameras. Only unbridged cameras will be supported in the next major release.

- Updated dependencies [[`dd78e50`](https://github.com/dgreif/ring/commit/dd78e503670743d6d836868742a0b724edf75113), [`cc2f0b7`](https://github.com/dgreif/ring/commit/cc2f0b743a5927e1a9e4c5797ee6bc08bef9ffe7), [`36461a1`](https://github.com/dgreif/ring/commit/36461a10719a044a42284d92ab7ea87623ff8e99)]:
- [email protected]

## 12.1.1

### Patch 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": "12.1.1",
"version": "13.0.0",
"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.6",
"@homebridge/plugin-ui-utils": "^1.0.3",
"ring-client-api": "12.1.1",
"ring-client-api": "13.0.0",
"werift": "0.19.4"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/ring-client-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# ring-client-api

## 13.0.0

### Major Changes

- [`cc2f0b7`](https://github.com/dgreif/ring/commit/cc2f0b743a5927e1a9e4c5797ee6bc08bef9ffe7) Thanks [@tsightler](https://github.com/tsightler)! - Updated to new push notification interface. This will change the shape of push notifications for projects which manually consume push notifications, but should not impact homebridge-ring users. If your push notifications for cameras (motion events, dings, etc) do not work after updating, please reboot and try again, then see https://github.com/dgreif/ring/wiki/Notification-Troubleshooting if issues continue.

### Minor Changes

- [`36461a1`](https://github.com/dgreif/ring/commit/36461a10719a044a42284d92ab7ea87623ff8e99) Thanks [@dgreif](https://github.com/dgreif)! - Switched to using the native version of `fetch` from Node.js. This allows us to remove `got` as a dependency. This will break any users on Node 16 or older, though those versions have not been officially supported for some time.

### Patch Changes

- [`dd78e50`](https://github.com/dgreif/ring/commit/dd78e503670743d6d836868742a0b724edf75113) Thanks [@dgreif](https://github.com/dgreif)! - Updated dependencies

## 12.1.1

### Patch 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": "12.1.1",
"version": "13.0.0",
"description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting",
"main": "lib/index.js",
"exports": {
Expand Down

0 comments on commit 72e52bb

Please sign in to comment.