From 08094e801113a7050ddc083ac3de75ee677e848e Mon Sep 17 00:00:00 2001 From: owenatgov Date: Thu, 14 Jan 2021 10:37:30 +0000 Subject: [PATCH] Bump gem version to 23.12.3 --- CHANGELOG.md | 2 +- Gemfile.lock | 4 ++-- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1d5f9f34..d8e3bcf9ae 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.12.3 * Add print styling for magna charta component ([PR #1867](https://github.com/alphagov/govuk_publishing_components/pull/1867)) diff --git a/Gemfile.lock b/Gemfile.lock index e59b202ae5..d54ef2454a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (23.12.2) + govuk_publishing_components (23.12.3) govuk_app_config kramdown plek @@ -112,7 +112,7 @@ GEM rest-client (~> 2.0) globalid (0.4.2) activesupport (>= 4.2.0) - govuk_app_config (2.8.2) + govuk_app_config (2.8.3) logstasher (>= 1.2.2, < 2.2.0) sentry-raven (~> 3.1.1) statsd-ruby (~> 1.5.0) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index ee9ef2e7b1..9f7a90c343 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "23.12.2".freeze + VERSION = "23.12.3".freeze end