Skip to content

Commit

Permalink
v0.1.49
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Mar 26, 2024
1 parent c14d4ef commit 6f416c8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 26 deletions.
14 changes: 10 additions & 4 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.1.48...HEAD)
## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.1.49...HEAD)

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

## [0.1.49](https://github.com/nationalarchives/tna-frontend/compare/v0.1.48...v0.1.49) - 2024-03-26

### Added

Expand All @@ -19,7 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changed all spacing (margin, padding and gap) to use `spacing.space()` tool for relative sizes
- Tweaked some of the dark and contrasting colours

### Deprecated
### Removed

- Removed strapline option for global header
Expand All @@ -31,8 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed focus from elements with a `tabindex` of `-1`
- Fixed background colour of headers on system themes

### Security

## [0.1.48](https://github.com/nationalarchives/tna-frontend/compare/v0.1.47...v0.1.48) - 2024-03-21

### Added
Expand Down
42 changes: 21 additions & 21 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.1.48",
"version": "0.1.49",
"description": "The National Archives frontend styles",
"scripts": {
"start": "storybook dev -p 6006",
Expand Down

0 comments on commit 6f416c8

Please sign in to comment.