Skip to content

Commit

Permalink
Upgrade to govuk-frontend 5.6.0 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Jan 5, 2025
1 parent 547d88a commit b79d151
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

## Unrelease

Targets GOV.UK Frontend v5.6.0.

## 2.5.0

Targets GOV.UK Frontend v5.5.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.5.0</GovUkFrontendVersion>
<GovUkFrontendVersion>5.6.0</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.5.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.5.0)
Targets [GDS Frontend v5.6.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.6.0)

## Installation

Expand Down

0 comments on commit b79d151

Please sign in to comment.