From 5aba7d83083a31fe683a0423e831b82a4b6f5aa9 Mon Sep 17 00:00:00 2001 From: Dilwoar Hussain Date: Fri, 12 Jul 2019 14:20:40 +0100 Subject: [PATCH] bump to version 17.14.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad7ad52de2..ceb5758240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 17.14.0 * Update cookie banner component to hide if cross-origin message has `hideCookieBanner` set to `true` (PR #988) * Change paragraph to div for descriptions to support govspeak description in checkboxes and radios (PR #985) diff --git a/Gemfile.lock b/Gemfile.lock index 276602c53d..209f0f6ed4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (17.13.0) + govuk_publishing_components (17.14.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 a2472fb00c..2de2d62086 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '17.13.0'.freeze + VERSION = '17.14.0'.freeze end