diff --git a/CHANGELOG.md b/CHANGELOG.md index 7101d54..a200d20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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-jinja/compare/v0.2.1...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.2.2...HEAD) ### Added ### Changed @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security +## [0.2.2](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.2.1...v0.2.2) - 2024-07-24 + +### Changed + +- Upgraded TNA Frontend to `v0.2.2` + ## [0.2.1](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.2.0...v0.2.1) - 2024-07-19 ### Changed diff --git a/package-lock.json b/package-lock.json index 2279aac..a400292 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@nationalarchives/frontend": "0.2.1", + "@nationalarchives/frontend": "0.2.2", "diff": "^5.1.0", "glob": "^10.2.7", "js-beautify": "^1.14.8", @@ -30,9 +30,9 @@ } }, "node_modules/@nationalarchives/frontend": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@nationalarchives/frontend/-/frontend-0.2.1.tgz", - "integrity": "sha512-GGfmTceC2Tb/Ff39sqMHX3ilopKMDVgc13H0o6NuR0g3kNGA+BqjlO35sP2fASa7HMjCUSsAQ0L5+wH3PqPj3Q==" + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@nationalarchives/frontend/-/frontend-0.2.2.tgz", + "integrity": "sha512-82teUgYYEs5I3yA8PQcdqC5d+yIlveTOrng1FZFl40/McolmSBGchEpniXYGNq8Fj+VNlhfDpx23qiR6ryhDRA==" }, "node_modules/@one-ini/wasm": { "version": "0.1.1", diff --git a/package.json b/package.json index c569207..56118d6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "test": "node test-fixtures.mjs" }, "dependencies": { - "@nationalarchives/frontend": "0.2.1", + "@nationalarchives/frontend": "0.2.2", "diff": "^5.1.0", "glob": "^10.2.7", "js-beautify": "^1.14.8", diff --git a/setup.py b/setup.py index 6d21ff3..be232a3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="tna-frontend-jinja", - version="0.2.1", + version="0.2.2", author="Andrew Hosgood", author_email="andrew.hosgood@nationalarchives.gov.uk", description="TNA Frontend Jinja templates", diff --git a/tna_frontend_jinja/templates/components/gallery/macro.html b/tna_frontend_jinja/templates/components/gallery/macro.html index 7d1e8b3..0b22ba1 100644 --- a/tna_frontend_jinja/templates/components/gallery/macro.html +++ b/tna_frontend_jinja/templates/components/gallery/macro.html @@ -3,7 +3,7 @@ {%- set containerClasses = [params.classes] if params.classes else [] -%} {%- set classes = containerClasses | join(' ') -%} -
+