Skip to content

Commit

Permalink
Promote 4.52.3 (#1714)
Browse files Browse the repository at this point in the history
Co-authored-by: Donavan Becker <[email protected]>
  • Loading branch information
NorthernMan54 and donavanbecker authored Nov 14, 2023
1 parent 135fb6b commit bd78cff
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to homebridge-config-ui-x will be documented in this file.

## 4.52.3 (2023-11-14)

### Bug Fixes

- Fixes for #1698, update-node failing with npm not found

## 4.52.2 (2023-11-11)

### Notable Changes
Expand Down
28 changes: 14 additions & 14 deletions ui/package-lock.json

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

8 changes: 4 additions & 4 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"semver": "7.5.4",
"socket.io-client": "2.5.0",
"tslib": "2.6.2",
"xterm": "5.3.0",
"xterm-addon-fit": "0.8.0",
"xterm-addon-web-links": "0.9.0",
"xterm": "4.19.0",
"xterm-addon-fit": "0.5.0",
"xterm-addon-web-links": "0.6.0",
"zone.js": "0.12.0"
},
"devDependencies": {
Expand Down Expand Up @@ -91,4 +91,4 @@
"marked": "^5.1.2",
"rxjs": "7.8.1"
}
}
}

0 comments on commit bd78cff

Please sign in to comment.