From f7ef8dd60f4b2dce6a070a7e4b338f42f6182327 Mon Sep 17 00:00:00 2001 From: Murilo Dal Ri Date: Tue, 23 Mar 2021 12:05:12 +0000 Subject: [PATCH] Bump version to 24.8.0 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9096220642..65176805c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ useful summary for people upgrading their application, not a replication of the commit log. +## 24.8.0 + +* Add placeholder locale files to standardise apps. ([PR #1992](https://github.com/alphagov/govuk_publishing_components/pull/1992)) + ## 24.7.0 * Add GOVUK Frontend Details module to GOVUK Modules and amend modules.js start function ([PR #1985](https://github.com/alphagov/govuk_publishing_components/pull/1985)) diff --git a/Gemfile.lock b/Gemfile.lock index e66ef28d4b..2a0f39d209 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (24.7.0) + govuk_publishing_components (24.8.0) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 2d0d783b50..4f7bf9fc82 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "24.7.0".freeze + VERSION = "24.8.0".freeze end