Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Jul 15, 2024
1 parent f798ed4 commit 5f94a7b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ 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.65...HEAD)
## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.2.0...HEAD)

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

## [0.2.0](https://github.com/nationalarchives/tna-frontend/compare/v0.1.65...v0.2.0) - 2024-07-15

### Changed

- Increased maximum depth of contents sidebar to three levels
Expand All @@ -29,7 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Removed search filters component
- Removed sensitive image component
- Removed `width: 100%;` from reset of `<video>` and `<canvas>` elements
- Removed `width: 100%;` reset of `<video>` and `<canvas>` elements

### Fixed

Expand All @@ -38,8 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Incorrect `aria-labeledby` attribute changed to `aria-labelledby` in gallery items
- Add better labels for buttons in gallery component

### Security

## [0.1.65](https://github.com/nationalarchives/tna-frontend/compare/v0.1.64...v0.1.65) - 2024-07-11

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

0 comments on commit 5f94a7b

Please sign in to comment.