From 5f2772817e099328f6d0a0dc5c66a946e261aaba Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Thu, 27 Aug 2020 11:46:20 +0100 Subject: [PATCH] Version 21.63.2 --- 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 eb61114702..392b3d1e9f 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.63.2 * Fix the on blue logic for the search component ([PR #1663](https://github.com/alphagov/govuk_publishing_components/pull/1663)) diff --git a/Gemfile.lock b/Gemfile.lock index 1a418b3672..da910e9cef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (21.63.1) + govuk_publishing_components (21.63.2) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 4e1871acd3..aa8abdf69c 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "21.63.1".freeze + VERSION = "21.63.2".freeze end