Skip to content

Commit

Permalink
Version Packages (#1275)
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 Jul 29, 2023
1 parent be01620 commit 6d3a166
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 100 deletions.
6 changes: 0 additions & 6 deletions .changeset/tidy-pumpkins-poke.md

This file was deleted.

96 changes: 6 additions & 90 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
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [[`b39157e`](https://github.com/dgreif/ring/commit/b39157ee8e079d053946f87b737e1264e3ab92b2)]:
- [email protected]

## null

### Patch Changes

- Updated dependencies [[`f3e66fd`](https://github.com/dgreif/ring/commit/f3e66fdbeb960a9ba35ff26289a054c537bac890), [`af7f44e`](https://github.com/dgreif/ring/commit/af7f44e5f1f97274a8902063b621bde1e94bd08f)]:
- [email protected]

Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dotenv": "16.3.1",
"eslint-config-shared": "*",
"express": "4.18.2",
"ring-client-api": "11.8.0",
"ring-client-api": "11.8.1",
"tsconfig": "*"
},
"version": null
Expand Down
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.8.1

### Patch Changes

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

- Updated dependencies [[`b39157e`](https://github.com/dgreif/ring/commit/b39157ee8e079d053946f87b737e1264e3ab92b2)]:
- [email protected]

## 11.8.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.8.0",
"version": "11.8.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.8.0"
"ring-client-api": "11.8.1"
},
"devDependencies": {
"concurrently": "^8.2.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.8.1

### Patch Changes

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

## 11.8.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.8.0",
"version": "11.8.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 6d3a166

Please sign in to comment.