From 518fa303063dd036ac045ac42f7653796d153fda Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Fri, 20 May 2022 16:11:12 +0200 Subject: [PATCH] Bump v5.4.0 * Add & update translations * Add CopyInput bootstrap component * Update WiFiForm labels and description for wifi ax * Make WS path in lighttpd mode configurable * Fix Wi-Fi password helptext string * NPM audit fix --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9098fb..f8d4a49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foris", - "version": "5.3.0", + "version": "5.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "foris", - "version": "5.3.0", + "version": "5.4.0", "license": "GPL-3.0", "dependencies": { "axios": "^0.21.1", diff --git a/package.json b/package.json index 405e718..a97633e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foris", - "version": "5.3.0", + "version": "5.4.0", "description": "Set of components and utils for Foris and its plugins.", "author": "CZ.NIC, z.s.p.o.", "repository": {