diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a33de7..2301c6c7 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.7...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.2.8...HEAD) + +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [0.2.8](https://github.com/nationalarchives/tna-frontend/compare/v0.2.7...v0.2.8) - 2024-08-16 ### Added @@ -25,7 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added side padding to plain picture components - Adjusted spacing of `

` elements inside `

  • ` and `
    ` elements -### Deprecated ### Removed - Removed container `--no-padding-all` classes and replaced with `--no-padding` classes for both containers and columns @@ -34,8 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed max height for gallery components -### Security - ## [0.2.7](https://github.com/nationalarchives/tna-frontend/compare/v0.2.6...v0.2.7) - 2024-08-12 ### Added diff --git a/package-lock.json b/package-lock.json index 919519e1..e1bf4074 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.2.7", + "version": "0.2.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.2.7", + "version": "0.2.8", "license": "MIT", "devDependencies": { "@babel/core": "^7.25.2", diff --git a/package.json b/package.json index f65f910d..cf53e4a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.2.7", + "version": "0.2.8", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",