Skip to content

Commit

Permalink
Bump zwave-js-server to 1.2.1 and unpin Z-Wave JS dependencies (home-…
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 authored Mar 18, 2021
1 parent d42e52b commit 46e8144
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
6 changes: 6 additions & 0 deletions zwave_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.1.13

- Bump Z-Wave JS Server to 1.2.1
- Pin Z-Wave JS to version 6.6.3
- Unpin Z-Wave JS dependencies

## 0.1.12

- Bump Z-Wave JS to 6.5.1
Expand Down
4 changes: 0 additions & 4 deletions zwave_js/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ RUN \
&& npm config set unsafe-perm \
&& npm install \
"zwave-js@${ZWAVEJS_VERSION}" \
"@zwave-js/core@${ZWAVEJS_CORE_VERSION}" \
"@zwave-js/serial@${ZWAVEJS_SERIAL_VERSION}" \
"@zwave-js/config@${ZWAVEJS_CONFIG_VERSION}" \
"@zwave-js/shared@${ZWAVEJS_SHARED_VERSION}" \
"@zwave-js/server@${ZWAVEJS_SERVER_VERSION}" \
\
&& apk del --no-cache \
Expand Down
8 changes: 2 additions & 6 deletions zwave_js/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"aarch64": "homeassistant/aarch64-base:3.13"
},
"args": {
"ZWAVEJS_SERVER_VERSION": "1.1.1",
"ZWAVEJS_VERSION": "6.5.1",
"ZWAVEJS_CORE_VERSION": "6.5.0",
"ZWAVEJS_SERIAL_VERSION": "6.5.0",
"ZWAVEJS_CONFIG_VERSION": "6.5.1",
"ZWAVEJS_SHARED_VERSION": "6.5.0"
"ZWAVEJS_SERVER_VERSION": "1.2.1",
"ZWAVEJS_VERSION": "6.6.3"
}
}
2 changes: 1 addition & 1 deletion zwave_js/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Z-Wave JS",
"version": "0.1.12",
"version": "0.1.13",
"slug": "zwave_js",
"description": "Control a ZWave network with Home Assistant Z-Wave JS",
"arch": ["amd64", "i386", "armhf", "armv7", "aarch64"],
Expand Down

0 comments on commit 46e8144

Please sign in to comment.