From f08caf6273a361589416fd83715f0bccf40326f6 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Tue, 5 Nov 2024 10:36:12 +0000 Subject: [PATCH] v0.2.18 --- CHANGELOG.md | 13 +++++++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ff06f4..0dd89693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +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.2.17...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.2.18...HEAD) ### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [0.2.18](https://github.com/nationalarchives/tna-frontend/compare/v0.2.17...v0.2.18) - 2024-11-05 + ### Changed - Added `aria-label` attributes to all elements with custom `title` attributes - Added a title for items in pagination components ("Page x") - The LTS version of NodeJS used has been upgraded from `iron` (`20.x`) to `jod` (`22.x`) -### Deprecated ### Removed - Pagination items no longer have a `label` attribute - this is instead defined as `Page x` where `x` is the `number` attribute @@ -25,8 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The click area for the logo link in a header component on tiny devices no longer stretches to fill the header - Top borders on card components displayed on high contrast displays have been fixed -### Security - ## [0.2.17](https://github.com/nationalarchives/tna-frontend/compare/v0.2.16...v0.2.17) - 2024-10-23 ### Changed diff --git a/package-lock.json b/package-lock.json index 8ee32637..6161caa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.2.17", + "version": "0.2.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.2.17", + "version": "0.2.18", "license": "MIT", "devDependencies": { "@babel/core": "^7.25.8", diff --git a/package.json b/package.json index e7e5d371..899aa372 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.2.17", + "version": "0.2.18", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",