From 44a86331908656b7a346389abc669a5a2c24ca2c Mon Sep 17 00:00:00 2001 From: Joe Pavitt Date: Thu, 29 Feb 2024 13:12:18 +0000 Subject: [PATCH] v1.3.0 --- docs/nodes/widgets/ui-button-group.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/nodes/widgets/ui-button-group.md b/docs/nodes/widgets/ui-button-group.md index 264af2dd1..ddf434d5f 100644 --- a/docs/nodes/widgets/ui-button-group.md +++ b/docs/nodes/widgets/ui-button-group.md @@ -19,9 +19,10 @@ dynamic: --- -# Button `ui-button-grup` +# Button `ui-button-group` Adds a set of buttons that act as a multi-state switch to your dashboard. When an individual button is clicked, it will become active and all other buttons in the group will become inactive, with the newly selected value being emitted from the node in Node-RED. diff --git a/package.json b/package.json index b0057b3d9..b46f54132 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flowfuse/node-red-dashboard", - "version": "1.2.0", + "version": "1.3.0", "description": "Dashboard 2.0 - A collection of Node-RED nodes that provide functionality to build your own UI applications (inc. forms, buttons, charts).", "keywords": [ "node-red"