Skip to content

Commit

Permalink
Merge pull request #3108 from alphagov/support-release-v4.4.1
Browse files Browse the repository at this point in the history
Release v4.4.1
  • Loading branch information
36degrees committed Dec 16, 2022
2 parents 8cad4bc + 9cec325 commit f31e6f8
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v4.4.1 (Fix release)

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion dist/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.0
4.4.1
3 changes: 0 additions & 3 deletions dist/govuk-frontend-4.4.0.min.css

This file was deleted.

3 changes: 3 additions & 0 deletions dist/govuk-frontend-4.4.1.min.css

Large diffs are not rendered by default.

File renamed without changes.
1 change: 0 additions & 1 deletion dist/govuk-frontend-ie8-4.4.0.min.css

This file was deleted.

1 change: 1 addition & 0 deletions dist/govuk-frontend-ie8-4.4.1.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions package/govuk/helpers/_focused.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@
// When link is focussed, hide the default underline since the
// box shadow adds the "underline"
text-decoration: none;

// When a focused box is broken by e.g. a line break, ensure that the
// box-shadow is applied to each fragment independently.
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "govuk-frontend",
"description": "GOV.UK Frontend contains the code you need to start building a user interface for government platforms and services.",
"version": "4.4.0",
"version": "4.4.1",
"main": "govuk/all.js",
"module": "govuk-esm/all.mjs",
"exports": {
Expand Down

0 comments on commit f31e6f8

Please sign in to comment.