diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1e064a..9dbe7f0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,22 +5,26 @@ 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/compare/v0.10.0...HEAD) +## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.11.0...HEAD) ### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [0.11.0](https://github.com/nationalarchives/tna-frontend/compare/v0.10.0...v0.11.0) - 2025-01-28 + ### Changed - Cookie library settings can now be set at a document level in the `` element rather than at a cookie banner level - in addition to `data-tna-cookies-domain` and `data-tna-cookies-path` parameters, there is now `tna-cookies-policies-key`, `tna-cookies-default-age` and `tna-cookies-insecure` - Removed right and left margin from plain picture components -### Deprecated ### Removed - Removed `policies`, `policiesKey`, `cookiesDomain`, `cookiesPath` and `allowInsecure` options from the cookie banner component -### Fixed -### Security - ## [0.10.0](https://github.com/nationalarchives/tna-frontend/compare/v0.9.0...v0.10.0) - 2025-01-27 ### Removed diff --git a/package-lock.json b/package-lock.json index f916f9ec..0ac27e5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nationalarchives/frontend", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nationalarchives/frontend", - "version": "0.10.0", + "version": "0.11.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.25.8", diff --git a/package.json b/package.json index f1194b6e..501d31f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalarchives/frontend", - "version": "0.10.0", + "version": "0.11.0", "description": "The National Archives frontend styles", "scripts": { "start": "storybook dev -p 6006",