From 6f2bdfc92188772402861657c7a90c90bea4c67d Mon Sep 17 00:00:00 2001 From: Vanita Barrett Date: Tue, 14 Aug 2018 10:28:44 +0000 Subject: [PATCH] Version 9.13.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 4 ++-- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c38584c3..ced66feb27 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 +## 9.13.0 * Allow custom tags in `` for admin layout (PR #480) * Adds taxonomy list component (PR #476) diff --git a/Gemfile.lock b/Gemfile.lock index 2ca284ef45..bb41d28668 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (9.12.2) + govuk_publishing_components (9.13.0) govspeak (>= 5.0.3) govuk_app_config govuk_frontend_toolkit @@ -159,7 +159,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mimemagic (0.3.2) - mini_mime (1.0.0) + mini_mime (1.0.1) mini_portile2 (2.3.0) minitest (5.11.3) money (6.12.0) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index c6357aa439..6d62748885 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '9.12.2'.freeze + VERSION = '9.13.0'.freeze end