diff --git a/CHANGELOG.md b/CHANGELOG.md index d70bca174..828af25a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 1.2.2 + +- Bump govuk frontend toolkit to 4.14.4 (PR #278) +- Add a .column-full class (PR #270) +- Add a file upload example (PR #268) +- Remove the blue outline from the main content area (PR #265) +- Fix legend text wrapping in IE (PR #248) + # 1.2.1 - Consistent spacing underneath block labels and toggled content (PR #229) @@ -25,7 +33,7 @@ # 1.1.3 -- Bump govuk frontend toolki to 4.9.1 (PR #195) +- Bump govuk frontend toolkit to 4.9.1 (PR #195) - Use the GOV.UK lint gem for scss linting (PR #191) - Use aria-describedby to associate a form hint with a form fields (PR #187) - Bump govuk template to 0.17.0 (PR #186) diff --git a/VERSION.txt b/VERSION.txt index 6085e9465..23aa83906 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.2.1 +1.2.2 diff --git a/package.json b/package.json index 2770a8c93..8afde2c87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "govuk-elements-sass", - "version": "1.2.1", + "version": "1.2.2", "description": "GOVUK elements Sass files", "repository": "alphagov/govuk_elements", "license": "MIT",