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 5, 2022
1 parent 581080a commit 1de4d9b
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"changesets": [
"forty-carrots-nail",
"long-parrots-kiss"
"long-parrots-kiss",
"plenty-flowers-obey"
]
}
7 changes: 7 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# examples

## 0.0.6-beta.2

### Patch Changes

- Updated dependencies [[`581080a`](https://github.com/dgreif/ring/commit/581080aca6c94b6e36090c39e2ad1850d6a85677)]:
- ring-client-api@11.7.0-beta.2

## 0.0.6-beta.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "examples",
"private": true,
"version": "0.0.6-beta.1",
"version": "0.0.6-beta.2",
"scripts": {
"lint": "eslint . --ext .ts"
},
Expand All @@ -10,7 +10,7 @@
"eslint-config-shared": "0.0.0",
"express": "4.18.2",
"rimraf": "^3.0.2",
"ring-client-api": "11.7.0-beta.1",
"ring-client-api": "11.7.0-beta.2",
"tsconfig": "0.0.0"
}
}
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

## 11.7.0-beta.2

### Patch Changes

- [`581080a`](https://github.com/dgreif/ring/commit/581080aca6c94b6e36090c39e2ad1850d6a85677) Thanks [@dgreif](https://github.com/dgreif)! - Fix payload sent for unlocking doors via Ring Intercom

- Updated dependencies [[`581080a`](https://github.com/dgreif/ring/commit/581080aca6c94b6e36090c39e2ad1850d6a85677)]:
- ring-client-api@11.7.0-beta.2

## 11.7.0-beta.1

### 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,6 +1,6 @@
{
"name": "homebridge-ring",
"version": "11.7.0-beta.1",
"version": "11.7.0-beta.2",
"description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting",
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@homebridge/camera-utils": "^2.2.0",
"@homebridge/plugin-ui-utils": "^0.0.19",
"ring-client-api": "11.7.0-beta.1"
"ring-client-api": "11.7.0-beta.2"
},
"devDependencies": {
"concurrently": "^7.5.0",
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

## 11.7.0-beta.2

### Patch Changes

- [`581080a`](https://github.com/dgreif/ring/commit/581080aca6c94b6e36090c39e2ad1850d6a85677) Thanks [@dgreif](https://github.com/dgreif)! - Fix payload sent for unlocking doors via Ring Intercom

## 11.7.0-beta.1

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

0 comments on commit 1de4d9b

Please # to comment.