diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a84b7..a367387 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.13...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.2.14...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.14](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.2.13...v0.2.14) - 2024-09-18 + +### Changed + +- Upgraded TNA Frontend to `v0.2.14` + ## [0.2.13](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.2.12...v0.2.13) - 2024-09-13 ### Changed diff --git a/README.md b/README.md index 6e96635..b7fdd46 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ We test each component against its published [component fixtures](https://github | TNA Frontend Jinja | Compatible TNA Frontend versions | | ------------------ | -------------------------------- | +| `0.2.14` | `0.2.14` | | `0.2.13` | `0.2.13` | | `0.2.12` | `0.2.12` | | `0.2.11` | `0.2.11` | diff --git a/package-lock.json b/package-lock.json index 030edaa..6666ac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@nationalarchives/frontend": "0.2.13", + "@nationalarchives/frontend": "0.2.14", "diff": "^5.1.0", "glob": "^10.2.7", "js-beautify": "^1.14.8", @@ -29,9 +29,10 @@ } }, "node_modules/@nationalarchives/frontend": { - "version": "0.2.13", - "resolved": "https://registry.npmjs.org/@nationalarchives/frontend/-/frontend-0.2.13.tgz", - "integrity": "sha512-6dilLo2S50tBfQN++SWBNm/BStpmWMme4PysPy4BbhYjUmQutWzC+scUg3EH7GrR0dj5u1wH/SnJKKmccfZX3A==" + "version": "0.2.14", + "resolved": "https://registry.npmjs.org/@nationalarchives/frontend/-/frontend-0.2.14.tgz", + "integrity": "sha512-FAs6jpXcnwZStcUWarJPz0+dj9NcZWibc5MVUhjLCCophw7KK3ygYQweSYcLSatDLRbn5psbIOG2ny5g1OWMJA==", + "license": "MIT" }, "node_modules/@one-ini/wasm": { "version": "0.1.1", diff --git a/package.json b/package.json index eb5f498..712f394 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "test": "node test-fixtures.mjs" }, "dependencies": { - "@nationalarchives/frontend": "0.2.13", + "@nationalarchives/frontend": "0.2.14", "diff": "^5.1.0", "glob": "^10.2.7", "js-beautify": "^1.14.8", diff --git a/setup.py b/setup.py index fd2b3e6..1bd7dbd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="tna-frontend-jinja", - version="0.2.13", + version="0.2.14", author="Andrew Hosgood", author_email="andrew.hosgood@nationalarchives.gov.uk", description="TNA Frontend Jinja templates", diff --git a/tna_frontend_jinja/templates/components/breadcrumbs/macro.html b/tna_frontend_jinja/templates/components/breadcrumbs/macro.html index 53419ce..d9ad621 100644 --- a/tna_frontend_jinja/templates/components/breadcrumbs/macro.html +++ b/tna_frontend_jinja/templates/components/breadcrumbs/macro.html @@ -4,7 +4,7 @@ {%- set containerClasses = containerClasses + ['tna-breadcrumbs--no-collapse'] -%} {%- endif -%} {%- set classes = ' '.join(containerClasses) -%} -