Skip to content

Commit

Permalink
Release v24.18.2
Browse files Browse the repository at this point in the history
Includes:
 - Adjust crown alignment in the heading component (#2134)
  • Loading branch information
injms committed Jul 6, 2021
1 parent a5fa854 commit 8b365b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased
## 24.18.2

* Fix misaligned crown in heading component ([PR #2134](https://github.com/alphagov/govuk_publishing_components/pull/2134))
* Fix misaligned crown in heading component ([PR #2134](https://github.com/alphagov/govuk_publishing_components/pull/2134)) PATCH

## 24.18.1

* Update LUX to activate when usage cookies are accepted ([PR #2154](https://github.com/alphagov/govuk_publishing_components/pull/2154)) PATCH
* Add custom dimension to the page view data for pages with the Brexit superbreadcrumb. And remove the CD from superbreadcrumb clicks.
* Add custom dimension to the page view data for pages with the Brexit superbreadcrumb. And remove the custom dimension from superbreadcrumb clicks. ([PR #2186](https://github.com/alphagov/govuk_publishing_components/pull/2186))

## 24.18.0

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (24.18.1)
govuk_publishing_components (24.18.2)
govuk_app_config
kramdown
plek
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.18.1".freeze
VERSION = "24.18.2".freeze
end

0 comments on commit 8b365b1

Please sign in to comment.