diff --git a/CHANGELOG.md b/CHANGELOG.md index 828f3d2..e3ee614 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.5...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.2.6...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.6](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.2.5...v0.2.6) - 2024-08-02 + +### Changed + +- Upgraded TNA Frontend to `v0.2.6` + ## [0.2.5](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.2.4...v0.2.5) - 2024-07-30 ### Changed diff --git a/README.md b/README.md index b4fa186..975ec84 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.6` | `v0.2.6` | | `0.2.5` | `v0.2.5` | | `0.2.4` | `v0.2.4` | | `0.2.3` | `v0.2.3` | diff --git a/package-lock.json b/package-lock.json index fa83a4d..0723281 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@nationalarchives/frontend": "0.2.5", + "@nationalarchives/frontend": "0.2.6", "diff": "^5.1.0", "glob": "^10.2.7", "js-beautify": "^1.14.8", @@ -30,9 +30,10 @@ } }, "node_modules/@nationalarchives/frontend": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/@nationalarchives/frontend/-/frontend-0.2.5.tgz", - "integrity": "sha512-gfolekA8X1XsR4HAlE91BVgTvcgAAhOSRjknBdQU9j8uHa7wZfZLudSEzNbtURyMIG55zKP6wqJp87/0cRJVJQ==" + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/@nationalarchives/frontend/-/frontend-0.2.6.tgz", + "integrity": "sha512-VaFalIZ8r3s8oCLD8OFJx8o2cxJXLtQOTsMxz3RRs789NTm/SfPqbPCv00wdV7j0+CS1i4GFTFe+x1fo2yUXLA==", + "license": "MIT" }, "node_modules/@one-ini/wasm": { "version": "0.1.1", diff --git a/package.json b/package.json index c33c5db..3521a40 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "test": "node test-fixtures.mjs" }, "dependencies": { - "@nationalarchives/frontend": "0.2.5", + "@nationalarchives/frontend": "0.2.6", "diff": "^5.1.0", "glob": "^10.2.7", "js-beautify": "^1.14.8", diff --git a/setup.py b/setup.py index 57bfe4c..50eac12 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="tna-frontend-jinja", - version="0.2.5", + version="0.2.6", author="Andrew Hosgood", author_email="andrew.hosgood@nationalarchives.gov.uk", description="TNA Frontend Jinja templates", diff --git a/tna_frontend_jinja/templates/components/footer/macro.html b/tna_frontend_jinja/templates/components/footer/macro.html index a5a9645..21b76ba 100644 --- a/tna_frontend_jinja/templates/components/footer/macro.html +++ b/tna_frontend_jinja/templates/components/footer/macro.html @@ -13,7 +13,7 @@