From aa961ef1fafe812768b56ad3a5e78838762b5ede Mon Sep 17 00:00:00 2001 From: Vanita Barrett Date: Tue, 14 Jan 2020 14:35:30 +0000 Subject: [PATCH] Version 21.19.1 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56cf4a7893..f983c35614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 21.19.1 * Increase notice border size ([#1254](https://github.com/alphagov/govuk_publishing_components/pull/1254)) diff --git a/Gemfile.lock b/Gemfile.lock index f879c4d686..539c82c7a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (21.19.0) + govuk_publishing_components (21.19.1) gds-api-adapters govuk_app_config kramdown diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index c97539117c..3086e8e414 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '21.19.0'.freeze + VERSION = '21.19.1'.freeze end