From 2188fe45846207316f165f6e316bf3af0bc9923e Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Thu, 14 Dec 2023 14:17:42 +0000 Subject: [PATCH] v0.1.31 --- CHANGELOG.md | 15 ++++++++++----- package-lock.json | 8 ++------ package.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb44928b..d1c0e865 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.30...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.1.31...HEAD) + +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [0.1.31](https://github.com/nationalarchives/tna-frontend/compare/v0.1.30...v0.1.31) - 2023-12-14 ### Added @@ -22,14 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed hero caption icon text from "Image caption" to "About this image" - Updated the cookie banner attribute `data-policies-key` to `data-policieskey` -### Deprecated ### Removed - Picture elements no longer have `translation` and `transcript` options (see "Added" above for alternative) -### Fixed -### Security - ## [0.1.30](https://github.com/nationalarchives/tna-frontend/compare/v0.1.29-prerelease...v0.1.30) - 2023-12-07 ### Added diff --git a/package-lock.json b/package-lock.json index b9316847..44283fbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.1.30", + "version": "0.1.31", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.1.30", + "version": "0.1.31", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.2", @@ -52,10 +52,6 @@ "stylelint-selector-bem-pattern": "^3.0.0", "webpack": "^5.89.0", "webpack-cli": "^5.1.4" - }, - "engines": { - "node": "18.x", - "npm": "9.x" } }, "node_modules/@0no-co/graphql.web": { diff --git a/package.json b/package.json index 2d25cd37..42e42f71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.1.30", + "version": "0.1.31", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",