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** 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"