Skip to content

Commit f61ffdf

Browse files
Merge pull request #5869 from alphagov/release-v5.10.0-internal.1
2 parents 752ce6b + 7e4e815 commit f61ffdf

19 files changed

+52
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ If you're not using the GOV.UK template, but are using the [GOV.UK footer](https
8686
}) }}
8787
```
8888

89-
If you're not using our Nunjucks macros, update your footer HTML to adding the following SVG code inside the `<div>` with the `govuk-width-container` class
90-
child of the `<footer>` with `govuk-footer` element.
89+
If you're not using our Nunjucks macros, update your footer HTML by adding the following SVG code inside the `<div>` with the `govuk-width-container` class which is a child of the `<footer>` element with the `govuk-footer` class.
9190

9291
```html
9392
<svg

dist/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.10.0-internal.0
1+
5.10.0-internal.1
14.7 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Loading

dist/assets/rebrand/images/govuk-crest.svg

Lines changed: 1 addition & 0 deletions
Loading
7.35 KB
Loading
7.83 KB
Loading
20.8 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading
Loading

dist/assets/rebrand/manifest.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"icons": [
3+
{
4+
"src": "images/favicon.ico",
5+
"type": "image/x-icon",
6+
"sizes": "48x48"
7+
},
8+
{
9+
"src": "images/favicon.svg",
10+
"type": "image/svg+xml",
11+
"sizes": "150x150",
12+
"purpose": "any"
13+
},
14+
{
15+
"src": "images/govuk-icon-180.png",
16+
"type": "image/png",
17+
"sizes": "180x180",
18+
"purpose": "maskable"
19+
},
20+
{
21+
"src": "images/govuk-icon-192.png",
22+
"type": "image/png",
23+
"sizes": "192x192",
24+
"purpose": "maskable"
25+
},
26+
{
27+
"src": "images/govuk-icon-512.png",
28+
"type": "image/png",
29+
"sizes": "512x512",
30+
"purpose": "maskable"
31+
},
32+
{
33+
"src": "images/govuk-icon-mask.svg",
34+
"type": "image/svg+xml",
35+
"sizes": "150x150",
36+
"purpose": "monochrome"
37+
}
38+
]
39+
}

dist/govuk-frontend-5.10.0-internal.0.min.css

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

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

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

dist/govuk-frontend-5.10.0-internal.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.0-internal.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.0-internal.0.min.js renamed to dist/govuk-frontend-5.10.0-internal.1.min.js

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

dist/govuk-frontend-5.10.0-internal.0.min.js.map renamed to dist/govuk-frontend-5.10.0-internal.1.min.js.map

Lines changed: 1 addition & 1 deletion
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-internal.0",
4+
"version": "5.10.0-internal.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)