From 64315f758d6c91822ade02f940322043a5ea84e3 Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Fri, 21 Feb 2020 13:30:06 +0000 Subject: [PATCH] Version 21.26.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 362ec25b11..384c09eeda 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 +## 21.26.0 * Allow individual components to be imported into apps ([PR #1159](https://github.com/alphagov/govuk_publishing_components/pull/1159)) diff --git a/Gemfile.lock b/Gemfile.lock index 371e35bdcd..4a0a1953cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (21.25.0) + govuk_publishing_components (21.26.0) gds-api-adapters govuk_app_config kramdown diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index ff1285e23e..d2401ab484 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '21.25.0'.freeze + VERSION = '21.26.0'.freeze end