Skip to content

Commit bb1803b

Browse files
committed
Bump versions for release
1 parent c9919a2 commit bb1803b

File tree

6 files changed

+29
-4
lines changed

6 files changed

+29
-4
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"changesets": [
1212
"afraid-waves-rhyme",
1313
"blue-months-divide",
14+
"dirty-bikes-laugh",
1415
"dry-moles-wave",
16+
"eighty-hounds-divide",
1517
"fluffy-bees-bathe",
1618
"fresh-bobcats-move",
1719
"polite-turtles-itch",

packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"dotenv": "16.5.0",
1212
"eslint-config-shared": "*",
13-
"ring-client-api": "14.0.0-beta.1",
13+
"ring-client-api": "14.0.0-beta.2",
1414
"tsconfig": "*"
1515
}
1616
}

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+
## 14.0.0-beta.2
4+
5+
### Major Changes
6+
7+
- [`c9919a2`](https://github.com/dgreif/ring/commit/c9919a2a859960d40f2a90587f7a40c8aea4d863) Thanks [@dgreif](https://github.com/dgreif)! - Drop Node 18 support since it has reached end of life
8+
9+
### Patch Changes
10+
11+
- [`4d24ccd`](https://github.com/dgreif/ring/commit/4d24ccdbd93f1e761b56c19269c61dbfc46f7331) Thanks [@dgreif](https://github.com/dgreif)! - Use undici for all websocket connections. This fixes https://github.com/dgreif/ring/issues/1605 where websockets were failing to connect for alarms and light hubs. It also allows us to drop the socket.io client, which was a very outdated dependency.
12+
13+
- Updated dependencies [[`c9919a2`](https://github.com/dgreif/ring/commit/c9919a2a859960d40f2a90587f7a40c8aea4d863), [`4d24ccd`](https://github.com/dgreif/ring/commit/4d24ccdbd93f1e761b56c19269c61dbfc46f7331)]:
14+
- ring-client-api@14.0.0-beta.2
15+
316
## 14.0.0-beta.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": "14.0.0-beta.1",
4+
"version": "14.0.0-beta.2",
55
"description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting",
66
"type": "module",
77
"main": "lib/index.js",
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@homebridge/camera-utils": "^3.0.0",
1717
"@homebridge/plugin-ui-utils": "^2.0.2",
18-
"ring-client-api": "14.0.0-beta.1",
18+
"ring-client-api": "14.0.0-beta.2",
1919
"werift": "0.22.1"
2020
},
2121
"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+
## 14.0.0-beta.2
4+
5+
### Major Changes
6+
7+
- [`c9919a2`](https://github.com/dgreif/ring/commit/c9919a2a859960d40f2a90587f7a40c8aea4d863) Thanks [@dgreif](https://github.com/dgreif)! - Drop Node 18 support since it has reached end of life
8+
9+
### Patch Changes
10+
11+
- [`4d24ccd`](https://github.com/dgreif/ring/commit/4d24ccdbd93f1e761b56c19269c61dbfc46f7331) Thanks [@dgreif](https://github.com/dgreif)! - Use undici for all websocket connections. This fixes https://github.com/dgreif/ring/issues/1605 where websockets were failing to connect for alarms and light hubs. It also allows us to drop the socket.io client, which was a very outdated dependency.
12+
313
## 14.0.0-beta.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": "14.0.0-beta.1",
3+
"version": "14.0.0-beta.2",
44
"description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting",
55
"main": "lib/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)