Skip to content

Commit

Permalink
Merge pull request #2252 from alphagov/release-25.2.1
Browse files Browse the repository at this point in the history
Bump gem version to 25.2.1
  • Loading branch information
owenatgov authored Aug 9, 2021
2 parents 5f56f04 + a174e26 commit 5a098fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
useful summary for people upgrading their application, not a replication
of the commit log.

# Unreleased
# 25.2.1

* Add link tracking to super navigation header ([PR #2249](https://github.com/alphagov/govuk_publishing_components/pull/2249))
* Fix typos in super navigation link tracking ([PR #2251](https://github.com/alphagov/govuk_publishing_components/pull/2251))
* Update super navigation styles to avoid `govuk-layout` clashes ([PR #2250](https://github.com/alphagov/govuk_publishing_components/pull/2250))

# 25.2.0

* Add analytics tags to super navigation header ([PR #2244](https://github.com/alphagov/govuk_publishing_components/pull/2244))
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 (25.2.0)
govuk_publishing_components (25.2.1)
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 = "25.2.0".freeze
VERSION = "25.2.1".freeze
end

0 comments on commit 5a098fb

Please sign in to comment.