Skip to content

Commit

Permalink
Merge pull request #4419 from alphagov/release-45.6.0
Browse files Browse the repository at this point in the history
Version 45.6.0
  • Loading branch information
JamesCGDS authored Nov 20, 2024
2 parents 812ae59 + 652b689 commit 5e50b30
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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
## 45.6.0

* Fix yellow focus colour overspill ([PR #4418](https://github.com/alphagov/govuk_publishing_components/pull/4418))
* Add margin_top_until_tablet option to chat entry component ([PR #4417](https://github.com/alphagov/govuk_publishing_components/pull/4417))
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (45.5.0)
govuk_publishing_components (45.6.0)
chartkick
govuk_app_config
govuk_personalisation (>= 0.7.0)
Expand Down Expand Up @@ -150,9 +150,9 @@ GEM
sentry-rails (~> 5.3)
sentry-ruby (~> 5.3)
statsd-ruby (~> 1.5)
govuk_personalisation (1.0.0)
govuk_personalisation (1.1.0)
plek (>= 1.9.0)
rails (>= 6, < 8)
rails (>= 6, < 9)
govuk_schemas (5.0.4)
faker (~> 3.4.1)
json-schema (>= 2.8, < 4.4)
Expand Down Expand Up @@ -186,8 +186,8 @@ GEM
json (2.7.2)
json-schema (4.3.0)
addressable (>= 2.8)
kramdown (2.4.0)
rexml
kramdown (2.5.0)
rexml (>= 3.3.6)
language_server-protocol (3.17.0.3)
link_header (0.0.8)
logger (1.6.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 = "45.5.0".freeze
VERSION = "45.6.0".freeze
end

0 comments on commit 5e50b30

Please sign in to comment.