diff --git a/CHANGELOG.md b/CHANGELOG.md index 96808d70..6ec9e388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.1.50...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.1.51...HEAD) + +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [0.1.51](https://github.com/nationalarchives/tna-frontend/compare/v0.1.50...v0.1.51) - 2024-04-04 ### Added @@ -35,8 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added missing IDs to some form elements so they can be linked top from the error summary - Active states of checkboxes and radios fixed -### Security - ## [0.1.50](https://github.com/nationalarchives/tna-frontend/compare/v0.1.49...v0.1.50) - 2024-03-28 ### Added diff --git a/package-lock.json b/package-lock.json index bc49b2f7..fe4f21c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.1.50", + "version": "0.1.51", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.1.50", + "version": "0.1.51", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index 0ce3472d..29011410 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.1.50", + "version": "0.1.51", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",