Skip to content

Commit

Permalink
v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Aug 30, 2024
1 parent 63950c4 commit 9168d75
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 36 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.2.9...HEAD)
## [Unreleased](https://github.com/nationalarchives/tna-frontend/compare/v0.2.10...HEAD)

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

## [0.2.10](https://github.com/nationalarchives/tna-frontend/compare/v0.2.9...v0.2.10) - 2024-08-30

### Added

Expand All @@ -21,15 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Change the order of the HTML in hero components to put the caption below the image
- Refactored the card component to use CSS grid

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

- Changed conflicting GA4 window object instance in GA4 class from `TNAFrontendAnalytics` to `TNAFrontendAnalyticsGA4`
- Adjusted margin bottom of narrow, shifted hero components

### Security

## [0.2.9](https://github.com/nationalarchives/tna-frontend/compare/v0.2.8...v0.2.9) - 2024-08-21

### Changed
Expand Down
39 changes: 9 additions & 30 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.9",
"version": "0.2.10",
"description": "The National Archives frontend styles",
"scripts": {
"start": "storybook dev -p 6006",
Expand Down

0 comments on commit 9168d75

Please sign in to comment.