Skip to content

Commit

Permalink
Version Packages (#1377)
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] committed Dec 13, 2023
1 parent 7354a21 commit 4b4e561
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/proud-experts-taste.md

This file was deleted.

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 @@
"dotenv": "16.3.1",
"eslint-config-shared": "*",
"express": "4.18.2",
"ring-client-api": "12.0.1",
"ring-client-api": "12.1.0",
"tsconfig": "*"
}
}
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

## 12.1.0

### Minor Changes

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

### Patch Changes

- Updated dependencies [[`7354a21`](https://github.com/dgreif/ring/commit/7354a21e23a75ba7b7f2e67098bf0816c75c3c42)]:
- ring-client-api@12.1.0

## 12.0.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,7 +1,7 @@
{
"name": "homebridge-ring",
"displayName": "Ring",
"version": "12.0.1",
"version": "12.1.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.4",
"@homebridge/plugin-ui-utils": "^1.0.0",
"ring-client-api": "12.0.1",
"ring-client-api": "12.1.0",
"werift": "0.18.17"
},
"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

## 12.1.0

### Minor Changes

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

## 12.0.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": "12.0.1",
"version": "12.1.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 4b4e561

Please sign in to comment.