Skip to content

Commit

Permalink
Update to govuk-frontend 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Aug 2, 2024
1 parent c017a48 commit 2f496c7
Show file tree
Hide file tree
Showing 4 changed files with 7 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.2.0.

## 2.1.0

#### Page template
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.1.0</GovUkFrontendVersion>
<GovUkFrontendVersion>5.2.0</GovUkFrontendVersion>

<_NpmLibDirectory>$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'lib'))</_NpmLibDirectory>
<_NpmLibVersionFile>$([System.IO.Path]::Combine('$(_NpmLibDirectory)', 'version.txt'))</_NpmLibVersionFile>
Expand Down
1 change: 1 addition & 0 deletions GovUk.Frontend.AspNetCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{22CC9D21-2DEC-4A8C-9C91-34954CCB6626}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
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.1.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.1.0)
Targets [GDS Frontend v5.2.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.2.0)

## Installation

Expand Down

0 comments on commit 2f496c7

Please sign in to comment.