From 868e7095e86d16a3e002120c5f3bd15be5bbb5c6 Mon Sep 17 00:00:00 2001 From: Mateusz Grotek Date: Fri, 31 Jan 2025 16:20:28 +0000 Subject: [PATCH] Version 51.1.1 * Fix RTL support in metadata component ([PR #4596](https://github.com/alphagov/govuk_publishing_components/pull/4596)) --- CHANGELOG.md | 5 ++++- Gemfile.lock | 10 +++++----- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf2ae1822e..2cb11ac38f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,14 @@ useful summary for people upgrading their application, not a replication of the commit log. +## 51.1.1 + +* Fix RTL support in metadata component ([PR #4596](https://github.com/alphagov/govuk_publishing_components/pull/4596)) + ## 51.1.0 * Update to LUX 4.0.29 ([PR #4597](https://github.com/alphagov/govuk_publishing_components/pull/4597)) * Add a `form` attribute to the button component ([PR #4588](https://github.com/alphagov/govuk_publishing_components/pull/4588)) -* Fix RTL support in metadata component ([PR #4596](https://github.com/alphagov/govuk_publishing_components/pull/4596)) ## 51.0.0 diff --git a/Gemfile.lock b/Gemfile.lock index 3b3bf44d17..f3a0a87062 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (51.1.0) + govuk_publishing_components (51.1.1) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown @@ -381,7 +381,7 @@ GEM opentelemetry-instrumentation-rack (0.26.0) opentelemetry-api (~> 1.0) opentelemetry-instrumentation-base (~> 0.23.0) - opentelemetry-instrumentation-rails (0.35.0) + opentelemetry-instrumentation-rails (0.35.1) opentelemetry-api (~> 1.0) opentelemetry-instrumentation-action_mailer (~> 0.4.0) opentelemetry-instrumentation-action_pack (~> 0.11.0) @@ -576,10 +576,10 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sentry-rails (5.22.2) + sentry-rails (5.22.3) railties (>= 5.0) - sentry-ruby (~> 5.22.2) - sentry-ruby (5.22.2) + sentry-ruby (~> 5.22.3) + sentry-ruby (5.22.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) sprockets (4.2.1) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 0b572f9eb5..1e91d9ccb9 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "51.1.0".freeze + VERSION = "51.1.1".freeze end