Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 4, 2024
1 parent 1552181 commit b17d6b8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/rich-pets-relax.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": "13.0.0",
"ring-client-api": "13.0.1",
"tsconfig": "*"
}
}
9 changes: 9 additions & 0 deletions packages/homebridge-ring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# homebridge-ring

## 13.0.1

### Patch Changes

- [`1552181`](https://github.com/dgreif/ring/commit/1552181b47d9f9dba031c3a592591f90369a7970) Thanks [@dgreif](https://github.com/dgreif)! - Set panic button names in such a way that they are properly reflected in the Home app. Note, this only impacts users who have the `showPanicButtons` option enabled. These users will likely see a new warning about "Configured Name" not being a supported characteristic of "Switch", which can be ignored.

- Updated dependencies []:
- [email protected]

## 13.0.0

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

## 13.0.1

## 13.0.0

### Major 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.0.0",
"version": "13.0.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 b17d6b8

Please sign in to comment.