From 169e652d96d4747d6e76df40113f23051a540279 Mon Sep 17 00:00:00 2001 From: Keith Lawrence Date: Thu, 7 Dec 2023 10:38:05 +0000 Subject: [PATCH] Version 36.0.3 --- CHANGELOG.md | 2 +- Gemfile.lock | 12 ++++++------ lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 184004d9bb..e863cb6174 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 +## 36.0.3 * Standardise search term formatting across GA4 trackers ([PR #3746](https://github.com/alphagov/govuk_publishing_components/pull/3746)) * Add ZIP file support to attachment component ([PR #3751](https://github.com/alphagov/govuk_publishing_components/pull/3751)) diff --git a/Gemfile.lock b/Gemfile.lock index 4fbf85a5b6..a3c46e2c2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (36.0.2) + govuk_publishing_components (36.0.3) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown @@ -138,7 +138,7 @@ GEM globalid (1.2.1) activesupport (>= 6.1) google-protobuf (3.25.1) - googleapis-common-protos-types (1.10.0) + googleapis-common-protos-types (1.11.0) google-protobuf (~> 3.18) govuk_app_config (9.7.0) logstasher (~> 2.1) @@ -213,7 +213,7 @@ GEM mini_portile2 (2.8.5) minitest (5.20.0) mutex_m (0.2.0) - net-imap (0.4.4) + net-imap (0.4.7) date net-protocol net-pop (0.1.2) @@ -571,10 +571,10 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sentry-rails (5.13.0) + sentry-rails (5.15.0) railties (>= 5.0) - sentry-ruby (~> 5.13.0) - sentry-ruby (5.13.0) + sentry-ruby (~> 5.15.0) + sentry-ruby (5.15.0) concurrent-ruby (~> 1.0, >= 1.0.2) smart_properties (1.17.0) sprockets (4.2.1) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index d89631ab5d..d6b01f4da5 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "36.0.2".freeze + VERSION = "36.0.3".freeze end