Skip to content

Commit

Permalink
Version 37.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtrussler committed Mar 15, 2024
1 parent 03f8ba1 commit de2557f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## 37.8.1

* Remove "Popular" links from super navigation header ([PR #3918](https://github.com/alphagov/govuk_publishing_components/pull/3918))

## 37.8.0

* Disable the single consent cookie API code ([PR #3916](https://github.com/alphagov/govuk_publishing_components/pull/3916))
* Remove "Popular" links from super navigation header ([PR #3918](https://github.com/alphagov/govuk_publishing_components/pull/3918))

## 37.7.1

Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (37.8.0)
govuk_publishing_components (37.8.1)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down Expand Up @@ -579,10 +579,11 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-rails (5.16.1)
sentry-rails (5.17.0)
railties (>= 5.0)
sentry-ruby (~> 5.16.1)
sentry-ruby (5.16.1)
sentry-ruby (~> 5.17.0)
sentry-ruby (5.17.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
smart_properties (1.17.0)
sprockets (4.2.1)
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 = "37.8.0".freeze
VERSION = "37.8.1".freeze
end

0 comments on commit de2557f

Please sign in to comment.