From 85c5b82ddaf4aff563c8cfeab64bd3c07629cdf3 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Tue, 19 Mar 2024 10:30:24 +0000 Subject: [PATCH] v0.1.45 --- CHANGELOG.md | 15 +++++++++------ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adb53996..25340989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,20 +5,23 @@ 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.1.44...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.1.45...HEAD) ### Added ### Changed - -- Updated footer links -- Removed inline styles for logos in footer and headers -- Reduced maximum height of the hero component - ### Deprecated ### Removed ### Fixed ### Security +## [0.1.45](https://github.com/nationalarchives/tna-frontend/compare/v0.1.44...v0.1.45) - 2024-03-19 + +### Changed + +- Updated footer links +- Removed inline styles for logos in footer and headers +- Reduced maximum height of the hero component + ## [0.1.44](https://github.com/nationalarchives/tna-frontend/compare/v0.1.43...v0.1.44) - 2024-03-14 ### Added diff --git a/package-lock.json b/package-lock.json index b311dae7..2fa49d53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.1.44", + "version": "0.1.45", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.1.44", + "version": "0.1.45", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index 5d9cdac9..f46ad07b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.1.44", + "version": "0.1.45", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",