Skip to content

Commit

Permalink
Release 21.46.0
Browse files Browse the repository at this point in the history
* Prevent govspeak tables from breaking the layout ([PR #1493](#1493))
* Prevent govspeak links from breaking the layout ([PR #1492](#1492))
* Remove PHE brand colour ([PR #1489](#1489))
* Add 'or' divider to checkboxes component ([PR #1488](#1488))
* Fix legacy colour on input component ([PR #1487](#1487))
* Add `exclusive` option to checkboxes component ([PR #1478](#1478))
  • Loading branch information
alex-ju committed May 14, 2020
1 parent 67a265b commit 3d59fbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
## 21.46.0

* Prevent govspeak tables from breaking the layout ([PR #1493](https://github.com/alphagov/govuk_publishing_components/pull/1493))
* Prevent govspeak links from breaking the layout ([PR #1492](https://github.com/alphagov/govuk_publishing_components/pull/1492))
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (21.45.0)
govuk_publishing_components (21.46.0)
gds-api-adapters
govuk_app_config
kramdown
Expand Down Expand Up @@ -143,7 +143,7 @@ GEM
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0425)
mimemagic (0.3.4)
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.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 = "21.45.0".freeze
VERSION = "21.46.0".freeze
end

0 comments on commit 3d59fbc

Please sign in to comment.