From 044270a46af11cec9e298051ce9925dd922d3ae9 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Wed, 16 Oct 2024 15:19:35 +0100 Subject: [PATCH] v0.2.16 --- CHANGELOG.md | 8 +++++++- README.md | 1 + package-lock.json | 8 ++++---- package.json | 2 +- setup.py | 2 +- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5863cfd..906dd90 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.15...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.2.16...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.16](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.2.15...v0.2.16) - 2024-10-16 + +### Changed + +- Upgraded TNA Frontend to `v0.2.16` + ## [0.2.15](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.2.14...v0.2.15) - 2024-10-07 ### Changed diff --git a/README.md b/README.md index 00c81f8..abe2de6 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.16` | `0.2.16` | | `0.2.15` | `0.2.15` | | `0.2.14` | `0.2.14` | | `0.2.13` | `0.2.13` | diff --git a/package-lock.json b/package-lock.json index 1a500a8..1c4b312 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@nationalarchives/frontend": "0.2.15", + "@nationalarchives/frontend": "0.2.16", "diff": "^7.0.0", "glob": "^10.2.7", "js-beautify": "^1.14.8", @@ -30,9 +30,9 @@ } }, "node_modules/@nationalarchives/frontend": { - "version": "0.2.15", - "resolved": "https://registry.npmjs.org/@nationalarchives/frontend/-/frontend-0.2.15.tgz", - "integrity": "sha512-LJeyv0HxkNZYeUydnNO65YGXmP3Gd+pqy4SYa24SVndIhfxE3r3wJRDc9KfPxsdqkOxIj8w44/W/yfDIaQJqmw==", + "version": "0.2.16", + "resolved": "https://registry.npmjs.org/@nationalarchives/frontend/-/frontend-0.2.16.tgz", + "integrity": "sha512-Xygc02xKxVTePHQaE1IYb5AOGbDPIbRI7quajM59JM3pVpPnjHH7cRRayoEs0VEvwW7mhIC/5c0OC4DHYxOGFA==", "license": "MIT" }, "node_modules/@one-ini/wasm": { diff --git a/package.json b/package.json index 3788693..0c5f922 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "test": "node test-fixtures.mjs" }, "dependencies": { - "@nationalarchives/frontend": "0.2.15", + "@nationalarchives/frontend": "0.2.16", "diff": "^7.0.0", "glob": "^10.2.7", "js-beautify": "^1.14.8", diff --git a/setup.py b/setup.py index a1a0bf1..a2d840f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="tna-frontend-jinja", - version="0.2.15", + version="0.2.16", author="Andrew Hosgood", author_email="andrew.hosgood@nationalarchives.gov.uk", description="TNA Frontend Jinja templates",