Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump versions for release
Browse files Browse the repository at this point in the history
dgreif committed Jun 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3be1452 commit f82b6ad
Showing 6 changed files with 21 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@
"changesets": [
"green-cheetahs-deliver",
"silent-carrots-perform",
"soft-spiders-travel"
"soft-spiders-travel",
"two-shoes-admire"
]
}
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"dotenv": "16.4.5",
"eslint-config-shared": "*",
"express": "4.19.2",
"ring-client-api": "13.0.0-beta.1",
"ring-client-api": "13.0.0-beta.2",
"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.2

### Patch Changes

- [`6bb8df2`](https://github.com/dgreif/ring/commit/6bb8df29789b9d2dfee3654d60c4a8f41c36f3cb) Thanks [@dgreif](https://github.com/dgreif)! - Switched to using the native version of `fetch` from Node.js. This allows us to remove `got` as a dependency. This will break any users on Node 16 or older, though those versions have not been officially supported for some time.

- Updated dependencies [[`6bb8df2`](https://github.com/dgreif/ring/commit/6bb8df29789b9d2dfee3654d60c4a8f41c36f3cb)]:
- [email protected]

## 13.0.0-beta.1

### Patch Changes
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.1",
"version": "13.0.0-beta.2",
"description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting",
"main": "lib/index.js",
"scripts": {
@@ -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.1",
"ring-client-api": "13.0.0-beta.2",
"werift": "0.19.3"
},
"devDependencies": {
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.0.0-beta.2

### Patch Changes

- [`6bb8df2`](https://github.com/dgreif/ring/commit/6bb8df29789b9d2dfee3654d60c4a8f41c36f3cb) Thanks [@dgreif](https://github.com/dgreif)! - Switched to using the native version of `fetch` from Node.js. This allows us to remove `got` as a dependency. This will break any users on Node 16 or older, though those versions have not been officially supported for some time.

## 13.0.0-beta.1

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

0 comments on commit f82b6ad

Please sign in to comment.