diff --git a/CHANGELOG.md b/CHANGELOG.md index a200d20..812db9e 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.2...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.2.3...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.3](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.2.2...v0.2.3) - 2024-07-30 + +### Changed + +- Upgraded TNA Frontend to `v0.2.3` + ## [0.2.2](https://github.com/nationalarchives/tna-frontend-jinja/compare/v0.2.1...v0.2.2) - 2024-07-24 ### Changed diff --git a/README.md b/README.md index 0df5e95..cc4e2c2 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ We test each component against its published [component fixtures](https://github | TNA Frontend Jinja | Compatible TNA Frontend versions | | ------------------ | -------------------------------- | -| `0.2.2` | `v0.2.2` | +| `0.2.2` | `v0.2.2`, `v0.2.3` | | `0.2.1` | `v0.2.1` | | `0.2.0` | `v0.2.0` | diff --git a/package-lock.json b/package-lock.json index a400292..e62a499 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@nationalarchives/frontend": "0.2.2", + "@nationalarchives/frontend": "0.2.3", "diff": "^5.1.0", "glob": "^10.2.7", "js-beautify": "^1.14.8", @@ -30,9 +30,9 @@ } }, "node_modules/@nationalarchives/frontend": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@nationalarchives/frontend/-/frontend-0.2.2.tgz", - "integrity": "sha512-82teUgYYEs5I3yA8PQcdqC5d+yIlveTOrng1FZFl40/McolmSBGchEpniXYGNq8Fj+VNlhfDpx23qiR6ryhDRA==" + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@nationalarchives/frontend/-/frontend-0.2.3.tgz", + "integrity": "sha512-4X9u5tiYJs3f0J/hSYKeCF+OAz1+9XmAdwkT/pDnZy3boEKmnp1C9AnfugbLLXY6zQoNYzHtjldekeO81H6opQ==" }, "node_modules/@one-ini/wasm": { "version": "0.1.1", diff --git a/package.json b/package.json index 56118d6..7cf075b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "test": "node test-fixtures.mjs" }, "dependencies": { - "@nationalarchives/frontend": "0.2.2", + "@nationalarchives/frontend": "0.2.3", "diff": "^5.1.0", "glob": "^10.2.7", "js-beautify": "^1.14.8", diff --git a/setup.py b/setup.py index be232a3..c92af68 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="tna-frontend-jinja", - version="0.2.2", + version="0.2.3", author="Andrew Hosgood", author_email="andrew.hosgood@nationalarchives.gov.uk", description="TNA Frontend Jinja templates",