From ee84953febdc1aba7bb4a744478a0fd253bbedd1 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Mon, 13 May 2024 15:51:18 +0100 Subject: [PATCH] v0.1.54 --- CHANGELOG.md | 9 ++++++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e680b91b..811cde42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,20 @@ 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.53...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.1.54...HEAD) ### Added ### Changed ### Deprecated ### Removed ### Fixed +### Security -- Fixed issues with some templates, particularly around the theme selection +## [0.1.54](https://github.com/nationalarchives/tna-frontend/compare/v0.1.53...v0.1.54) - 2024-05-13 -### Security +### Fixed + +- Fixed issues with some templates, particularly around the theme selection ## [0.1.53](https://github.com/nationalarchives/tna-frontend/compare/v0.1.52...v0.1.53) - 2024-05-13 diff --git a/package-lock.json b/package-lock.json index 3adb9418..467c5bc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.1.53", + "version": "0.1.54", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.1.53", + "version": "0.1.54", "license": "MIT", "devDependencies": { "@babel/core": "^7.24.5", diff --git a/package.json b/package.json index 2b2dce30..adbf1046 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.1.53", + "version": "0.1.54", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",