From 7fa1b870ef202f4dd24e300bae09031148026ce8 Mon Sep 17 00:00:00 2001 From: Alan Cruikshanks Date: Thu, 5 Sep 2024 16:43:29 +0100 Subject: [PATCH] 0.21.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd87754f..7068b59e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,37 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.21.0](https://github.com/DEFRA/water-abstraction-system/compare/v0.20.0...v0.21.0) + +- Fix incorrect edit link for void returns [`#1311`](https://github.com/DEFRA/water-abstraction-system/pull/1311) +- Add external id to companies view. [`#1309`](https://github.com/DEFRA/water-abstraction-system/pull/1309) +- Add missed ModLog and Points models to test loader [`#1308`](https://github.com/DEFRA/water-abstraction-system/pull/1308) +- Trigger 2PT Supplementary Bill Run - Pt2 [`#1262`](https://github.com/DEFRA/water-abstraction-system/pull/1262) +- Update Banners to incorporate 2PT Supplementary Bills [`#1306`](https://github.com/DEFRA/water-abstraction-system/pull/1306) +- Bump sass from 1.77.8 to 1.78.0 [`#1307`](https://github.com/DEFRA/water-abstraction-system/pull/1307) +- Add relation mapping to `LicenceModel` [`#1305`](https://github.com/DEFRA/water-abstraction-system/pull/1305) +- Only include the required information in the metadata field [`#1299`](https://github.com/DEFRA/water-abstraction-system/pull/1299) +- Fix licence agreements recalculate link bug [`#1303`](https://github.com/DEFRA/water-abstraction-system/pull/1303) +- Fix licence workflow warning on view licence page [`#1300`](https://github.com/DEFRA/water-abstraction-system/pull/1300) +- Do not display draft return versions in set up [`#1298`](https://github.com/DEFRA/water-abstraction-system/pull/1298) +- Fix user model tests [`#1296`](https://github.com/DEFRA/water-abstraction-system/pull/1296) +- Fix return version tests [`#1295`](https://github.com/DEFRA/water-abstraction-system/pull/1295) +- Import Licence version purpose conditions [`#1287`](https://github.com/DEFRA/water-abstraction-system/pull/1287) +- Flag Supplementary 2PT for editing returns [`#1290`](https://github.com/DEFRA/water-abstraction-system/pull/1290) +- Add base point model with a describe helper [`#1289`](https://github.com/DEFRA/water-abstraction-system/pull/1289) +- Build new licence history page [`#1182`](https://github.com/DEFRA/water-abstraction-system/pull/1182) +- Add createdAt to Version history modifiers [`#1293`](https://github.com/DEFRA/water-abstraction-system/pull/1293) +- Override "Missing JSDoc comment" rule for controllers [`#1292`](https://github.com/DEFRA/water-abstraction-system/pull/1292) +- Fix registered to link in view licence [`#1291`](https://github.com/DEFRA/water-abstraction-system/pull/1291) +- Add Licence Version Purpose Point model [`#1288`](https://github.com/DEFRA/water-abstraction-system/pull/1288) +- Generate return logs from requirements [`#1244`](https://github.com/DEFRA/water-abstraction-system/pull/1244) +- Import Licence versions [`#1195`](https://github.com/DEFRA/water-abstraction-system/pull/1195) +- Remove more DatabaseSupport.clean() [`#1285`](https://github.com/DEFRA/water-abstraction-system/pull/1285) + #### [v0.20.0](https://github.com/DEFRA/water-abstraction-system/compare/v0.19.0...v0.20.0) +> 23 August 2024 + - Bump @aws-sdk/client-s3 from 3.635.0 to 3.637.0 [`#1283`](https://github.com/DEFRA/water-abstraction-system/pull/1283) - Fix JSDOC's lint required params and returns [`#1279`](https://github.com/DEFRA/water-abstraction-system/pull/1279) - Update use previous in ret. req setup with mod log [`#1282`](https://github.com/DEFRA/water-abstraction-system/pull/1282) diff --git a/package-lock.json b/package-lock.json index c06c48af6..04a8e1bc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-system", - "version": "0.20.0", + "version": "0.21.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "water-abstraction-system", - "version": "0.20.0", + "version": "0.21.0", "hasInstallScript": true, "license": "OGL-UK-3.0", "dependencies": { diff --git a/package.json b/package.json index 39226543a..f95c39b57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-system", - "version": "0.20.0", + "version": "0.21.0", "description": "System for managing water abstraction licences, including alerts, returns and billing", "homepage": "https://github.com/DEFRA/water-abstraction-team", "main": "index.js",