diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b48de26..67285435 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.2.18...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.3.0...HEAD) + +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [0.3.0](https://github.com/nationalarchives/tna-frontend/compare/v0.2.18...v0.3.0) - 2024-12-05 ### Added @@ -16,16 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added an extra heading for the legal links in the footer component and tweaked the heading for the social media links - Font size of quick filters component reduced -### Deprecated -### Removed ### Fixed - Fixed the hover and focus outline colour of the logo in the global header component - Added `width` and `height` attributes to inline SVGs - Top border on cards with no images fixed for high contrast mode -### Security - ## [0.2.18](https://github.com/nationalarchives/tna-frontend/compare/v0.2.17...v0.2.18) - 2024-11-05 ### Changed diff --git a/package-lock.json b/package-lock.json index 6161caa3..e5405a9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.2.18", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.2.18", + "version": "0.3.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.25.8", diff --git a/package.json b/package.json index 899aa372..6360bdac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.2.18", + "version": "0.3.0", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",