diff --git a/CHANGELOG.md b/CHANGELOG.md index a847e60394..219f631bf7 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 +## 31.0.0 * Fix bug when getting target element from URL hash in accordion component ([PR #2985](https://github.com/alphagov/govuk_publishing_components/pull/2985)) * **BREAKING:** Update GA4 naming conventions ([PR #2987](https://github.com/alphagov/govuk_publishing_components/pull/2987)) diff --git a/Gemfile.lock b/Gemfile.lock index 3e01e24bbf..41e11cf53d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (30.7.3) + govuk_publishing_components (31.0.0) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown @@ -228,7 +228,7 @@ GEM nio4r (~> 2.0) racc (1.6.0) rack (2.2.4) - rack-proxy (0.7.2) + rack-proxy (0.7.4) rack rack-test (2.0.2) rack (>= 1.3) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 8871d4773d..1a24fa2e87 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "30.7.3".freeze + VERSION = "31.0.0".freeze end