Skip to content

Commit

Permalink
Upgrade to govuk-frontend 5.7.1 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Jan 5, 2025
1 parent 1a1e5bf commit 9565b59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

Targets GOV.UK Frontend v5.7.1.

## 2.7.0

Targets GOV.UK Frontend v5.7.0.
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TreatWarningsAsErrors Condition="'$(Configuration)' == 'Release'">true</TreatWarningsAsErrors>
<RepoRoot>$([MSBuild]::EnsureTrailingSlash('$(MSBuildThisFileDirectory)'))</RepoRoot>
<Nullable>enable</Nullable>
<GovUkFrontendVersion>5.7.0</GovUkFrontendVersion>
<GovUkFrontendVersion>5.7.1</GovUkFrontendVersion>

<_NpmLibDirectory>$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'lib', 'govuk-frontend-$(GovUkFrontendVersion)'))</_NpmLibDirectory>
<GovUkFrontendLibrary>$([MSBuild]::NormalizeDirectory('$(_NpmLibDirectory)', 'node_modules', 'govuk-frontend', 'dist', 'govuk'))</GovUkFrontendLibrary>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![ci](https://github.com/gunndabad/govuk-frontend-aspnetcore/workflows/ci/badge.svg)
![NuGet Downloads](https://img.shields.io/nuget/dt/GovUk.Frontend.AspNetCore)

Targets [GDS Frontend v5.7.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.7.0)
Targets [GDS Frontend v5.7.1](https://github.com/alphagov/govuk-frontend/releases/tag/v5.7.1)

## Installation

Expand Down

0 comments on commit 9565b59

Please sign in to comment.