Skip to content

Commit

Permalink
Merge pull request #4598 from alphagov/version-51.1.0
Browse files Browse the repository at this point in the history
Version 51.1.0
  • Loading branch information
pezholio authored Jan 30, 2025
2 parents bc1f13b + ca000b8 commit 8d106e1
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
## 51.1.0

* Update to LUX 4.0.29 ([PR #4597](https://github.com/alphagov/govuk_publishing_components/pull/4597))
* Add a `form` attribute to the button component ([PR #4588](https://github.com/alphagov/govuk_publishing_components/pull/4588))
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 (51.0.0)
govuk_publishing_components (51.1.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
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 = "51.0.0".freeze
VERSION = "51.1.0".freeze
end

0 comments on commit 8d106e1

Please sign in to comment.