Skip to content

Commit 252ebbb

Browse files
github-actions[bot]dgreif
authored andcommitted
Version Packages (beta)
1 parent d6a5414 commit 252ebbb

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"light-pillows-try",
1717
"moody-apples-collect",
1818
"ninety-squids-warn",
19+
"tame-onions-trade",
1920
"weak-falcons-hear"
2021
]
2122
}

packages/examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dotenv": "16.3.1",
1010
"eslint-config-shared": "*",
1111
"express": "4.18.2",
12-
"ring-client-api": "12.0.0-beta.3",
12+
"ring-client-api": "12.0.0-beta.4",
1313
"tsconfig": "*"
1414
}
1515
}

packages/homebridge-ring/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# homebridge-ring
22

3+
## 12.0.0-beta.4
4+
5+
### Patch Changes
6+
7+
- [#1299](https://github.com/dgreif/ring/pull/1299) [`d6a5414`](https://github.com/dgreif/ring/commit/d6a54146370450240d4efcb3f0343227f899c719) Thanks [@tsightler](https://github.com/tsightler)! - Improve 2-way audio quality in homebridge
8+
9+
- Updated dependencies []:
10+
11+
312
## 12.0.0-beta.3
413

514
### Patch Changes

packages/homebridge-ring/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homebridge-ring",
3-
"version": "12.0.0-beta.3",
3+
"version": "12.0.0-beta.4",
44
"description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting",
55
"main": "lib/index.js",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@homebridge/camera-utils": "^2.2.0",
1515
"@homebridge/plugin-ui-utils": "^0.1.0",
16-
"ring-client-api": "12.0.0-beta.3",
16+
"ring-client-api": "12.0.0-beta.4",
1717
"werift": "0.18.5"
1818
},
1919
"devDependencies": {

packages/ring-client-api/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ring-client-api
22

3+
## 12.0.0-beta.4
4+
35
## 12.0.0-beta.3
46

57
### Patch Changes

packages/ring-client-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ring-client-api",
3-
"version": "12.0.0-beta.3",
3+
"version": "12.0.0-beta.4",
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)