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 Jul 24, 2024
1 parent ebb681e commit cce7581
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"fast-rivers-hug",
"giant-pants-accept",
"green-cheetahs-deliver",
"heavy-dogs-eat",
"silent-carrots-perform",
"soft-spiders-travel",
"stale-rats-pump",
Expand Down
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": "13.0.0-beta.4",
"ring-client-api": "13.0.0-beta.5",
"tsconfig": "*"
}
}
9 changes: 9 additions & 0 deletions packages/homebridge-ring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# homebridge-ring

## 13.0.0-beta.5

### Patch Changes

- [`ebb681e`](https://github.com/dgreif/ring/commit/ebb681e3a4d0ecbc2e4acf2422d68d457c8d14db) Thanks [@dgreif](https://github.com/dgreif)! - Add deprecation warning for bridged cameras. Only unbridged cameras will be supported in the next major release.

- Updated dependencies []:
- [email protected]

## 13.0.0-beta.4

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

## 13.0.0-beta.5

## 13.0.0-beta.4

### 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": "13.0.0-beta.4",
"version": "13.0.0-beta.5",
"description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting",
"main": "lib/index.js",
"exports": {
Expand Down

0 comments on commit cce7581

Please sign in to comment.