Skip to content

Commit

Permalink
Merge pull request #4594 from alphagov/version-51.0.0
Browse files Browse the repository at this point in the history
Release Version 51.0.0
  • Loading branch information
KludgeKML authored Jan 28, 2025
2 parents 3fc872a + fb697d6 commit c490dc4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased
## 51.0.0

* Remove title component margin_top option ([PR #4508](https://github.com/alphagov/govuk_publishing_components/pull/4508))
* **BREAKING** Add global bar component from static ([PR #4538](https://github.com/alphagov/govuk_publishing_components/pull/4538))
* Add custom padding to inverse header ([PR #4590](https://github.com/alphagov/govuk_publishing_components/pull/4590))
* Add another: fix problem in createRemoveButtons method ([PR #11719](https://github.com/alphagov/govuk_publishing_components/pull/4586))
* Add another: fix problem in createRemoveButtons method ([PR #4586](https://github.com/alphagov/govuk_publishing_components/pull/4586))
* Add configuration to "Add another" ([PR #4575](https://github.com/alphagov/govuk_publishing_components/pull/4575))

## 50.0.1
Expand Down
8 changes: 4 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 (50.0.1)
govuk_publishing_components (51.0.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down Expand Up @@ -576,10 +576,10 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-rails (5.22.1)
sentry-rails (5.22.2)
railties (>= 5.0)
sentry-ruby (~> 5.22.1)
sentry-ruby (5.22.1)
sentry-ruby (~> 5.22.2)
sentry-ruby (5.22.2)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
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 = "50.0.1".freeze
VERSION = "51.0.0".freeze
end

0 comments on commit c490dc4

Please sign in to comment.