From d684f6f32d3a65aaeab3c92eb90f9f80b2c04935 Mon Sep 17 00:00:00 2001 From: Ian James Date: Tue, 24 Aug 2021 16:57:20 +0100 Subject: [PATCH] Release 25.6.0 Includes: * Add element tracking to track click (#2283) * Fix navigation header layout error that occurs when resizing browser window (#2281) * Fix navigation header search toggle focus hover states (#2284) --- 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 5b792b8c3a..21ac7e24bb 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 +## 25.6.0 * Add element tracking to track click ([PR #2283](https://github.com/alphagov/govuk_publishing_components/pull/2283)) * Fix navigation header layout error that occurs when resizing browser window ([PR #2281](https://github.com/alphagov/govuk_publishing_components/pull/2281)) diff --git a/Gemfile.lock b/Gemfile.lock index d673658d05..88c41db27b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (25.5.0) + govuk_publishing_components (25.6.0) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index bb3c6d56f3..6ffd9cbdb9 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "25.5.0".freeze + VERSION = "25.6.0".freeze end