diff --git a/CHANGELOG.md b/CHANGELOG.md index 854701b5..39412e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,21 @@ 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.2.6...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.2.7...HEAD) ### Added - -- Content in the cookie banner component is now customisable - ### Changed ### Deprecated ### Removed +### Fixed +### Security + +## [0.2.7](https://github.com/nationalarchives/tna-frontend/compare/v0.2.6...v0.2.7) - 2024-08-12 + +### Added + +- Content in the cookie banner component is now customisable + ### Fixed - Change skip link colours when hidden to avoid accessibility failures being raised @@ -21,8 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed padding of sticky sidebars - Fixed header navigation toggle analytics -### Security - ## [0.2.6](https://github.com/nationalarchives/tna-frontend/compare/v0.2.5...v0.2.6) - 2024-08-02 ### Added diff --git a/package-lock.json b/package-lock.json index 8b1750d3..4f5a3cc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.2.6", + "version": "0.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.2.6", + "version": "0.2.7", "license": "MIT", "devDependencies": { "@babel/core": "^7.25.2", diff --git a/package.json b/package.json index 1e1eb05b..f65f910d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.2.6", + "version": "0.2.7", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",