From 9a7a83fadef14ac64d6d9bbb9255e20d13ff5372 Mon Sep 17 00:00:00 2001 From: chao-xian Date: Tue, 22 Jun 2021 15:30:36 +0100 Subject: [PATCH] Release 24.15.3 --- 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 49fe628bff..0fa47c4215 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 +## 24.15.3 * Add tracking on search submit to public layout ([PR #2157](https://github.com/alphagov/govuk_publishing_components/pull/2157)) * Turn off LUX's debug mode ([PR #2156](https://github.com/alphagov/govuk_publishing_components/pull/2156)) diff --git a/Gemfile.lock b/Gemfile.lock index bfca29614f..bbcc7bbec1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (24.15.2) + govuk_publishing_components (24.15.3) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 540c7a559b..8ae74c4366 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "24.15.2".freeze + VERSION = "24.15.3".freeze end