Skip to content

Commit

Permalink
chore: release v7.2.4
Browse files Browse the repository at this point in the history
### Bugfixes
* Adding associations to the controller with arbitrary target endpoints is no longer an error
* Add node requrests for a node with ID 255 are no longer handled
* When reacting to locally reset node, don't try to mark it as failed twice
* Do not override internal log transports with configured ones

### Config file changes
* Update Remotec ZXT-600 config
* Add NIE Tech / Eva Logik ZW97
* Make parameter #5 firmware dependent for Zooz ZSE40
* Enable Basic Set Mapping for ZP3102
* Cleanup and template Aeotec configurations (part 2)
* Add Zooz ZSE11
* Preserve Basic CC for Popp rain sensor
* Update Radio Thermostat CT101 config
* Device configuration files may now contain wakeup instructions
* Add Qubino Smart Leak Protector
* Fix incorrect selective reporting labels for aeon home energy meters
* Correct Evolve LRM-AS
* Add parameter 32 to GE/Jasco 46203
  • Loading branch information
AlCalzone committed Apr 16, 2021
1 parent b569308 commit 3653510
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
Add placeholder for next release with `wip` snippet
-->
## __WORK IN PROGRESS__
## 7.2.4 (2021-04-16)
### Bugfixes
* Adding associations to the controller with arbitrary target endpoints is no longer an error
* Add node requrests for a node with ID 255 are no longer handled
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "7.2.3",
"version": "7.2.4",
"command": {
"run": {
"stream": true
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/config",
"version": "7.2.3",
"version": "7.2.4",
"description": "zwave-js: configuration files",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,7 +32,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@zwave-js/core": "7.2.2",
"@zwave-js/core": "7.2.4",
"@zwave-js/shared": "7.0.0",
"alcalzone-shared": "^3.0.2",
"ansi-colors": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/core",
"version": "7.2.2",
"version": "7.2.4",
"description": "zwave-js: core components",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/serial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/serial",
"version": "7.2.2",
"version": "7.2.4",
"description": "zwave-js: Serialport driver",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@zwave-js/core": "7.2.2",
"@zwave-js/core": "7.2.4",
"alcalzone-shared": "^3.0.2",
"serialport": "^9.0.7",
"winston": "^3.3.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/zwave-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zwave-js",
"version": "7.2.3",
"version": "7.2.4",
"description": "Z-Wave driver written entirely in JavaScript/TypeScript",
"keywords": [],
"main": "index.js",
Expand Down Expand Up @@ -63,9 +63,9 @@
"@alcalzone/jsonl-db": "^1.2.4",
"@sentry/integrations": "^6.2.1",
"@sentry/node": "^6.2.1",
"@zwave-js/config": "7.2.3",
"@zwave-js/core": "7.2.2",
"@zwave-js/serial": "7.2.2",
"@zwave-js/config": "7.2.4",
"@zwave-js/core": "7.2.4",
"@zwave-js/serial": "7.2.4",
"@zwave-js/shared": "7.0.0",
"alcalzone-shared": "^3.0.2",
"ansi-colors": "^4.1.1",
Expand Down

0 comments on commit 3653510

Please sign in to comment.