Skip to content

Commit 771f243

Browse files
authored
Upgrade to govuk-frontend 5.8.0 (#304)
1 parent cb84875 commit 771f243

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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.8.0.
6+
37
## 2.7.1
48

59
Targets GOV.UK Frontend v5.7.1.

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.7.1</GovUkFrontendVersion>
7+
<GovUkFrontendVersion>5.8.0</GovUkFrontendVersion>
88

99
<_NpmLibDirectory>$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'lib', 'govuk-frontend-$(GovUkFrontendVersion)'))</_NpmLibDirectory>
1010
<GovUkFrontendLibrary>$([MSBuild]::NormalizeDirectory('$(_NpmLibDirectory)', 'node_modules', 'govuk-frontend', 'dist', 'govuk'))</GovUkFrontendLibrary>

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.7.1](https://github.com/alphagov/govuk-frontend/releases/tag/v5.7.1)
6+
Targets [GDS Frontend v5.8.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.8.0)
77

88
## Installation
99

0 commit comments

Comments
 (0)