From 536ccc0f033df1c08c6e06b93971ef792c38cb1e Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Wed, 23 Feb 2022 11:57:08 +0100 Subject: [PATCH] Bump v5.3.0 * Add & update translations * Add rest of the props to DownloadButton component * Add hostname validation * Add wifi 802.11ax HE modes * Set best Wi-Fi HT mode depending on the checked frequency * Improve domain name RegEx pattern * Remove customOrder prop in Select component * Fix Wi-Fi translation strings * Fix autocomplete attribute in PasswordInput * Fix WiFi password max length check * Fix documentation build * Fix access token in publish script * Refine & restructure Makefile * Update GitLab CI image to Node.js v16 * NPM update (several dependencies) * 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 19a7657..bf940f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foris", - "version": "5.2.0", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "foris", - "version": "5.2.0", + "version": "5.3.0", "license": "GPL-3.0", "dependencies": { "axios": "^0.21.1", diff --git a/package.json b/package.json index bfb5979..405e718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foris", - "version": "5.2.0", + "version": "5.3.0", "description": "Set of components and utils for Foris and its plugins.", "author": "CZ.NIC, z.s.p.o.", "repository": {