From d5200693e85863b934324d06ca0590f792a218b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Dec 2024 20:45:16 +0000 Subject: [PATCH] Version Packages --- .changeset/fresh-bobcats-move.md | 6 ------ packages/examples/package.json | 2 +- packages/homebridge-ring/CHANGELOG.md | 11 +++++++++++ packages/homebridge-ring/package.json | 4 ++-- packages/ring-client-api/CHANGELOG.md | 6 ++++++ packages/ring-client-api/package.json | 2 +- 6 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 .changeset/fresh-bobcats-move.md diff --git a/.changeset/fresh-bobcats-move.md b/.changeset/fresh-bobcats-move.md deleted file mode 100644 index 752b8cfd..00000000 --- a/.changeset/fresh-bobcats-move.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': major -'ring-client-api': major ---- - -Converted project to ESM. This should not impact homebridge-ring, but will require any other projects using ring-client-api to also use ESM in order to use the latest version. diff --git a/packages/examples/package.json b/packages/examples/package.json index d6b8ee81..1e9b2e50 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -10,7 +10,7 @@ "devDependencies": { "dotenv": "16.4.5", "eslint-config-shared": "*", - "ring-client-api": "13.2.1", + "ring-client-api": "14.0.0", "tsconfig": "*" } } diff --git a/packages/homebridge-ring/CHANGELOG.md b/packages/homebridge-ring/CHANGELOG.md index c173e7cb..1d421514 100644 --- a/packages/homebridge-ring/CHANGELOG.md +++ b/packages/homebridge-ring/CHANGELOG.md @@ -1,5 +1,16 @@ # homebridge-ring +## 14.0.0 + +### Major Changes + +- [#1550](https://github.com/dgreif/ring/pull/1550) [`5bd6bf7`](https://github.com/dgreif/ring/commit/5bd6bf7d6caeb2a8fb6bb9e0b2df260dec434b4f) Thanks [@dgreif](https://github.com/dgreif)! - Converted project to ESM. This should not impact homebridge-ring, but will require any other projects using ring-client-api to also use ESM in order to use the latest version. + +### Patch Changes + +- Updated dependencies [[`5bd6bf7`](https://github.com/dgreif/ring/commit/5bd6bf7d6caeb2a8fb6bb9e0b2df260dec434b4f)]: + - ring-client-api@14.0.0 + ## 13.2.1 ### Patch Changes diff --git a/packages/homebridge-ring/package.json b/packages/homebridge-ring/package.json index 0e1efadd..0bfd6a16 100644 --- a/packages/homebridge-ring/package.json +++ b/packages/homebridge-ring/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-ring", "displayName": "Ring", - "version": "13.2.1", + "version": "14.0.0", "description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting", "type": "module", "main": "lib/index.js", @@ -15,7 +15,7 @@ "dependencies": { "@homebridge/camera-utils": "^3.0.0", "@homebridge/plugin-ui-utils": "^2.0.0", - "ring-client-api": "13.2.1", + "ring-client-api": "14.0.0", "werift": "0.20.1" }, "devDependencies": { diff --git a/packages/ring-client-api/CHANGELOG.md b/packages/ring-client-api/CHANGELOG.md index 67a6da90..bbaf2484 100644 --- a/packages/ring-client-api/CHANGELOG.md +++ b/packages/ring-client-api/CHANGELOG.md @@ -1,5 +1,11 @@ # ring-client-api +## 14.0.0 + +### Major Changes + +- [#1550](https://github.com/dgreif/ring/pull/1550) [`5bd6bf7`](https://github.com/dgreif/ring/commit/5bd6bf7d6caeb2a8fb6bb9e0b2df260dec434b4f) Thanks [@dgreif](https://github.com/dgreif)! - Converted project to ESM. This should not impact homebridge-ring, but will require any other projects using ring-client-api to also use ESM in order to use the latest version. + ## 13.2.1 ### Patch Changes diff --git a/packages/ring-client-api/package.json b/packages/ring-client-api/package.json index ffb7b769..87a13089 100644 --- a/packages/ring-client-api/package.json +++ b/packages/ring-client-api/package.json @@ -1,6 +1,6 @@ { "name": "ring-client-api", - "version": "13.2.1", + "version": "14.0.0", "description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting", "main": "lib/index.js", "type": "module",