Skip to content

Commit 8374727

Browse files
Merge pull request #5976 from alphagov/release-5.10.1
2 parents 9900975 + 2efa56f commit 8374727

13 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ For advice on how to use these release notes see [our guidance on staying up to
44

55
## Unreleased
66

7-
### Fixes
7+
## v5.10.1 (Patch release)
88

99
To install this version with npm, run `npm install govuk-frontend@5.10.1`. You can also find more information about [how to stay up to date](https://frontend.design-system.service.gov.uk/staying-up-to-date/) in our documentation.
1010

@@ -16,7 +16,7 @@ We’ve fixed the colour of the dot in the refreshed GOV.UK logo as well as made
1616
- [#5905: Fix unnecessary whitespace after logo](https://github.com/alphagov/govuk-frontend/pull/5905)
1717
- [#5920: Fix transparency around edge of rebranded favicon.ico](https://github.com/alphagov/govuk-frontend/pull/5920), thanks to @matteason for reporting and fixing this issue
1818

19-
### Fixes
19+
### Other fixes
2020

2121
We've made fixes to GOV.UK Frontend in the following pull requests:
2222

dist/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.10.0
1+
5.10.1
-8.56 KB
Binary file not shown.

dist/govuk-frontend-5.10.0.min.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

dist/govuk-frontend-5.10.0.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/govuk-frontend-5.10.0.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/govuk-frontend-5.10.0.min.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/govuk-frontend-5.10.1.min.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/govuk-frontend-5.10.1.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/govuk-frontend-5.10.1.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/govuk-frontend-5.10.1.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/govuk-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "govuk-frontend",
33
"description": "GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.",
4-
"version": "5.10.0",
4+
"version": "5.10.1",
55
"main": "dist/govuk/all.bundle.js",
66
"module": "dist/govuk/all.mjs",
77
"sass": "dist/govuk/index.scss",

0 commit comments

Comments
 (0)