Skip to content

Commit c118a4f

Browse files
committed
Upgrade to govuk-frontend 5.12.0
1 parent de4714e commit c118a4f

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 3.3.0
44

5-
Targets GOV.UK Frontend v5.11.2.
5+
Targets GOV.UK Frontend v5.12.0.
66

77
## 3.2.3
88

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RepoRoot>$([MSBuild]::EnsureTrailingSlash('$(MSBuildThisFileDirectory)'))</RepoRoot>
66
<Nullable>enable</Nullable>
77
<PackageOutputPath>$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'packages'))</PackageOutputPath>
8-
<GovUkFrontendVersion>5.11.2</GovUkFrontendVersion>
8+
<GovUkFrontendVersion>5.12.0</GovUkFrontendVersion>
99

1010
<CoreLibMinVerTagPrefix>v</CoreLibMinVerTagPrefix>
1111
<CoreLibMinVerMinimumMajorMinor>3.2</CoreLibMinVerMinimumMajorMinor>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
[![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.11.2-brightgreen)](https://github.com/alphagov/govuk-frontend/releases/tag/v5.11.2)
2+
[![GOV.UK Design System version](https://img.shields.io/badge/GOV.UK%20Design%20System-5.12.0-brightgreen)](https://github.com/alphagov/govuk-frontend/releases/tag/v5.12.0)
33
[![CI](https://github.com/x-govuk/govuk-frontend-aspnetcore/workflows/ci/badge.svg)](https://github.com/x-govuk/govuk-frontend-aspnetcore/actions/workflows/ci.yml)
44
[![NuGet Downloads](https://img.shields.io/nuget/dt/GovUk.Frontend.AspNetCore)](https://www.nuget.org/packages/GovUk.Frontend.AspNetCore)
55

tests/GovUk.Frontend.AspNetCore.Tests/ComponentGeneration/DefaultComponentGeneratorTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ public Task CharacterCount(ComponentTestCaseData<CharacterCountOptions> data) =>
5454
public Task Checkboxes(ComponentTestCaseData<CheckboxesOptions> data) =>
5555
CheckComponentHtmlMatchesExpectedHtml(
5656
data,
57-
(generator, options) => generator.GenerateCheckboxesAsync(options));
57+
(generator, options) => generator.GenerateCheckboxesAsync(options),
58+
compareWhitespace: false);
5859

5960
[Theory]
6061
[ComponentFixtureData("cookie-banner", typeof(CookieBannerOptions))]

0 commit comments

Comments
 (0)