Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Koenkk/zigbee2mqtt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6459c22adfd9934ff6e3c32fc841eafe7b5a1edf
Choose a base ref
..
head repository: Koenkk/zigbee2mqtt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 506ea23e3a6acc7b8ed2915516d0f7146ba2d9bf
Choose a head ref
Showing with 9 additions and 8 deletions.
  1. +1 −0 CHANGELOG.md
  2. +7 −7 package-lock.json
  3. +1 −1 package.json
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
### Bug Fixes

* **ignore:** update zigbee-herdsman to 0.17.0 ([#18232](https://github.com/Koenkk/zigbee2mqtt/issues/18232)) ([0489e75](https://github.com/Koenkk/zigbee2mqtt/commit/0489e75e1e020f231317fc42eeab6b29df88cfd3))
* **ignore:** update zigbee-herdsman to 0.17.1 ([#18234](https://github.com/Koenkk/zigbee2mqtt/issues/18234)) ([5b3fdf7](https://github.com/Koenkk/zigbee2mqtt/commit/5b3fdf7b9f528b68ae6c5eefdf8604bdbf790979))
* **ignore:** update zigbee-herdsman-converters to 15.34.0 ([#18181](https://github.com/Koenkk/zigbee2mqtt/issues/18181)) ([5067721](https://github.com/Koenkk/zigbee2mqtt/commit/5067721fdfc3a798461ae17a41cfa40e66182c6d))
* **ignore:** update zigbee-herdsman-converters to 15.35.0 ([#18215](https://github.com/Koenkk/zigbee2mqtt/issues/18215)) ([9aa7e1e](https://github.com/Koenkk/zigbee2mqtt/commit/9aa7e1ec86d266bce6b4ed006095e8cc81d9643d))
* **ignore:** update zigbee-herdsman-converters to 15.35.1 ([#18216](https://github.com/Koenkk/zigbee2mqtt/issues/18216)) ([d8c7c00](https://github.com/Koenkk/zigbee2mqtt/commit/d8c7c00ca2885d7ecebfbb4744733c3682da5d6b))
14 changes: 7 additions & 7 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@
"winston-syslog": "^2.7.0",
"winston-transport": "^4.5.0",
"ws": "^8.13.0",
"zigbee-herdsman": "0.17.0",
"zigbee-herdsman": "0.17.1",
"zigbee-herdsman-converters": "15.36.0",
"zigbee2mqtt-frontend": "0.6.131"
},