From e3e12129b1f14e750b9f56d9390b484eb4756602 Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Tue, 22 Oct 2024 13:35:34 +0100 Subject: [PATCH] Version 44.5.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1911955e0..1feff7b592 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 +## 44.5.0 * Add component wrapper to error alert component ([PR #4287](https://github.com/alphagov/govuk_publishing_components/pull/4287)) * Add new chart component options ([PR #4318](https://github.com/alphagov/govuk_publishing_components/pull/4318)) diff --git a/Gemfile.lock b/Gemfile.lock index 23173f9480..5829acf2c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (44.4.2) + govuk_publishing_components (44.5.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 38d5dff1ef..39fa479b2f 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "44.4.2".freeze + VERSION = "44.5.0".freeze end