Skip to content

Commit

Permalink
Bump version to 24.3.0
Browse files Browse the repository at this point in the history
Includes:
* Fix cookie banner preview in the component guide ([PR #1935](#1935))
* Implements scroll tracking for the covid pages ([PR #1942](#1942))
  • Loading branch information
Dilwoar Hussain committed Feb 18, 2021
1 parent 3bd03cc commit 25ff38f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3.0

* Fix cookie banner preview in the component guide ([PR #1935](https://github.com/alphagov/govuk_publishing_components/pull/1935))
* Implements scroll tracking for the covid pages ([PR #1942](https://github.com/alphagov/govuk_publishing_components/pull/1942))
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.2.0)
govuk_publishing_components (24.3.0)
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.2.0".freeze
VERSION = "24.3.0".freeze
end

0 comments on commit 25ff38f

Please sign in to comment.