Skip to content

Commit

Permalink
Release v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
36degrees committed Aug 13, 2020
1 parent bd2f03d commit 3f0f76d
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 43 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.8.1 (Fix release)

### Fixes

We’ve made fixes to GOV.UK Frontend in the following pull requests:
Expand Down
2 changes: 1 addition & 1 deletion dist/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.0
3.8.1
3 changes: 0 additions & 3 deletions dist/govuk-frontend-3.8.0.min.css

This file was deleted.

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

Large diffs are not rendered by default.

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

This file was deleted.

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

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions package/govuk/components/character-count/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
.govuk-textarea {
margin-bottom: govuk-spacing(1);
}

.govuk-textarea--error {
padding: govuk-spacing(1) - 2; // Stop a "jump" when width of border changes
}
}

.govuk-character-count__message {
Expand Down
66 changes: 33 additions & 33 deletions package/govuk/settings/_colours-palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,39 +19,6 @@ $govuk-use-legacy-palette: if((
$govuk-compatibility-govukelements
), true, false) !default;

/// Legacy colour palette
///
/// This exists only because you cannot easily set a !default variable
/// conditionally (thanks to the way scope works in Sass) so we set
/// `$govuk-colour-palette` using the `if` function.
///
/// @access private

$_govuk-colour-palette-legacy: (
"purple": #2e358b,
"light-purple": #6f72af,
"bright-purple": #912b88,
"pink": #d53880,
"light-pink": #f499be,
"red": #b10e1e,
"bright-red": #df3034,
"orange": #f47738,
"brown": #b58840,
"yellow": #ffbf47,
"light-green": #85994b,
"green": #006435,
"turquoise": #28a197,
"light-blue": #2b8cc4,
"blue": #005ea5,

"black": #0b0c0c,
"grey-1": #6f777b,
"grey-2": #bfc1c3,
"grey-3": #dee0e2,
"grey-4": #f8f8f8,
"white": #ffffff
);

/// Modern colour palette
///
/// This exists only because you cannot easily set a !default variable
Expand Down Expand Up @@ -85,6 +52,39 @@ $_govuk-colour-palette-modern: (
"turquoise": #28a197
);

/// Legacy colour palette
///
/// This exists only because you cannot easily set a !default variable
/// conditionally (thanks to the way scope works in Sass) so we set
/// `$govuk-colour-palette` using the `if` function.
///
/// @access private

$_govuk-colour-palette-legacy: (
"purple": #2e358b,
"light-purple": #6f72af,
"bright-purple": #912b88,
"pink": #d53880,
"light-pink": #f499be,
"red": #b10e1e,
"bright-red": #df3034,
"orange": #f47738,
"brown": #b58840,
"yellow": #ffbf47,
"light-green": #85994b,
"green": #006435,
"turquoise": #28a197,
"light-blue": #2b8cc4,
"blue": #005ea5,

"black": #0b0c0c,
"grey-1": #6f777b,
"grey-2": #bfc1c3,
"grey-3": #dee0e2,
"grey-4": #f8f8f8,
"white": #ffffff
);

/// Colour palette
///
/// @type Map
Expand Down
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": "3.8.0",
"version": "3.8.1",
"main": "govuk/all.js",
"sass": "govuk/all.scss",
"engines": {
Expand Down

0 comments on commit 3f0f76d

Please sign in to comment.