From af06b4a150c63073491d1a4ea5a33ca74187602d Mon Sep 17 00:00:00 2001 From: Dilwoar Hussain Date: Tue, 25 Sep 2018 14:57:17 +0100 Subject: [PATCH] bump version to 9.28.0 --- CHANGELOG.md | 6 ++++-- Gemfile.lock | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c45340e1d..86ad44c1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,14 @@ useful summary for people upgrading their application, not a replication of the commit log. +## 9.28.0 + +* Show step by step when the navigation is disabled but a user is actively interacting with the step by step (PR #535) + ## 9.27.0 * Remove 'Policies' link from government navbar (PR #529) -* Show step by step when the navigation is disabled but a user is actively interacting with the step by step (PR #535) - ## 9.26.1 * Add parentOrganization and subOrganization properties to org schemas (PR #533) diff --git a/Gemfile.lock b/Gemfile.lock index 50ecd55898..17f3a565e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (9.27.0) + govuk_publishing_components (9.28.0) govspeak (>= 5.0.3) govuk_app_config govuk_frontend_toolkit diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index d73190b5a8..9f5f47c705 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '9.27.0'.freeze + VERSION = '9.28.0'.freeze end