From a4225daa776ae906df8d9dadefdafb227e5421b3 Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Mon, 2 Nov 2020 15:38:54 +0000 Subject: [PATCH] Version 23.2.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 79afb968fb..834eb5047f 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 +## 23.2.1 * Fix layout header component in IE ([PR #1760](https://github.com/alphagov/govuk_publishing_components/pull/1760)) * Hide footnotes backlink in print version ([PR #1759](https://github.com/alphagov/govuk_publishing_components/pull/1759)) diff --git a/Gemfile.lock b/Gemfile.lock index c95b41a4c0..653173ad6d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (23.2.0) + govuk_publishing_components (23.2.1) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 5230787c61..eee35bded2 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "23.2.0".freeze + VERSION = "23.2.1".freeze end