diff --git a/CHANGELOG.md b/CHANGELOG.md index 136b98f9..db9948b1 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.11.3...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.12.0...HEAD) + +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [0.12.0](https://github.com/nationalarchives/tna-frontend/compare/v0.11.3...v0.12.0) - 2025-02-10 ### Added @@ -16,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Limited the maximum height of the information dropdown in picture components -### Deprecated ### Removed - Remove `accent` option of the phase banner component @@ -26,8 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Clicking on a gallery item doesn't break keyboard navigation for the gallery - Current gallery items are not announced twice for screen readers -### Security - ## [0.11.3](https://github.com/nationalarchives/tna-frontend/compare/v0.11.2...v0.11.3) - 2025-01-28 ### Changed diff --git a/package-lock.json b/package-lock.json index 5975f34d..a92d6ebd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.11.3", + "version": "0.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.11.3", + "version": "0.12.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.25.8", diff --git a/package.json b/package.json index 84192ff3..f728f6a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.11.3", + "version": "0.12.0", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",