From 5b7a10982ef14d18fb9aa036d79308454ed7919c Mon Sep 17 00:00:00 2001 From: Frankie Roberto Date: Fri, 13 Dec 2024 14:55:18 +0000 Subject: [PATCH 1/2] Update Changelog --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39de9937..97e41504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # NHS prototype kit Changelog -## Unreleased +## 5.2.0 - 13 December 2024 - Updated start page template to use the `serviceName` variable in the h1 and title tag ([PR 414](https://github.com/nhsuk/nhsuk-prototype-kit/pull/414)) - Update Header to use the `serviceName` variable ([PR 417](https://github.com/nhsuk/nhsuk-prototype-kit/pull/417)) -- Remove example page template with lots of content examples on it ([PR 420](https://github.com/nhsuk/nhsuk-prototype-kit/pull/420)) - Update default service name ([PR 419](https://github.com/nhsuk/nhsuk-prototype-kit/pull/419)) +- Remove example page template with lots of content examples on it ([PR 420](https://github.com/nhsuk/nhsuk-prototype-kit/pull/420)) - Changed all references from 'NHS.UK prototype kit' to 'NHS prototype kit' - Update default index page ([PR 423](https://github.com/nhsuk/nhsuk-prototype-kit/pull/423)) - Import task list component ([PR 437](https://github.com/nhsuk/nhsuk-prototype-kit/pull/437)) - The example page templates have moved from the `docs` folder to `lib/example-templates` - ([PR 409](https://github.com/nhsuk/nhsuk-prototype-kit/pull/409)) -- Added a devcontainer.json file to configure Github Codespaces for use of the kit ([PR 428])(https://github.com/nhsuk/nhsuk-prototype-kit/pull/428)) +- The middleware folder has been moved into the `lib` folder - ([PR 440](https://github.com/nhsuk/nhsuk-prototype-kit/pull/440)) +- Added a devcontainer.json file to configure Github Codespaces for use of the kit ([PR 428](https://github.com/nhsuk/nhsuk-prototype-kit/pull/428)) ## 5.1.0 - 12 November 2024 From 7d6d8a47a260959da8941fa9304b6664e244b41b Mon Sep 17 00:00:00 2001 From: Frankie Roberto Date: Fri, 13 Dec 2024 15:00:06 +0000 Subject: [PATCH 2/2] Update version number in package.json --- 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 62be2d41..ed7af7f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nhsuk-prototype-kit", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nhsuk-prototype-kit", - "version": "5.1.0", + "version": "5.2.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e1328584..429cf512 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nhsuk-prototype-kit", - "version": "5.1.0", + "version": "5.2.0", "description": "Rapidly create HTML prototypes of NHS websites and services.", "main": "app.js", "scripts": {