Skip to content

Commit

Permalink
Prepare for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Nov 23, 2024
1 parent 209f13e commit 0fec12e
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 4 deletions.
14 changes: 14 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"eslint-config-shared": "0.0.0-dev",
"examples": "0.0.0-dev",
"homebridge-ring": "13.2.0",
"ring-client-api": "13.2.0",
"tsconfig": "0.0.0-dev"
},
"changesets": [
"purple-teachers-applaud"
]
}
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.0",
"ring-client-api": "13.2.1-beta.0",
"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.2.1-beta.0

### Patch Changes

- [#1532](https://github.com/dgreif/ring/pull/1532) [`209f13e`](https://github.com/dgreif/ring/commit/209f13ead4707dad6e478578a81d6623b0642776) Thanks [@tsightler](https://github.com/tsightler)! - Increase keepalive and adjust connection pooling, which will hopefully result in more stable fetch requests

- Updated dependencies [[`209f13e`](https://github.com/dgreif/ring/commit/209f13ead4707dad6e478578a81d6623b0642776)]:
- ring-client-api@13.2.1-beta.0

## 13.2.0

### Minor 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.0",
"version": "13.2.1-beta.0",
"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.0",
"ring-client-api": "13.2.1-beta.0",
"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.0

### Patch Changes

- [#1532](https://github.com/dgreif/ring/pull/1532) [`209f13e`](https://github.com/dgreif/ring/commit/209f13ead4707dad6e478578a81d6623b0642776) Thanks [@tsightler](https://github.com/tsightler)! - Increase keepalive and adjust connection pooling, which will hopefully result in more stable fetch requests

## 13.2.0

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

0 comments on commit 0fec12e

Please # to comment.