Skip to content

Commit

Permalink
chore: release v6.6.3
Browse files Browse the repository at this point in the history
### Bugfixes
* Avoid crash during bootstrapping when `Version CC` is not in the NIF

### Config file changes
* Split LZW31-sn param 16 and normalize param names
* Separate Neo CoolCam NAS-WR01ZE V2 from WR01Z
  • Loading branch information
AlCalzone committed Mar 16, 2021
1 parent c5641f6 commit cdc8301
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 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.6.3 (2021-03-16)
### Bugfixes
* Avoid crash during bootstrapping when `Version CC` is not in the NIF

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": "6.6.2",
"version": "6.6.3",
"command": {
"run": {
"stream": true
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/config",
"version": "6.6.2",
"version": "6.6.3",
"description": "zwave-js: configuration files",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,8 +32,8 @@
"node": ">=10.0.0"
},
"dependencies": {
"@zwave-js/core": "6.6.0",
"@zwave-js/shared": "^6.5.0",
"@zwave-js/core": "6.6.3",
"@zwave-js/shared": "6.6.3",
"alcalzone-shared": "^3.0.2",
"ansi-colors": "^4.1.1",
"fs-extra": "^9.0.1",
Expand All @@ -49,6 +49,6 @@
"watch": "yarn run build -- --watch --pretty"
},
"devDependencies": {
"@zwave-js/maintenance": "^6.5.0"
"@zwave-js/maintenance": "6.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/core",
"version": "6.6.0",
"version": "6.6.3",
"description": "zwave-js: core components",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@alcalzone/jsonl-db": "^1.2.4",
"@zwave-js/shared": "^6.5.0",
"@zwave-js/shared": "6.6.3",
"alcalzone-shared": "^3.0.2",
"ansi-colors": "^4.1.1",
"moment": "^2.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/maintenance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/maintenance",
"version": "6.5.0",
"version": "6.6.3",
"description": "zwave-js: maintenance scripts",
"private": true,
"keywords": [],
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": "6.6.0",
"version": "6.6.3",
"description": "zwave-js: Serialport driver",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@zwave-js/core": "6.6.0",
"@zwave-js/core": "6.6.3",
"alcalzone-shared": "^3.0.2",
"serialport": "^9.0.7",
"winston": "^3.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/shared",
"version": "6.5.0",
"version": "6.6.3",
"description": "zwave-js: shared utilities",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/testing",
"version": "6.0.0-alpha.1",
"version": "6.6.3",
"description": "zwave-js: testing utilities",
"private": true,
"keywords": [],
Expand Down
12 changes: 6 additions & 6 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.6.2",
"version": "6.6.3",
"description": "Z-Wave driver written entirely in JavaScript/TypeScript",
"keywords": [],
"main": "index.js",
Expand Down Expand Up @@ -63,10 +63,10 @@
"@alcalzone/jsonl-db": "^1.2.4",
"@sentry/integrations": "^6.2.1",
"@sentry/node": "^6.2.1",
"@zwave-js/config": "6.6.2",
"@zwave-js/core": "6.6.0",
"@zwave-js/serial": "6.6.0",
"@zwave-js/shared": "^6.5.0",
"@zwave-js/config": "6.6.3",
"@zwave-js/core": "6.6.3",
"@zwave-js/serial": "6.6.3",
"@zwave-js/shared": "6.6.3",
"alcalzone-shared": "^3.0.2",
"ansi-colors": "^4.1.1",
"fs-extra": "^9.0.1",
Expand All @@ -84,6 +84,6 @@
"watch": "tsc -b tsconfig.build.json --watch --pretty"
},
"devDependencies": {
"@zwave-js/maintenance": "^6.5.0"
"@zwave-js/maintenance": "6.6.3"
}
}

0 comments on commit cdc8301

Please sign in to comment.