From d10bf6e8c09d249f9a01d6c902a500f437acd0b5 Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Mon, 23 Mar 2020 10:55:38 +0000 Subject: [PATCH] Version 21.33.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 b346c899c8..e6863cba16 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.33.0 * Add PHE branding ([PR #1396](https://github.com/alphagov/govuk_publishing_components/pull/1396)) * Add invert option to heading component ([PR #1397](https://github.com/alphagov/govuk_publishing_components/pull/1397)) diff --git a/Gemfile.lock b/Gemfile.lock index aa853de2e7..618fc63b64 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (21.32.0) + govuk_publishing_components (21.33.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 3a31f57895..b02a1f3de9 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "21.32.0".freeze + VERSION = "21.33.0".freeze end