Skip to content

Commit

Permalink
Release 9.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zwave-js-bot committed Nov 12, 2024
1 parent ce079d2 commit f3c4ac5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@


# [9.27.0](https://github.com/zwave-js/zwave-js-ui/compare/v9.26.0...v9.27.0) (2024-11-12)


### Bug Fixes

* **ui:** add support for `step` on value ids inputs ([1107718](https://github.com/zwave-js/zwave-js-ui/commit/1107718f674e222aa1b4efdfe4a397b68c37341d))


### Features

* allow to upload firmware in zip files ([#3985](https://github.com/zwave-js/zwave-js-ui/issues/3985)) ([5fecb60](https://github.com/zwave-js/zwave-js-ui/commit/5fecb603157fab6f70656ab4846a692a840f68bf))
* bump [email protected] ([#3993](https://github.com/zwave-js/zwave-js-ui/issues/3993)) ([ce079d2](https://github.com/zwave-js/zwave-js-ui/commit/ce079d267a5eef633883aa2e171e8f8c14f87373))
* **ui:** allow to specify rf region in OTA fw updates when it's unknown ([#3984](https://github.com/zwave-js/zwave-js-ui/issues/3984)) ([b7a8c4d](https://github.com/zwave-js/zwave-js-ui/commit/b7a8c4df25b9806feea6d39ad06a7dff4fb1e690))
* **ui:** re-order Z-Wave settings, prevent setting invalid regions ([#3981](https://github.com/zwave-js/zwave-js-ui/issues/3981)) ([cf7142e](https://github.com/zwave-js/zwave-js-ui/commit/cf7142e534190511e41df057a11b7ff2edee86c3))
* [email protected] and @zwave-js/server@1.40.0 ([#3960](https://github.com/zwave-js/zwave-js-ui/issues/3960)) ([b2c0372](https://github.com/zwave-js/zwave-js-ui/commit/b2c03724ff09c1e9add07df6f20292991feada6b))

# [9.26.0](https://github.com/zwave-js/zwave-js-ui/compare/v9.25.0...v9.26.0) (2024-10-30)


Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "zwave-js-ui",
"version": "9.26.0",
"version": "9.27.0",
"description": "Z-Wave Control Panel and MQTT Gateway",
"keywords": [
"mqtt",
Expand Down

0 comments on commit f3c4ac5

Please sign in to comment.