From 8f8c62634db071042c21f371abe0ece1499382c8 Mon Sep 17 00:00:00 2001 From: Ananda Maryon Date: Wed, 24 Jul 2024 11:07:01 +0000 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b5bbba8c..bfc7b11eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,27 @@ # NHS.UK frontend Changelog -## Unreleased - -:wrench: **Fixes** - -- Change "Contact us" in the footer link examples to "Give us feedback" ([PR 972](https://github.com/nhsuk/nhsuk-frontend/pull/972)) -- Remove the pattern from the date input component -- Adjust errorSummary bottom margin ([PR 973](https://github.com/nhsuk/nhsuk-frontend/pull/973)) -- Fix height of select component in Safari ([PR 987](https://github.com/nhsuk/nhsuk-frontend/pull/987)) -- Set minimum width of select component ([PR 987](https://github.com/nhsuk/nhsuk-frontend/pull/987)) +## 8.3.0 - 24 July 2024 :new: **New features** -- Make nhsuk-page-width a default so that services can override it ([PR 971](https://github.com/nhsuk/nhsuk-frontend/pull/971)) +- Make `nhsuk-page-width` a default so that services can override it ([PR 971](https://github.com/nhsuk/nhsuk-frontend/pull/971)) - Make footer copyright statement configurable via Nunjucks parameters ([PR 975](https://github.com/nhsuk/nhsuk-frontend/pull/975)) -- Remove unused nhsuk-u-top-and-bottom utility class ([PR 979](https://github.com/nhsuk/nhsuk-frontend/pull/979)) - Add warning button ([PR 976](https://github.com/nhsuk/nhsuk-frontend/pull/976)) - Add support for custom classes and attributes in Header primary links ([PR 978](https://github.com/nhsuk/nhsuk-frontend/pull/978)) +:wrench: **Maintenance** + +- Update Node to version 20 ([PR 957](https://github.com/nhsuk/nhsuk-frontend/pull/957)) + +:wrench: **Fixes** + +- Change "Contact us" in the footer link examples to "Give us feedback" ([PR 972](https://github.com/nhsuk/nhsuk-frontend/pull/972)) +- Remove the pattern from the date input component ([PR 984](https://github.com/nhsuk/nhsuk-frontend/pull/984)) +- Adjust `errorSummary` bottom margin ([PR 973](https://github.com/nhsuk/nhsuk-frontend/pull/973)) +- Fix height of select component in Safari ([PR 987](https://github.com/nhsuk/nhsuk-frontend/pull/987)) +- Set minimum width of select component ([PR 987](https://github.com/nhsuk/nhsuk-frontend/pull/987)) +- Remove unused `nhsuk-u-top-and-bottom` utility class ([PR 979](https://github.com/nhsuk/nhsuk-frontend/pull/979)) + ## 8.2.0 - 12 June 2024 :recycle: **Changes** From eb7f20ed2517898d60655e8d0748298321f0f487 Mon Sep 17 00:00:00 2001 From: roshaanbajwa Date: Wed, 24 Jul 2024 14:55:56 +0100 Subject: [PATCH 2/2] update version number --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 638bd160c..6806aede5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nhsuk-frontend", - "version": "8.2.0", + "version": "8.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nhsuk-frontend", - "version": "8.2.0", + "version": "8.3.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.24.7", diff --git a/package.json b/package.json index f81fcab7b..9df337b6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nhsuk-frontend", - "version": "8.2.0", + "version": "8.3.0", "description": "NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services.", "engines": { "node": ">=20.0.0"