Skip to content

Commit 5d0d8c3

Browse files
authored
Merge pull request #6325 from alphagov/release-5.13.0
Release 5.13.0
2 parents 46f6722 + 04c6e7c commit 5d0d8c3

10 files changed

+15
-13
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
## v5.13.0 (Feature release)
8+
79
### New features
810

911
#### Use Sass functions to create custom media queries
@@ -61,13 +63,13 @@ We made these changes in the following pull requests:
6163

6264
Within the pagination component, change the `govuk-pagination__item--ellipses` class to `govuk-pagination__item--ellipsis`.
6365

64-
We introduced this change in [pull request #5882: Rename ellipses html class to ellipsis](https://github.com/alphagov/govuk-frontend/pull/5882).
66+
We introduced this change in [pull request #5882: Rename ellipses html class to ellipsis](https://github.com/alphagov/govuk-frontend/pull/5882). Thanks to @frankieroberto for making this change.
6567

6668
### Fixes
6769

68-
- [#6223: Account for multiple attribute when enhancing a File Input](https://github.com/alphagov/govuk-frontend/pull/6223)
69-
- [#6297: Output deprecation warning if `$govuk-show-breakpoints` is true](https://github.com/alphagov/govuk-frontend/pull/6297)
70-
- [#6304: Fix long filenames in enhanced file upload not wrapping](https://github.com/alphagov/govuk-frontend/pull/6304)
70+
- [#6223: Account for multiple attribute when enhancing a File Input](https://github.com/alphagov/govuk-frontend/pull/6223). Thanks to @deberny for reporting this issue.
71+
- [#6297: Output deprecation warning if $govuk-show-breakpoints is true](https://github.com/alphagov/govuk-frontend/pull/6297)
72+
- [#6304: Fix long filenames in enhanced file upload not wrapping](https://github.com/alphagov/govuk-frontend/pull/6304). Thanks to @wardt7 for reporting this issue.
7173

7274
## v5.12.0 (Feature release)
7375

dist/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.12.0
1+
5.13.0

dist/govuk-frontend-5.12.0.min.css

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

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

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

dist/govuk-frontend-5.13.0.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.13.0.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.12.0.min.js renamed to dist/govuk-frontend-5.13.0.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.12.0.min.js.map renamed to dist/govuk-frontend-5.13.0.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.12.0",
4+
"version": "5.13.0",
55
"main": "dist/govuk/all.bundle.js",
66
"module": "dist/govuk/all.mjs",
77
"sass": "dist/govuk/index.scss",

0 commit comments

Comments
 (0)