Skip to content

Commit

Permalink
Release 24.7.0
Browse files Browse the repository at this point in the history
* Add GOVUK Frontend Details module to GOVUK Modules and amend `modules.js` start function ([PR #1985](#1985))
* Rescope Brexit CTA to en/cy locale only ([PR #1984](#1984))
* Add JavaScript tests for accordion component ([PR #1977](#1977))
* Fix search component label background ([PR #1983](#1983))
* Allow emergency banner and global bar in public layout component ([PR #1978](#1915))
  • Loading branch information
alex-ju committed Mar 19, 2021
1 parent 2313af8 commit 8ea1279
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased
## 24.7.0

* Add GOVUK Frontend Details module to GOVUK Modules and amend modules.js start function ([PR #1985](https://github.com/alphagov/govuk_publishing_components/pull/1985))
* Rescope Brexit CTA to en/cy locale only ([PR #1984](https://github.com/alphagov/govuk_publishing_components/pull/1984))
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (24.6.1)
govuk_publishing_components (24.7.0)
govuk_app_config
kramdown
plek
Expand Down Expand Up @@ -143,7 +143,7 @@ GEM
json-schema (2.8.1)
addressable (>= 2.4)
kgio (2.11.3)
kramdown (2.3.0)
kramdown (2.3.1)
rexml
link_header (0.0.8)
logstasher (2.1.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_publishing_components/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukPublishingComponents
VERSION = "24.6.1".freeze
VERSION = "24.7.0".freeze
end

0 comments on commit 8ea1279

Please sign in to comment.