diff --git a/CHANGELOG.md b/CHANGELOG.md index 790d674c..dbc9d263 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.36...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.1.37...HEAD) + +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [0.1.37](https://github.com/nationalarchives/tna-frontend/compare/v0.1.36...v0.1.37) - 2024-02-13 ### Added @@ -20,8 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Header and footer SVG logos changed to use `currentColor` as the foreground colour with a transparent background - Removed "link" icons from external links in the footer -### Deprecated -### Removed ### Fixed - Allowed taller images in picture elements on tiny devices @@ -30,8 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `` to inline SVGs in header and footers - Added `aria-hidden="true"` to all Font Awesome icons -### Security - ## [0.1.36](https://github.com/nationalarchives/tna-frontend/compare/v0.1.35...v0.1.36) - 2024-02-06 ### Changed diff --git a/package-lock.json b/package-lock.json index 8747c46b..876c7011 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.1.36", + "version": "0.1.37", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.1.36", + "version": "0.1.37", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.2", diff --git a/package.json b/package.json index 2c5e5f23..2af66fa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.1.36", + "version": "0.1.37", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",