Skip to content

Commit

Permalink
Bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Jun 21, 2024
1 parent 614621c commit 2cb672c
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"ring-client-api": "12.1.1",
"tsconfig": "0.0.0-dev"
},
"changesets": []
"changesets": [
"green-cheetahs-deliver",
"silent-carrots-perform"
]
}
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-beta.0",
"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.0.0-beta.0

### Major Changes

- [#1435](https://github.com/dgreif/ring/pull/1435) [`614621c`](https://github.com/dgreif/ring/commit/614621ca8957beb7f46a3f26347059ad5772dd48) 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.

### Patch Changes

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

- Updated dependencies [[`dcdd90f`](https://github.com/dgreif/ring/commit/dcdd90f2ebbdd0596d4df6d31c1b6f52dca9d0df), [`614621c`](https://github.com/dgreif/ring/commit/614621ca8957beb7f46a3f26347059ad5772dd48)]:
- ring-client-api@13.0.0-beta.0

## 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-beta.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-beta.0",
"werift": "0.19.3"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/ring-client-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ring-client-api

## 13.0.0-beta.0

### Major Changes

- [#1435](https://github.com/dgreif/ring/pull/1435) [`614621c`](https://github.com/dgreif/ring/commit/614621ca8957beb7f46a3f26347059ad5772dd48) 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.

### Patch Changes

- [`dcdd90f`](https://github.com/dgreif/ring/commit/dcdd90f2ebbdd0596d4df6d31c1b6f52dca9d0df) 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-beta.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 2cb672c

Please sign in to comment.