From b5e30238c8ad5b7df5497160aaa803bfb7683d70 Mon Sep 17 00:00:00 2001 From: dgreif Date: Sun, 4 Aug 2024 14:51:20 -0400 Subject: [PATCH] Update release notes --- .changeset/beige-pianos-double.md | 6 ------ .changeset/fast-rivers-hug.md | 6 ------ .changeset/giant-pants-accept.md | 2 +- .changeset/soft-spiders-travel.md | 6 ------ .changeset/sour-mirrors-know.md | 6 ------ .changeset/stale-rats-pump.md | 6 ------ .changeset/two-shoes-admire.md | 4 ++-- package-lock.json | 12 ++++++------ 8 files changed, 9 insertions(+), 39 deletions(-) delete mode 100644 .changeset/beige-pianos-double.md delete mode 100644 .changeset/fast-rivers-hug.md delete mode 100644 .changeset/soft-spiders-travel.md delete mode 100644 .changeset/sour-mirrors-know.md delete mode 100644 .changeset/stale-rats-pump.md diff --git a/.changeset/beige-pianos-double.md b/.changeset/beige-pianos-double.md deleted file mode 100644 index 1273c13b..00000000 --- a/.changeset/beige-pianos-double.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Handle push-receiver credentials upon first startup after upgrading diff --git a/.changeset/fast-rivers-hug.md b/.changeset/fast-rivers-hug.md deleted file mode 100644 index 3578400d..00000000 --- a/.changeset/fast-rivers-hug.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Update push-receiver to remove unwanted debug logging diff --git a/.changeset/giant-pants-accept.md b/.changeset/giant-pants-accept.md index 3c9ce91d..f1c5758f 100644 --- a/.changeset/giant-pants-accept.md +++ b/.changeset/giant-pants-accept.md @@ -2,4 +2,4 @@ 'homebridge-ring': patch --- -Fixes for HAP-NodeJS v1.0.0 +Fixes for HAP-NodeJS v1.0.0, which should pave the way for the upcoming Homebridge 2.0.0 release. diff --git a/.changeset/soft-spiders-travel.md b/.changeset/soft-spiders-travel.md deleted file mode 100644 index d6db488f..00000000 --- a/.changeset/soft-spiders-travel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Use new category type for intercom unlock notifications diff --git a/.changeset/sour-mirrors-know.md b/.changeset/sour-mirrors-know.md deleted file mode 100644 index 4e8ac920..00000000 --- a/.changeset/sour-mirrors-know.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Better handling of general push notifications. This avoids extraneous logs for events we don't know about or don't care about. diff --git a/.changeset/stale-rats-pump.md b/.changeset/stale-rats-pump.md deleted file mode 100644 index f05ef9d6..00000000 --- a/.changeset/stale-rats-pump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Properly handle new style of push notifications from Ring Intercom diff --git a/.changeset/two-shoes-admire.md b/.changeset/two-shoes-admire.md index fed7a8c8..f9d82835 100644 --- a/.changeset/two-shoes-admire.md +++ b/.changeset/two-shoes-admire.md @@ -1,6 +1,6 @@ --- -'homebridge-ring': patch -'ring-client-api': patch +'homebridge-ring': minor +'ring-client-api': minor --- 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. diff --git a/package-lock.json b/package-lock.json index 67341481..6bb8a715 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11048,12 +11048,12 @@ "dotenv": "16.4.5", "eslint-config-shared": "*", "express": "4.19.2", - "ring-client-api": "13.0.0-beta.4", + "ring-client-api": "12.1.1", "tsconfig": "*" } }, "packages/homebridge-ring": { - "version": "13.0.0-beta.4", + "version": "12.1.1", "funding": [ { "type": "paypal", @@ -11068,7 +11068,7 @@ "dependencies": { "@homebridge/camera-utils": "^2.2.6", "@homebridge/plugin-ui-utils": "^1.0.3", - "ring-client-api": "13.0.0-beta.4", + "ring-client-api": "12.1.1", "werift": "0.19.4" }, "devDependencies": { @@ -11085,7 +11085,7 @@ } }, "packages/ring-client-api": { - "version": "13.0.0-beta.4", + "version": "12.1.1", "funding": [ { "type": "paypal", @@ -15583,7 +15583,7 @@ "dotenv": "16.4.5", "eslint-config-shared": "*", "express": "4.19.2", - "ring-client-api": "13.0.0-beta.4", + "ring-client-api": "12.1.1", "tsconfig": "*" } }, @@ -16226,7 +16226,7 @@ "eslint-config-shared": "*", "homebridge": "1.8.4", "nodemon": "^3.1.4", - "ring-client-api": "13.0.0-beta.4", + "ring-client-api": "12.1.1", "tsconfig": "*", "typescript": "5.5.3", "werift": "0.19.4"