Skip to content

Commit 2f496c7

Browse files
committed
Update to govuk-frontend 5.2.0
1 parent c017a48 commit 2f496c7

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
Targets GOV.UK Frontend v5.2.0.
6+
37
## 2.1.0
48

59
#### Page template

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TreatWarningsAsErrors Condition="'$(Configuration)' == 'Release'">true</TreatWarningsAsErrors>
55
<RepoRoot>$([MSBuild]::EnsureTrailingSlash('$(MSBuildThisFileDirectory)'))</RepoRoot>
66
<Nullable>enable</Nullable>
7-
<GovUkFrontendVersion>5.1.0</GovUkFrontendVersion>
7+
<GovUkFrontendVersion>5.2.0</GovUkFrontendVersion>
88

99
<_NpmLibDirectory>$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'lib'))</_NpmLibDirectory>
1010
<_NpmLibVersionFile>$([System.IO.Path]::Combine('$(_NpmLibDirectory)', 'version.txt'))</_NpmLibVersionFile>

GovUk.Frontend.AspNetCore.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{22CC9D21-2DEC-4A8C-9C91-34954CCB6626}"
1111
ProjectSection(SolutionItems) = preProject
1212
.editorconfig = .editorconfig
13+
CHANGELOG.md = CHANGELOG.md
1314
Directory.Build.props = Directory.Build.props
1415
Directory.Build.targets = Directory.Build.targets
1516
LICENSE = LICENSE

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![ci](https://github.com/gunndabad/govuk-frontend-aspnetcore/workflows/ci/badge.svg)
44
![NuGet Downloads](https://img.shields.io/nuget/dt/GovUk.Frontend.AspNetCore)
55

6-
Targets [GDS Frontend v5.1.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.1.0)
6+
Targets [GDS Frontend v5.2.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.2.0)
77

88
## Installation
99

0 commit comments

Comments
 (0)