From 8d700be15d8213d1a65329951f13ebe070e7edbd Mon Sep 17 00:00:00 2001 From: Mats Dufberg Date: Sun, 30 Jun 2024 16:53:20 +0200 Subject: [PATCH 1/2] Updates version setting and Changes --- Changes | 19 +++++++++++++++++++ package.json | 2 +- src/environments/version.ts | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 500b8ae9..ad3f8194 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,25 @@ Release history for Zonemaster component Zonemaster-GUI +v4.3.0 2024-07-01 (part of Zonemaster v2024.1 release) + + [Release information] + - Translations have not been fully updated in this release. They will + be updated in an upcoming release. + + [Features] + - Improves run test form (#461) + - Makes IDN names being displayed as both A-label and U-label (#464) + - Makes severity levels and module names in result page + optionally being translated (#463) + + [Fixes] + - Cleans up old FAQ architecture files (#466) + - Updates translation documentation (#462) + - Makes history modal close (#465) + - Avoid bundling the mock interceptor in prod environement (#448) + + v4.2.0 2024-03-18 (public release version) [Release information] diff --git a/package.json b/package.json index a92a1839..3f3d63ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zonemaster-gui", - "version": "4.2.0", + "version": "4.3.0", "license": "BSD-2-Clause", "scripts": { "ng": "ng", diff --git a/src/environments/version.ts b/src/environments/version.ts index ad42c18b..ef1b6b20 100644 --- a/src/environments/version.ts +++ b/src/environments/version.ts @@ -1,4 +1,4 @@ export const clientInfo = { - version: '4.2.0', + version: '4.3.0', id: 'Zonemaster-GUI' }; From e9263b858526f36f09fec60130c18eadc8aa9d72 Mon Sep 17 00:00:00 2001 From: Mats Dufberg Date: Mon, 1 Jul 2024 12:32:00 +0200 Subject: [PATCH 2/2] Update Changes Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com> --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index ad3f8194..b52d9aa9 100644 --- a/Changes +++ b/Changes @@ -17,7 +17,7 @@ v4.3.0 2024-07-01 (part of Zonemaster v2024.1 release) - Cleans up old FAQ architecture files (#466) - Updates translation documentation (#462) - Makes history modal close (#465) - - Avoid bundling the mock interceptor in prod environement (#448) + - Avoid bundling the mock interceptor in prod environment (#448) v4.2.0 2024-03-18 (public release version)