From 5882b296888ea7a966104326c1f6321a73917675 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Wed, 26 Jun 2024 13:52:17 +0100 Subject: [PATCH] Version 39.1.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 26fcaeab9d..b7e94539e7 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 +## 39.1.0 * Add open attribute to component wrapper ([PR #4074](https://github.com/alphagov/govuk_publishing_components/pull/4074)) * Add guard to accordion component init method ([PR #4069](https://github.com/alphagov/govuk_publishing_components/pull/4069)) diff --git a/Gemfile.lock b/Gemfile.lock index 7cc1c28a08..56e717d7cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (39.0.0) + govuk_publishing_components (39.1.0) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index b0b47f71ed..5f904862f1 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "39.0.0".freeze + VERSION = "39.1.0".freeze end