diff --git a/CHANGELOG.md b/CHANGELOG.md index a756ed73..26230dbe 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.15...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.2.16...HEAD) ### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [0.2.16](https://github.com/nationalarchives/tna-frontend/compare/v0.2.15...v0.2.16) - 2024-10-16 + ### Changed - Changed the size of small images in horizontal cards -### Deprecated -### Removed ### Fixed - Updated deprecated `color.red()`, `color.green()` and `color.blue()` SASS functions @@ -21,8 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed list marker colour on yellow accented blocks - Fixed layout of horizontal cards with no images -### Security - ## [0.2.15](https://github.com/nationalarchives/tna-frontend/compare/v0.2.14...v0.2.15) - 2024-10-07 ### Added diff --git a/package-lock.json b/package-lock.json index b75d85e4..01be82b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.2.15", + "version": "0.2.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.2.15", + "version": "0.2.16", "license": "MIT", "devDependencies": { "@babel/core": "^7.25.8", diff --git a/package.json b/package.json index 78998a72..5c257e3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.2.15", + "version": "0.2.16", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",