Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Apr 6, 2024
1 parent d5e90a9 commit bfc8fdc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to `@homebridge/plugin-ui-utils` will be documented in this file. This project tries to adhere to [Semantic Versioning](http://semver.org/).

## BETA
## v1.0.3 (2024-04-06)

### Other Changes

Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@homebridge/plugin-ui-utils",
"version": "1.0.2",
"version": "1.0.3",
"description": "A tool to help plugins provide custom UI screens in the Homebridge UI.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -36,12 +36,12 @@
},
"homepage": "https://github.com/homebridge/plugin-ui-utils#readme",
"devDependencies": {
"@types/node": "^20.12.2",
"@types/node": "^20.12.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
}
}

0 comments on commit bfc8fdc

Please sign in to comment.