From 9d1d50be26c2385a91a9852b642fadc4848741c1 Mon Sep 17 00:00:00 2001 From: 1pretz1 Date: Thu, 11 Oct 2018 10:29:58 +0000 Subject: [PATCH] Update version to 12.0.1 This fixes a bug where there was no bottom margin on the success-alert component (PR #573) --- CHANGELOG.md | 4 ++-- Gemfile.lock | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73836c8755..977e912e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 12.0.1 -* Add a bottom margin to the success-alert component (should of been added by default) +* Add a bottom margin to the success-alert component - should of been added by default (PR #573) ## 12.0.0 diff --git a/Gemfile.lock b/Gemfile.lock index ab3058a3ff..b1b539381b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (12.0.0) + govuk_publishing_components (12.0.1) 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 c710e1ba74..1666e6a84a 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '12.0.0'.freeze + VERSION = '12.0.1'.freeze end