From 1561b3515de1ee0dafe65363f0f36d2e1ed33b6a Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Tue, 24 Oct 2023 09:46:08 +0200 Subject: [PATCH] chore: release v12.2.2 ### Bugfixes * Fixed an issue where nodes would appear to have two lifeline associations, one with and one without target endpoint 0 (#6448) * Writing to the `volume` value of the `Sound Switch CC` no longer throws an error, but pre-sets the volume to use for the next tone to be played using the `toneId` value (#6450, #6451) * The `defaultToneId` value of the `Sound Switch CC` now also lists the names for each possible tone (#6452) ### Config file changes * Treat `Binary Switch Set` and `Thermostat Mode Set` as reports for `SRT321 HRT4-ZW` (#6423) ### Changes under the hood * Add compat flag to treat `Set` commands as `Report` (#6423) --- CHANGELOG.md | 2 +- package.json | 2 +- packages/cc/package.json | 2 +- packages/config/package.json | 2 +- packages/flash/package.json | 2 +- packages/host/package.json | 2 +- packages/serial/package.json | 2 +- packages/testing/package.json | 2 +- packages/zwave-js/package.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 502743d1695f..59acb2b94538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ -## __WORK IN PROGRESS__ +## 12.2.2 (2023-10-24) ### Bugfixes * Fixed an issue where nodes would appear to have two lifeline associations, one with and one without target endpoint 0 (#6448) * Writing to the `volume` value of the `Sound Switch CC` no longer throws an error, but pre-sets the volume to use for the next tone to be played using the `toneId` value (#6450, #6451) diff --git a/package.json b/package.json index 33c654613104..2652dcc4943b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/repo", - "version": "12.2.1", + "version": "12.2.2", "private": true, "description": "Z-Wave driver written entirely in JavaScript/TypeScript", "keywords": [], diff --git a/packages/cc/package.json b/packages/cc/package.json index 872b3be26d73..34ccc7abc181 100644 --- a/packages/cc/package.json +++ b/packages/cc/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/cc", - "version": "12.2.1", + "version": "12.2.2", "description": "zwave-js: Command Classes", "keywords": [], "publishConfig": { diff --git a/packages/config/package.json b/packages/config/package.json index d662b7a94956..cafd23f9d672 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/config", - "version": "12.2.1", + "version": "12.2.2", "description": "zwave-js: configuration files", "publishConfig": { "access": "public" diff --git a/packages/flash/package.json b/packages/flash/package.json index e6247e13a7fa..fc4c3dbbd2cd 100644 --- a/packages/flash/package.json +++ b/packages/flash/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/flash", - "version": "12.2.1", + "version": "12.2.2", "description": "zwave-js: firmware flash utility", "keywords": [], "publishConfig": { diff --git a/packages/host/package.json b/packages/host/package.json index 8198aa1042be..57622a66d22a 100644 --- a/packages/host/package.json +++ b/packages/host/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/host", - "version": "12.2.1", + "version": "12.2.2", "description": "zwave-js: Host abstractions", "keywords": [], "publishConfig": { diff --git a/packages/serial/package.json b/packages/serial/package.json index 352ffbc71bcd..12f2e17c78c9 100644 --- a/packages/serial/package.json +++ b/packages/serial/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/serial", - "version": "12.2.1", + "version": "12.2.2", "description": "zwave-js: Serialport driver", "publishConfig": { "access": "public" diff --git a/packages/testing/package.json b/packages/testing/package.json index 6b54d0cd0107..2b39e8dc82aa 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@zwave-js/testing", - "version": "12.2.1", + "version": "12.2.2", "description": "zwave-js: testing utilities", "keywords": [], "publishConfig": { diff --git a/packages/zwave-js/package.json b/packages/zwave-js/package.json index 6ab9a7cc3ab2..7e93c206d387 100644 --- a/packages/zwave-js/package.json +++ b/packages/zwave-js/package.json @@ -1,6 +1,6 @@ { "name": "zwave-js", - "version": "12.2.1", + "version": "12.2.2", "description": "Z-Wave driver written entirely in JavaScript/TypeScript", "keywords": [], "main": "build/index.js",