From e2ba5cff90b3dbf144e9f0fde62f2348e697c84d Mon Sep 17 00:00:00 2001 From: Chris Yoong Date: Tue, 30 Nov 2021 10:06:48 +0000 Subject: [PATCH] Release 27.15.0 Update to 27.15.0 --- CHANGELOG.md | 4 ++-- Gemfile.lock | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f75566f3..4fe6af1554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,15 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 27.15.0 +* Update Start button so info text is associated ([PR #2476](https://github.com/alphagov/govuk_publishing_components/pull/2476)) * Remove whitespace from pseudo-element content ([PR #2482](https://github.com/alphagov/govuk_publishing_components/pull/2482)) * Update navigation header toggle button spacing ([PR #2483](https://github.com/alphagov/govuk_publishing_components/pull/2483)) * Update search toggle / link hover state underline thickness ([PR #2484](https://github.com/alphagov/govuk_publishing_components/pull/2484)) ## 27.14.2 -* Update Start button so info text is associated ([PR #2476](https://github.com/alphagov/govuk_publishing_components/pull/2476)) * Update search component ([PR #2462](https://github.com/alphagov/govuk_publishing_components/pull/2462)) * Fix link to Crown Copyright in footer ([PR #2475](https://github.com/alphagov/govuk_publishing_components/pull/2475)) * Fix single page notification button data attributes for tracking ([PR #2471](https://github.com/alphagov/govuk_publishing_components/pull/2471)) diff --git a/Gemfile.lock b/Gemfile.lock index 740ec1f0f5..1b878706f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (27.14.2) + govuk_publishing_components (27.15.0) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index a189c517f4..b3f80e6635 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "27.14.2".freeze + VERSION = "27.15.0".freeze end