From 30936f988c1a5ac5a2990b7bd4a4236a2d1544d4 Mon Sep 17 00:00:00 2001 From: chao-xian Date: Mon, 25 Oct 2021 11:40:38 +0100 Subject: [PATCH] Version 27.8.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 6e68fd6346..5a6dddb14c 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 +## 27.8.2 * Replace search icon PNG with SVG ([PR # 2377](https://github.com/alphagov/govuk_publishing_components/pull/2377)) * Interventions: make more generic ([PR #2329](https://github.com/alphagov/govuk_publishing_components/pull/2329/)) diff --git a/Gemfile.lock b/Gemfile.lock index 8505821945..d774389eb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (27.8.1) + govuk_publishing_components (27.8.2) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 8aca994581..290ff74a32 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "27.8.1".freeze + VERSION = "27.8.2".freeze end