From a30783942f02159d12753f62bd8ca374dc0006be Mon Sep 17 00:00:00 2001 From: AshGDS <8880610+AshGDS@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:45:36 +0000 Subject: [PATCH] Release version 45.0.0 --- CHANGELOG.md | 4 ++-- Gemfile.lock | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b8138f00..100ef97d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 45.0.0 -* Refactor organisation styles and upgrade to govuk-frontend v5.7.1 ([PR #4321](https://github.com/alphagov/govuk_publishing_components/pull/4321)) +* **BREAKING** Refactor organisation styles and upgrade to govuk-frontend v5.7.1 ([PR #4321](https://github.com/alphagov/govuk_publishing_components/pull/4321)) ## 44.11.0 diff --git a/Gemfile.lock b/Gemfile.lock index 92313ced26..41536583b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (44.11.0) + govuk_publishing_components (45.0.0) chartkick govuk_app_config govuk_personalisation (>= 0.7.0) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 9311820e29..1e51e413eb 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "44.11.0".freeze + VERSION = "45.0.0".freeze end