From 7e28b1a6a1b4707e05113676692b0c0bd79e4e41 Mon Sep 17 00:00:00 2001 From: Peter Hartshorn Date: Fri, 15 Sep 2023 11:54:58 +0100 Subject: [PATCH 1/2] Bump version --- CHANGELOG.md | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9abcfe9f3..2fc30ed061 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 +## 35.15.4 * Add query string to GA4 pageview tracking ([PR #3609](https://github.com/alphagov/govuk_publishing_components/pull/3609)) * Add large dark icon for action link ([PR #3594](https://github.com/alphagov/govuk_publishing_components/pull/3596)) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 644bf72ea9..1d380d77db 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "35.15.3".freeze + VERSION = "35.15.4".freeze end From 32af5c12a41d395e97738f23d76612fb82b5cd0d Mon Sep 17 00:00:00 2001 From: Peter Hartshorn Date: Fri, 15 Sep 2023 12:11:11 +0100 Subject: [PATCH 2/2] Run `bundle` Even when bundling with the `--conservative` flag, bundle still insisted on bumping govuk_app_config too. The change in govuk_app_config will not impact the components gem so no harm in bumping too. --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f2bb93111f..cc25278146 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (35.15.3) + govuk_publishing_components (35.15.4) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown @@ -127,7 +127,7 @@ GEM google-protobuf (3.24.3) googleapis-common-protos-types (1.8.0) google-protobuf (~> 3.18) - govuk_app_config (9.1.0) + govuk_app_config (9.2.0) logstasher (~> 2.1) opentelemetry-exporter-otlp (>= 0.25, < 0.27) opentelemetry-instrumentation-all (>= 0.39.1, < 0.41.0)