Skip to content

Commit

Permalink
Merge pull request #3934 from alphagov/version-37.9.0
Browse files Browse the repository at this point in the history
Version 37.9.0
  • Loading branch information
AshGDS committed Mar 20, 2024
2 parents b53bdbc + 3394e9f commit 6ede426
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -7,7 +7,7 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased
## 37.9.0

* Add a new GA4 'focus loss' tracker ([PR #3920](https://github.com/alphagov/govuk_publishing_components/pull/3920))
* Fix accessibility issue in option select component ([PR #3926](https://github.com/alphagov/govuk_publishing_components/pull/3926))
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (37.8.1)
govuk_publishing_components (37.9.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_publishing_components/version.rb
@@ -1,3 +1,3 @@
module GovukPublishingComponents
VERSION = "37.8.1".freeze
VERSION = "37.9.0".freeze
end

0 comments on commit 6ede426

Please sign in to comment.