From e52b5f2c6627106d7411af49ff91dc0fa4cadb1e Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Thu, 14 Mar 2024 16:20:24 +0000 Subject: [PATCH] v0.1.44 --- CHANGELOG.md | 13 ++++++++++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16625abe..3d777ea9 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.1.43...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.1.44...HEAD) + +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [0.1.44](https://github.com/nationalarchives/tna-frontend/compare/v0.1.43...v0.1.44) - 2024-03-14 ### Added @@ -35,8 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Card action classes and attributes fixed -### Security - ## [0.1.43](https://github.com/nationalarchives/tna-frontend/compare/v0.1.42...v0.1.43) - 2024-03-11 ### Added diff --git a/package-lock.json b/package-lock.json index cac72c46..b311dae7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.1.43", + "version": "0.1.44", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.1.43", + "version": "0.1.44", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index 7ad7d2df..5d9cdac9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.1.43", + "version": "0.1.44", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",