Skip to content

Commit 1513c75

Browse files
committed
Bump versions for release
1 parent dbe2c34 commit 1513c75

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"dry-moles-wave",
1515
"fluffy-bees-bathe",
1616
"fresh-bobcats-move",
17-
"proud-ligers-joke"
17+
"polite-turtles-itch",
18+
"proud-ligers-joke",
19+
"swift-parts-teach"
1820
]
1921
}

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.0",
13+
"ring-client-api": "14.0.0-beta.1",
1414
"tsconfig": "*"
1515
}
1616
}

packages/homebridge-ring/CHANGELOG.md

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

3+
## 14.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [`abb0f04`](https://github.com/dgreif/ring/commit/abb0f041118ad4e55ed5b68a6138a05415e78fcf) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies
8+
9+
- Updated dependencies [[`dbe2c34`](https://github.com/dgreif/ring/commit/dbe2c34e62c192bbfbafec0a0a6562d92e3f9148), [`abb0f04`](https://github.com/dgreif/ring/commit/abb0f041118ad4e55ed5b68a6138a05415e78fcf)]:
10+
- ring-client-api@14.0.0-beta.1
11+
312
## 14.0.0-beta.0
413

514
### Major 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.0",
4+
"version": "14.0.0-beta.1",
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.0",
18+
"ring-client-api": "14.0.0-beta.1",
1919
"werift": "0.22.1"
2020
},
2121
"devDependencies": {

packages/ring-client-api/CHANGELOG.md

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

3+
## 14.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [`dbe2c34`](https://github.com/dgreif/ring/commit/dbe2c34e62c192bbfbafec0a0a6562d92e3f9148) Thanks [@dgreif](https://github.com/dgreif)! - Only allow erasable typescript syntax. This will have a minor impact on anyone using `ring-client-api` with TypeScript as the types for enums have been replaced with objects and union types.
8+
9+
- [`abb0f04`](https://github.com/dgreif/ring/commit/abb0f041118ad4e55ed5b68a6138a05415e78fcf) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies
10+
311
## 14.0.0-beta.0
412

513
### Major 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.0",
3+
"version": "14.0.0-beta.1",
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)