Skip to content

Commit

Permalink
0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruikshanks committed Sep 5, 2024
1 parent 2d941ea commit 7fa1b87
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7fa1b87

Please sign in to comment.