Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jan 27, 2025
1 parent cf4efc3 commit dc2f3a4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ 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.8.1...HEAD)
## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.9.0...HEAD)

### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [0.9.0](https://github.com/nationalarchives/tna-frontend/compare/v0.8.1...v0.9.0) - 2025-01-27

### Added

Expand All @@ -16,14 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Default theme for prototypes changed from "light" to "system"
- Disabled `-apple-system-body` for dynamic type support in non-touch Apple devices due to issues in Mac OS (https://codepen.io/chrislachance/pen/OJpmgrM)

### Deprecated
### Removed
### Fixed

- If cookie policies are invalid or missing when the cookie class is initiated, the cookie banner is shown regardless of the existance of a `cookie_preferences_set` cookie

### Security

## [0.8.1](https://github.com/nationalarchives/tna-frontend/compare/v0.8.0...v0.8.1) - 2025-01-21

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nationalarchives/frontend",
"version": "0.8.1",
"version": "0.9.0",
"description": "The National Archives frontend styles",
"scripts": {
"start": "storybook dev -p 6006",
Expand Down

0 comments on commit dc2f3a4

Please # to comment.