From eee5c584cb9ea21da97292ac2b7c604efc0cbb0d Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Mon, 19 Feb 2024 17:32:07 +0000 Subject: [PATCH] v0.1.39 --- CHANGELOG.md | 14 ++++++++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7159a69b..0accb085 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.38...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.1.39...HEAD) + +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [0.1.39](https://github.com/nationalarchives/tna-frontend/compare/v0.1.38...v0.1.39) - 2024-02-19 ### Added @@ -19,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added default CSS export in `package.json` - Set global header background to pure black (`#000`) on dark themes -### Deprecated ### Removed - Ability to tint hero images @@ -30,8 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The message component has a header rather than an icon which provides a better page landmark - Hid some CSS pseudo elements from screen readers -### Security - ## [0.1.38](https://github.com/nationalarchives/tna-frontend/compare/v0.1.37...v0.1.38) - 2024-02-13 ### Security diff --git a/package-lock.json b/package-lock.json index 6cc4a9cd..a7744a64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.1.38", + "version": "0.1.39", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.1.38", + "version": "0.1.39", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index 9b2e0fc8..801d840f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.1.38", + "version": "0.1.39", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",