Skip to content

Commit

Permalink
Merge branch 'main' into amend-charge-reference-for-presroc
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruikshanks authored Nov 6, 2023
2 parents 4636521 + 5f29f73 commit 6bf1170
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,44 @@ 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.11.0](https://github.com/DEFRA/water-abstraction-system/compare/v0.10.0...v0.11.0)

- Fix missing backlink in view bill page [`#500`](https://github.com/DEFRA/water-abstraction-system/pull/500)
- Add new view bill endpoint and template [`#499`](https://github.com/DEFRA/water-abstraction-system/pull/499)
- Add new view bill service [`#498`](https://github.com/DEFRA/water-abstraction-system/pull/498)
- Add new Multi-licence bill presenter [`#496`](https://github.com/DEFRA/water-abstraction-system/pull/496)
- Add new fetch bill service [`#495`](https://github.com/DEFRA/water-abstraction-system/pull/495)
- Bump nock from 13.3.7 to 13.3.8 [`#497`](https://github.com/DEFRA/water-abstraction-system/pull/497)
- Add new fetch billing account service [`#493`](https://github.com/DEFRA/water-abstraction-system/pull/493)
- Bump @aws-sdk/client-s3 from 3.440.0 to 3.441.0 [`#494`](https://github.com/DEFRA/water-abstraction-system/pull/494)
- Charge periods shown on bills in supplementary billing show all year [`#492`](https://github.com/DEFRA/water-abstraction-system/pull/492)
- Refactor money formatters in base presenter [`#491`](https://github.com/DEFRA/water-abstraction-system/pull/491)
- Add new format money with commas to presenters [`#485`](https://github.com/DEFRA/water-abstraction-system/pull/485)
- Bump @aws-sdk/client-s3 from 3.438.0 to 3.440.0 [`#490`](https://github.com/DEFRA/water-abstraction-system/pull/490)
- Bump nock from 13.3.6 to 13.3.7 [`#489`](https://github.com/DEFRA/water-abstraction-system/pull/489)
- Bump @aws-sdk/client-s3 from 3.437.0 to 3.438.0 [`#488`](https://github.com/DEFRA/water-abstraction-system/pull/488)
- Add referrer (request source) to global context [`#486`](https://github.com/DEFRA/water-abstraction-system/pull/486)
- Bump @aws-sdk/client-s3 from 3.436.0 to 3.437.0 [`#487`](https://github.com/DEFRA/water-abstraction-system/pull/487)
- Bump sass from 1.69.4 to 1.69.5 [`#484`](https://github.com/DEFRA/water-abstraction-system/pull/484)
- Bump @aws-sdk/client-s3 from 3.435.0 to 3.436.0 [`#483`](https://github.com/DEFRA/water-abstraction-system/pull/483)
- Add phase banner to our page layout [`#480`](https://github.com/DEFRA/water-abstraction-system/pull/480)
- Implement nav bar for internal users [`#478`](https://github.com/DEFRA/water-abstraction-system/pull/478)
- Bump @aws-sdk/client-s3 from 3.433.0 to 3.435.0 [`#482`](https://github.com/DEFRA/water-abstraction-system/pull/482)
- Bump actions/setup-node from 3 to 4 [`#481`](https://github.com/DEFRA/water-abstraction-system/pull/481)
- Bump @aws-sdk/client-s3 from 3.431.0 to 3.433.0 [`#479`](https://github.com/DEFRA/water-abstraction-system/pull/479)
- Update page header with user links [`#474`](https://github.com/DEFRA/water-abstraction-system/pull/474)
- Add auth & user details to view context by default [`#477`](https://github.com/DEFRA/water-abstraction-system/pull/477)
- Handle unauthorized errors plus return safe codes [`#472`](https://github.com/DEFRA/water-abstraction-system/pull/472)
- Add missing links to page footer [`#473`](https://github.com/DEFRA/water-abstraction-system/pull/473)
- Bump @smithy/node-http-handler from 2.1.7 to 2.1.8 [`#475`](https://github.com/DEFRA/water-abstraction-system/pull/475)
- Bump nock from 13.3.4 to 13.3.6 [`#476`](https://github.com/DEFRA/water-abstraction-system/pull/476)
- Enable and config authentication as default [`#466`](https://github.com/DEFRA/water-abstraction-system/pull/466)
- Bump @aws-sdk/client-s3 from 3.430.0 to 3.431.0 [`#471`](https://github.com/DEFRA/water-abstraction-system/pull/471)

#### [v0.10.0](https://github.com/DEFRA/water-abstraction-system/compare/v0.9.0...v0.10.0)

> 18 October 2023
- Bump @aws-sdk/client-s3 from 3.429.0 to 3.430.0 [`#470`](https://github.com/DEFRA/water-abstraction-system/pull/470)
- Bump sass from 1.69.3 to 1.69.4 [`#469`](https://github.com/DEFRA/water-abstraction-system/pull/469)
- Bump @babel/traverse from 7.19.3 to 7.23.2 [`#468`](https://github.com/DEFRA/water-abstraction-system/pull/468)
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.10.0",
"version": "0.11.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 6bf1170

Please sign in to comment.