Skip to content

Commit

Permalink
v0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Oct 23, 2024
1 parent 4667a1d commit 681dbc6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@ 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.2.16...HEAD)
## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.2.17...HEAD)

### Added
### Changed

- Updated header and global header HTML to allow adornable logos
- Reduced specicifity of some CSS selectors for card elements

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

## [0.2.17](https://github.com/nationalarchives/tna-frontend/compare/v0.2.16...v0.2.17) - 2024-10-23

### Changed

- Updated header and global header HTML to allow adornable logos
- Reduced specicifity of some CSS selectors for card elements

## [0.2.16](https://github.com/nationalarchives/tna-frontend/compare/v0.2.15...v0.2.16) - 2024-10-16

### Changed
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.2.16",
"version": "0.2.17",
"description": "The National Archives frontend styles",
"scripts": {
"start": "storybook dev -p 6006",
Expand Down

0 comments on commit 681dbc6

Please sign in to comment.