Skip to content

Commit

Permalink
build once more + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 25, 2023
1 parent 94a31a1 commit e48d8fa
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 80 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Change Log

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

## 4.51.1 (2023-10-25)

### Bug Fixes
- Blocks update-node from updating to version 20 on versions of Linux that don't support it and prevents this issue `node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)` ([3453](https://github.com/homebridge/homebridge/issues/3453))
- Fix for unable to update NodeSource based nodejs version #1603
- Colon Markdown emojis are not parsed as they are on GitHub #1601
- Prevent tooltip from displaying after Node.js modal #1600

- Blocks update-node from updating to version 20 on versions of Linux that don't support it and prevents this issue `node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version 'GLIBCXX_3.4.26' not found (required by node)` ([#3453](https://github.com/homebridge/homebridge/issues/3453))
- Fix for unable to update NodeSource based nodejs version ([#1603](https://github.com/homebridge/homebridge-config-ui-x/pull/1603))
- Colon Markdown emojis are not parsed as they are on GitHub ([#1601](https://github.com/homebridge/homebridge-config-ui-x/pull/1601))
- Prevent tooltip from displaying after Node.js modal ([#1600](https://github.com/homebridge/homebridge-config-ui-x/pull/1600))

## 4.51.0 (2023-10-23)

Expand Down
122 changes: 65 additions & 57 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@
"@nestjs/testing": "^10.2.7",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.5.6",
"@types/node": "^18.18.6",
"@types/node": "^18.18.7",
"@types/node-schedule": "^2.1.2",
"@types/semver": "^7.5.4",
"@types/tar": "^6.1.7",
"@types/unzipper": "^0.10.8",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"babel-jest": "^29.7.0",
"bash-color": "^0.0.4",
"buffer-shims": "^1.0.0",
Expand Down Expand Up @@ -153,4 +153,4 @@
"smart home",
"hb-service"
]
}
}
37 changes: 23 additions & 14 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 @@ -69,7 +69,7 @@
"@angular/compiler-cli": "^14.3.0",
"@angular/language-service": "^14.3.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"@types/node": "^18.18.6",
"@types/node": "^18.18.7",
"@types/qrcode": "^1.5.4",
"@types/semver": "^7.5.4",
"@types/socket.io-client": "^1.4.36",
Expand Down

0 comments on commit e48d8fa

Please sign in to comment.