Skip to content

Commit

Permalink
Merge branch 'master' into zwave-js@12
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Sep 25, 2023
2 parents 6d6095b + f546160 commit 250a89b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


# [8.26.0](https://github.com/zwave-js/zwave-js-ui/compare/v8.25.1...v8.26.0) (2023-09-21)


### Bug Fixes

* add missing return in `getNodeNeighbors` api ([e38b13f](https://github.com/zwave-js/zwave-js-ui/commit/e38b13fea8fb637f072771b31a71ec8e703964b7)), closes [#3276](https://github.com/zwave-js/zwave-js-ui/issues/3276)


### Features

* bump [email protected] ([#3293](https://github.com/zwave-js/zwave-js-ui/issues/3293)) ([653913c](https://github.com/zwave-js/zwave-js-ui/commit/653913c7970e5de090677c1a543836d1687af87b))
* show controller status ([#3294](https://github.com/zwave-js/zwave-js-ui/issues/3294)) ([a43e74f](https://github.com/zwave-js/zwave-js-ui/commit/a43e74fc6b3b100729540832b04d79c652236319))

## [8.25.1](https://github.com/zwave-js/zwave-js-ui/compare/v8.25.0...v8.25.1) (2023-09-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zwave-js-ui",
"version": "8.25.1",
"version": "8.26.0",
"bin": "server/bin/www.js",
"description": "Z-Wave Control Panel and MQTT Gateway",
"author": "Daniel Lando <[email protected]>",
Expand Down
8 changes: 4 additions & 4 deletions src/components/custom/ZwaveGraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -400,22 +400,22 @@ export default {
},
{
color: '#00BCD4',
textColor: '#006064',
textColor: '#00BCD4',
text: '1 hop',
},
{
color: '#2DCC70',
textColor: '#1D8548',
textColor: '#2DCC70',
text: '2 hops',
},
{
color: '#F1C40F',
textColor: '#D25400',
textColor: '#F1C40F',
text: '3 hops',
},
{
color: '#E77E23',
textColor: '#D25400',
textColor: '#E77E23',
text: '4 hops',
},
{
Expand Down

0 comments on commit 250a89b

Please sign in to comment.