From eda3a152af012d1194b6ca77589823ddc405fce5 Mon Sep 17 00:00:00 2001 From: davidtrussler Date: Tue, 12 Mar 2024 10:32:10 +0000 Subject: [PATCH] Update version to 37.7.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 6 +++--- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c15e77c765..00f59bbdc7 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 +## 37.7.0 * Reintroduce GA4 callout tracking and fix link tracker compatibility ([PR #3905](https://github.com/alphagov/govuk_publishing_components/pull/3905)) * Adjust keyboard functionality of dropdown menu ([PR #3888](https://github.com/alphagov/govuk_publishing_components/pull/3888)) diff --git a/Gemfile.lock b/Gemfile.lock index 1463c3c5eb..1891174dc3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (37.6.1) + govuk_publishing_components (37.7.0) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown @@ -205,7 +205,7 @@ GEM net-imap net-pop net-smtp - marcel (1.0.2) + marcel (1.0.4) matrix (0.4.2) method_source (1.0.0) mime-types (3.5.2) @@ -215,7 +215,7 @@ GEM mini_portile2 (2.8.5) minitest (5.22.2) mutex_m (0.2.0) - net-imap (0.4.9.1) + net-imap (0.4.10) date net-protocol net-pop (0.1.2) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 11115eb219..50490f617f 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "37.6.1".freeze + VERSION = "37.7.0".freeze end