Skip to content

Commit 2cb672c

Browse files
committed
Bump versions for release
1 parent 614621c commit 2cb672c

File tree

6 files changed

+31
-5
lines changed

6 files changed

+31
-5
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
"ring-client-api": "12.1.1",
99
"tsconfig": "0.0.0-dev"
1010
},
11-
"changesets": []
11+
"changesets": [
12+
"green-cheetahs-deliver",
13+
"silent-carrots-perform"
14+
]
1215
}

packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dotenv": "16.4.5",
1010
"eslint-config-shared": "*",
1111
"express": "4.19.2",
12-
"ring-client-api": "12.1.1",
12+
"ring-client-api": "13.0.0-beta.0",
1313
"tsconfig": "*"
1414
}
1515
}

packages/homebridge-ring/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# homebridge-ring
22

3+
## 13.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- [#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.
8+
9+
### Patch Changes
10+
11+
- [`dcdd90f`](https://github.com/dgreif/ring/commit/dcdd90f2ebbdd0596d4df6d31c1b6f52dca9d0df) Thanks [@dgreif](https://github.com/dgreif)! - Updated dependencies
12+
13+
- Updated dependencies [[`dcdd90f`](https://github.com/dgreif/ring/commit/dcdd90f2ebbdd0596d4df6d31c1b6f52dca9d0df), [`614621c`](https://github.com/dgreif/ring/commit/614621ca8957beb7f46a3f26347059ad5772dd48)]:
14+
15+
316
## 12.1.1
417

518
### Patch Changes

packages/homebridge-ring/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "homebridge-ring",
33
"displayName": "Ring",
4-
"version": "12.1.1",
4+
"version": "13.0.0-beta.0",
55
"description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting",
66
"main": "lib/index.js",
77
"scripts": {
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@homebridge/camera-utils": "^2.2.6",
1616
"@homebridge/plugin-ui-utils": "^1.0.3",
17-
"ring-client-api": "12.1.1",
17+
"ring-client-api": "13.0.0-beta.0",
1818
"werift": "0.19.3"
1919
},
2020
"devDependencies": {

packages/ring-client-api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ring-client-api
22

3+
## 13.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- [#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.
8+
9+
### Patch Changes
10+
11+
- [`dcdd90f`](https://github.com/dgreif/ring/commit/dcdd90f2ebbdd0596d4df6d31c1b6f52dca9d0df) Thanks [@dgreif](https://github.com/dgreif)! - Updated dependencies
12+
313
## 12.1.1
414

515
### Patch Changes

packages/ring-client-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ring-client-api",
3-
"version": "12.1.1",
3+
"version": "13.0.0-beta.0",
44
"description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting",
55
"main": "lib/index.js",
66
"exports": {

0 commit comments

Comments
 (0)