From 4f903e09147b1b1b8d317510b7f1205def0d7c1e Mon Sep 17 00:00:00 2001 From: Jon Hallam Date: Thu, 5 Sep 2019 13:21:58 +0100 Subject: [PATCH] Version 20.0.0 * **BREAKING:** Remove the inverse flag for contents list component ([PR #1090](https://github.com/alphagov/govuk_publishing_components/pull/1090)) * Will stop any inverse flags on the contents list component from working * Set all branded links to correct focus colour ([PR #1088](https://github.com/alphagov/govuk_publishing_components/pull/1088)) * Fix components focus state spacing ([PR #1054](https://github.com/alphagov/govuk_publishing_components/pull/1054)) * Allow inset-text to take a block ([PR #1078](https://github.com/alphagov/govuk_publishing_components/pull/1078)) --- CHANGELOG.md | 5 +++-- Gemfile.lock | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56fc13b186..d59f2af226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,10 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 20.0.0 -* Remove the inverse flag for contents list component ([PR #1090](https://github.com/alphagov/govuk_publishing_components/pull/1090)) +* **BREAKING:** Remove the inverse flag for contents list component ([PR #1090](https://github.com/alphagov/govuk_publishing_components/pull/1090)) + * Will stop any inverse flags on the contents list component from working * Set all branded links to correct focus colour ([PR #1088](https://github.com/alphagov/govuk_publishing_components/pull/1088)) * Fix components focus state spacing ([PR #1054](https://github.com/alphagov/govuk_publishing_components/pull/1054)) * Allow inset-text to take a block ([PR #1078](https://github.com/alphagov/govuk_publishing_components/pull/1078)) diff --git a/Gemfile.lock b/Gemfile.lock index 50426f81be..517a22e45e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (19.0.0) + govuk_publishing_components (20.0.0) gds-api-adapters govuk_app_config govuk_frontend_toolkit diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 4c3a857e9d..a8181c1faf 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '19.0.0'.freeze + VERSION = '20.0.0'.freeze end