From 5b98e58b60ac41cd3aca06ad55288ba82580dae1 Mon Sep 17 00:00:00 2001 From: Alex Jurubita Date: Fri, 14 Sep 2018 15:31:11 +0100 Subject: [PATCH] V 9.21.0 --- CHANGELOG.md | 3 ++- Gemfile.lock | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 475ea982ad..cf09c77880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,10 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 9.21.0 * Add file upload component based on GOV.UK Frontend (PR #515) +* Use divs for the alert message bodies (PR #517) ## 9.20.0 diff --git a/Gemfile.lock b/Gemfile.lock index d6915c7420..f47be56eff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (9.20.0) + govuk_publishing_components (9.21.0) govspeak (>= 5.0.3) govuk_app_config govuk_frontend_toolkit diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 0c20dcfb11..970aae1f63 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '9.20.0'.freeze + VERSION = '9.21.0'.freeze end