Skip to content

Commit

Permalink
chore: release v6.5.1
Browse files Browse the repository at this point in the history
### Bugfixes
* When updating color components from `hexColor`, the value events are now emitted
* Alarm V1 values are only created if supported
* Fixed the detection of the notification mode of a mode instead of always skipping it

### Config file changes
* Update HeatIt Z-Smoke associations and metadata
* Force Multi Channel CC to be supported for MH-C421
* Add Double Tap to several GE switches
* Add ABUS SHHA10000 configuration
* Add Zooz ZEN17 and ZEN32

### Changes under the hood
* Several config files were refactored to use templates
* Add method to load fulltext device index
* Releases now pin the external dependencies to exact versions
* `defaultValue` in config params is now only required if the param is writable
  • Loading branch information
AlCalzone committed Feb 26, 2021
1 parent 5516a94 commit 727ee5e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Placeholder for next release:
## __WORK IN PROGRESS__
-->
## __WORK IN PROGRESS__
## 6.5.1 (2021-02-26)
### Bugfixes
* When updating color components from `hexColor`, the value events are now emitted
* Alarm V1 values are only created if supported
Expand Down
15 changes: 11 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "6.5.0",
"version": "6.5.1",
"command": {
"run": {
"stream": true
},
"version": {
"allowBranch": ["master", "release-*"],
"ignoreChanges": ["*.md"],
"allowBranch": [
"master",
"release-*"
],
"ignoreChanges": [
"*.md"
],
"exact": true,
"amend": true,
"push": false
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/config",
"version": "6.5.0",
"version": "6.5.1",
"description": "zwave-js: configuration files",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/zwave-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zwave-js",
"version": "6.5.0",
"version": "6.5.1",
"description": "Z-Wave driver written entirely in JavaScript/TypeScript",
"keywords": [],
"main": "index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@alcalzone/jsonl-db": "^1.2.3",
"@sentry/integrations": "^5.24.2",
"@sentry/node": "^5.24.2",
"@zwave-js/config": "^6.5.0",
"@zwave-js/config": "6.5.1",
"@zwave-js/core": "^6.5.0",
"@zwave-js/serial": "^6.5.0",
"@zwave-js/shared": "^6.5.0",
Expand Down

0 comments on commit 727ee5e

Please sign in to comment.