Skip to content

Commit

Permalink
v1.3.2 (#82)
Browse files Browse the repository at this point in the history
## [Version 1.3.2](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.3.2) (2023-11-26)

## What's Changes
- Housekeeping and updated dependencies.

**Full Changelog**: v1.3.1...v1.3.2
  • Loading branch information
donavanbecker authored Nov 26, 2023
1 parent f16da1c commit 1128947
Show file tree
Hide file tree
Showing 9 changed files with 130 additions and 123 deletions.
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,3 @@ dist
.yarn/build-state.yml
.pnp.\*

# Plugin Folder
august/
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)

## [Version 1.3.2](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.3.2) (2023-11-26)

## What's Changes
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-august/compare/v1.3.1...v1.3.2

## [Version 1.3.1](https://github.com/donavanbecker/homebridge-august/releases/tag/v1.3.1) (2023-11-07)

## What's Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<span align="center">

<a href="https://github.com/homebridge/verified/blob/master/verified-plugins.json"><img alt="homebridge-verified" src="https://raw.githubusercontent.com/donavanbecker/homebridge-august/latest/august/Homebridge_x_August.svg?sanitize=true" width="350px"></a>
<a href="https://github.com/homebridge/verified/blob/master/verified-plugins.json"><img alt="homebridge-verified" src="https://raw.githubusercontent.com/donavanbecker/homebridge-august/latest/branding/Homebridge_x_August.svg?sanitize=true" width="350px"></a>

# Homebridge August

Expand Down
File renamed without changes
Binary file added branding/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion homebridge-ui/public/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p class="text-center">
<img
src="https://raw.githubusercontent.com/donavanbecker/homebridge-august/latest/august/Homebridge_x_August.svg"
src="https://raw.githubusercontent.com/donavanbecker/homebridge-august/latest/branding/Homebridge_x_August.svg"
alt="homebridge-august logo"
style="width: 45%" />
</p>
Expand Down
214 changes: 110 additions & 104 deletions package-lock.json

Large diffs are not rendered by default.

25 changes: 11 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"displayName": "Homebridge August",
"displayName": "August",
"name": "homebridge-august",
"version": "1.3.1",
"version": "1.3.2",
"description": "The [Homebridge](https://homebridge.io) August plugin allows you to access your [August](https://august.com) & [Yale](https://shopyalehome.com) device(s) from HomeKit.",
"author": "donavanbecker",
"license": "Apache-2.0",
"icon": "https://raw.githubusercontent.com/donavanbecker/homebridge-august/beta-1.3.2/branding/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/donavanbecker/homebridge-august.git"
Expand All @@ -19,11 +20,11 @@
"main": "dist/index.js",
"scripts": {
"check": "npm install && npm outdated",
"update": "npm run check && ncu -u && npm update && npm install",
"update": "ncu -u && npm update && npm install",
"lint": "eslint src/**.ts",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build",
"prepublishOnly": "npm run update && npm run lint && npm run build",
"postpublish": "npm run clean",
"clean": "rimraf ./dist",
"test": "eslint src/**.ts"
Expand All @@ -38,10 +39,6 @@
"url": "https://github.com/sponsors/donavanbecker"
}
],
"publishConfig": {
"access": "public",
"@donavanbecker:registry": "https://npm.pkg.github.com/"
},
"keywords": [
"homebridge-plugin",
"august",
Expand All @@ -55,15 +52,15 @@
"super-stringify": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"homebridge": "^1.7.0",
"nodemon": "^3.0.1",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"npm-check-updates": "^16.14.6"
"typescript": "^5.3.2",
"npm-check-updates": "^16.14.11"
}
}

0 comments on commit 1128947

Please sign in to comment.