Skip to content

Commit

Permalink
v4.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Dec 8, 2024
1 parent c573c7b commit feba9ac
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 33 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

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

## BETA
## v4.65.0 (2024-12-08)

### ⚠️ Upcoming Deprecations:

- The **next major version** `v5` of the Homebridge UI will drop support for:
- Node.js `v16` and earlier, so please update to `v18` or `v20` or `v22` - [more info on updating](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js)
- Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware
- Instances using `pnpm` as the package manager - consider updating your Homebridge instance to use npm instead - [more info on updating](https://github.com/homebridge/homebridge-apt-pkg/blob/latest/README.md#using-apt)
- Note that these are not requirements for UI `v4.65.0`

### UI Changes

Expand All @@ -24,14 +32,6 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.

## v4.64.0 (2024-11-30)

### ⚠️ Upcoming Deprecations:

- The **next major version** `v5` of the Homebridge UI will drop support for:
- Node.js `v16` and earlier, so please update to `v18` or `v20` or `v22` - [more info on updating](https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js)
- Raspberry Pi devices running on the `armv6` architecture (like the Pi 1 and Pi Zero) - please update your hardware
- Instances using `pnpm` as the package manager - consider updating your Homebridge instance to use npm instead - [more info on updating](https://github.com/homebridge/homebridge-apt-pkg/blob/latest/README.md#using-apt)
- Note that these are not requirements for UI `v4.64.0`

### UI Changes

- updates to the `de.json` language file (#2249) (@Staubgeborener)
Expand Down
23 changes: 6 additions & 17 deletions package-lock.json

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

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-config-ui-x",
"displayName": "Homebridge UI",
"version": "4.64.0",
"version": "4.65.0",
"description": "A web based management, configuration and control platform for Homebridge.",
"author": "oznu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -100,7 +100,7 @@
"class-validator": "0.14.1",
"commander": "12.1.0",
"dayjs": "1.11.13",
"fastify": "4.28.1",
"fastify": "4.29.0",
"fs-extra": "11.2.0",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",
Expand Down Expand Up @@ -149,7 +149,10 @@
},
"overrides": {
"@homebridge/hap-client": {
"axios": "1.7.8"
"axios": "1.7.9"
},
"@nestjs/platform-fastify": {
"fastify": "4.29.0"
}
},
"maintainers": [
Expand Down
6 changes: 3 additions & 3 deletions ui/package-lock.json

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

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@angular/forms": "18.2.13",
"@angular/localize": "18.2.13",
"@homebridge/hap-client": {
"axios": "1.7.8"
"axios": "1.7.9"
},
"typescript": "^5.7.2"
}
Expand Down

0 comments on commit feba9ac

Please sign in to comment.