From b059f44f7139f938687162f898b7d05b1c532fc1 Mon Sep 17 00:00:00 2001 From: Dana Cotoran Date: Wed, 10 Feb 2021 13:23:21 +0000 Subject: [PATCH] Bump gem to 24.1.0 --- 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 87f5747dca..5e2378d8de 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.1.0 * Update `data-module` on layout header and footer ([PR #1913](https://github.com/alphagov/govuk_publishing_components/pull/1913)) * Update design of accordion component ([PR #1884](https://github.com/alphagov/govuk_publishing_components/pull/1884)) diff --git a/Gemfile.lock b/Gemfile.lock index 010621109e..2d5d89923c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (24.0.0) + govuk_publishing_components (24.1.0) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index f3350df040..0214556da1 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "24.0.0".freeze + VERSION = "24.1.0".freeze end