Skip to content

Commit

Permalink
Merge pull request #4464 from alphagov/version-47.0.0
Browse files Browse the repository at this point in the history
Version 46.1.0
  • Loading branch information
pezholio authored Dec 2, 2024
2 parents 23c8665 + 6e6d981 commit d95382a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

## Unreleased

## 46.1.0

* Use component wrapper on panel component ([PR #4459](https://github.com/alphagov/govuk_publishing_components/pull/4459))
* Use the component wrapper on the phase banner component ([PR #4460](https://github.com/alphagov/govuk_publishing_components/pull/4460))
* Add a `glance_metric` component ([PR #4452](https://github.com/alphagov/govuk_publishing_components/pull/4452))
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 (46.0.0)
govuk_publishing_components (46.1.0)
chartkick
govuk_app_config
govuk_personalisation (>= 0.7.0)
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 = "46.0.0".freeze
VERSION = "46.1.0".freeze
end

0 comments on commit d95382a

Please sign in to comment.