Skip to content

Commit

Permalink
Version Packages (#1128)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dgreif and github-actions[bot] authored Dec 23, 2022
1 parent 4d86e1d commit bdb58f8
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-islands-add.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/unlucky-papayas-lay.md

This file was deleted.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7

### Patch Changes

- Updated dependencies [[`4d86e1d`](https://github.com/dgreif/ring/commit/4d86e1d8bbf7839becb127ebbeed37944ca27d3a)]:
- [email protected]

## 0.0.6

### 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",
"version": "0.0.7",
"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",
"ring-client-api": "11.7.1",
"tsconfig": "0.0.0"
}
}
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

## 11.7.1

### Patch Changes

- [`40559b8`](https://github.com/dgreif/ring/commit/40559b874740858cbb8bfd85125b7bf07680be2d) Thanks [@dgreif](https://github.com/dgreif)! - Update info (eg battery level) for intercom when viewed in Home app

- [`4d86e1d`](https://github.com/dgreif/ring/commit/4d86e1d8bbf7839becb127ebbeed37944ca27d3a) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies

- Updated dependencies [[`4d86e1d`](https://github.com/dgreif/ring/commit/4d86e1d8bbf7839becb127ebbeed37944ca27d3a)]:
- [email protected]

## 11.7.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,6 +1,6 @@
{
"name": "homebridge-ring",
"version": "11.7.0",
"version": "11.7.1",
"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"
"ring-client-api": "11.7.1"
},
"devDependencies": {
"concurrently": "^7.6.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.1

### Patch Changes

- [`4d86e1d`](https://github.com/dgreif/ring/commit/4d86e1d8bbf7839becb127ebbeed37944ca27d3a) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies

## 11.7.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": "11.7.0",
"version": "11.7.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 bdb58f8

Please sign in to comment.