From 38de7cc5514cc5b96d2b629b6e1a3b5fbee48c3b Mon Sep 17 00:00:00 2001 From: Alan Cruikshanks Date: Fri, 23 Aug 2024 14:05:52 +0100 Subject: [PATCH] 2.41.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4581c32c5..5d73c6cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,30 @@ 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). +#### [v2.41.1](https://github.com/DEFRA/water-abstraction-ui/compare/v2.41.0...v2.41.1) + +- Bump @babel/preset-env from 7.25.3 to 7.25.4 [`#2598`](https://github.com/DEFRA/water-abstraction-ui/pull/2598) +- Display security code in ext. change email page [`#2597`](https://github.com/DEFRA/water-abstraction-ui/pull/2597) +- Bump @babel/core from 7.24.9 to 7.25.2 [`#2595`](https://github.com/DEFRA/water-abstraction-ui/pull/2595) +- Bump @babel/preset-env from 7.25.2 to 7.25.3 [`#2596`](https://github.com/DEFRA/water-abstraction-ui/pull/2596) +- Bump @babel/preset-env from 7.25.0 to 7.25.2 [`#2594`](https://github.com/DEFRA/water-abstraction-ui/pull/2594) +- Bump @babel/preset-env from 7.24.8 to 7.25.0 [`#2593`](https://github.com/DEFRA/water-abstraction-ui/pull/2593) +- Bump @hapi/lab from 25.3.0 to 25.3.1 [`#2592`](https://github.com/DEFRA/water-abstraction-ui/pull/2592) +- Bump csv-stringify from 6.5.0 to 6.5.1 [`#2591`](https://github.com/DEFRA/water-abstraction-ui/pull/2591) +- Bump @hapi/lab from 25.2.0 to 25.3.0 [`#2590`](https://github.com/DEFRA/water-abstraction-ui/pull/2590) +- Update /workflow page to remove 'charge' elements [`#2589`](https://github.com/DEFRA/water-abstraction-ui/pull/2589) +- Bump ajv from 8.16.0 to 8.17.1 [`#2588`](https://github.com/DEFRA/water-abstraction-ui/pull/2588) +- Bump @babel/core from 7.24.8 to 7.24.9 [`#2587`](https://github.com/DEFRA/water-abstraction-ui/pull/2587) +- Bump sass from 1.77.7 to 1.77.8 [`#2586`](https://github.com/DEFRA/water-abstraction-ui/pull/2586) +- Update `water-abstraction-helpers` package [`#2585`](https://github.com/DEFRA/water-abstraction-ui/pull/2585) +- Bump sass from 1.77.6 to 1.77.7 [`#2584`](https://github.com/DEFRA/water-abstraction-ui/pull/2584) +- Fix customer licence view link toggle [`#2582`](https://github.com/DEFRA/water-abstraction-ui/pull/2582) +- Fix missed links to legacy view licence page [`#2581`](https://github.com/DEFRA/water-abstraction-ui/pull/2581) + #### [v2.41.0](https://github.com/DEFRA/water-abstraction-ui/compare/v2.40.0...v2.41.0) +> 1 July 2024 + - Stop using version in package.json [`#2580`](https://github.com/DEFRA/water-abstraction-ui/pull/2580) - Add feature flag for links to the water abstraction system [`#2579`](https://github.com/DEFRA/water-abstraction-ui/pull/2579) - Bump joi from 17.13.2 to 17.13.3 [`#2578`](https://github.com/DEFRA/water-abstraction-ui/pull/2578) diff --git a/package-lock.json b/package-lock.json index 2f9aef12f..0b84ad0fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "water-abstraction-ui", - "version": "2.41.0", + "version": "2.41.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "water-abstraction-ui", - "version": "2.41.0", + "version": "2.41.1", "hasInstallScript": true, "license": "OGL-UK-3.0", "dependencies": { diff --git a/package.json b/package.json index 575aefdd0..db2a977f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "water-abstraction-ui", - "version": "2.41.0", + "version": "2.41.1", "description": "Web app for Water Abstraction service", "homepage": "https://github.com/DEFRA/water-abstraction-team", "main": "index.js",