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 Dec 2, 2024
1 parent 6bb1df3 commit 6e56c84
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"tsconfig": "0.0.0-dev"
},
"changesets": [
"purple-teachers-applaud"
"purple-teachers-applaud",
"shy-needles-stare",
"warm-crabs-argue"
]
}
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 @@
"devDependencies": {
"dotenv": "16.4.5",
"eslint-config-shared": "*",
"ring-client-api": "13.2.1-beta.0",
"ring-client-api": "13.2.1-beta.1",
"tsconfig": "*"
}
}
11 changes: 11 additions & 0 deletions packages/homebridge-ring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# homebridge-ring

## 13.2.1-beta.1

### Patch Changes

- [#1540](https://github.com/dgreif/ring/pull/1540) [`06a3bcb`](https://github.com/dgreif/ring/commit/06a3bcb9b20985b806195435625d43f3c93eb551) Thanks [@tsightler](https://github.com/tsightler)! - Handle errors when connecting to push notification service

- [`6bb1df3`](https://github.com/dgreif/ring/commit/6bb1df342a7e5f78042140bd0be0b070a769b0e3) Thanks [@dgreif](https://github.com/dgreif)! - Mark homebridge-ring as compatible with Homebridge v2 Beta

- Updated dependencies [[`06a3bcb`](https://github.com/dgreif/ring/commit/06a3bcb9b20985b806195435625d43f3c93eb551)]:
- [email protected]

## 13.2.1-beta.0

### 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.2.1-beta.0",
"version": "13.2.1-beta.1",
"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.7",
"@homebridge/plugin-ui-utils": "^1.0.3",
"ring-client-api": "13.2.1-beta.0",
"ring-client-api": "13.2.1-beta.1",
"werift": "0.20.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ring-client-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ring-client-api

## 13.2.1-beta.1

### Patch Changes

- [#1540](https://github.com/dgreif/ring/pull/1540) [`06a3bcb`](https://github.com/dgreif/ring/commit/06a3bcb9b20985b806195435625d43f3c93eb551) Thanks [@tsightler](https://github.com/tsightler)! - Handle errors when connecting to push notification service

## 13.2.1-beta.0

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

0 comments on commit 6e56c84

Please sign in to comment.