From 473c81f9a488661ee77fb5bb97c8335a2a601d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Sa=C5=A1ek?= Date: Fri, 27 Nov 2020 14:43:06 +0100 Subject: [PATCH 1/2] Add storage link --- src/utils/forisUrls.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/forisUrls.js b/src/utils/forisUrls.js index a1b8293..054b8aa 100644 --- a/src/utils/forisUrls.js +++ b/src/utils/forisUrls.js @@ -20,6 +20,8 @@ export const ForisURLs = { updates: `${REFORIS_URL_PREFIX}/package-management/updates`, }, + storage: `${REFORIS_URL_PREFIX}/storage`, + // Notifications links are used with inside Router, thus url subdir is not required. overview: "/overview", notifications: "/overview#notifications", From 7c837d041e1d76c7ba20d6d3a9ce64e95f984028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Sa=C5=A1ek?= Date: Fri, 27 Nov 2020 15:10:54 +0100 Subject: [PATCH 2/2] Bump v5.1.7 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a95f9a3..4853777 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "foris", - "version": "5.1.6", + "version": "5.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7517ed5..d36bbe4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foris", - "version": "5.1.6", + "version": "5.1.7", "description": "Set of components and utils for Foris and its plugins.", "author": "CZ.NIC, z.s.p.o.", "repository": {