From fd3e675afb955ee2dea8a7fdadc95eeb88f4ebc1 Mon Sep 17 00:00:00 2001 From: Vanita Barrett Date: Thu, 3 Jan 2019 13:45:40 +0000 Subject: [PATCH] Version 13.5.2 --- CHANGELOG.md | 2 +- Gemfile.lock | 11 ++++------- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b386e932..10d93a0504 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 +## 13.5.2 * Improve autocomplete appearance without js (PR #695) * Adds tracking to select component (PR #690) diff --git a/Gemfile.lock b/Gemfile.lock index 62f42d2067..86e16a9d7e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (13.5.1) + govuk_publishing_components (13.5.2) govspeak (>= 5.0.3) govuk_app_config govuk_frontend_toolkit @@ -96,7 +96,7 @@ GEM rest-client (~> 2.0) globalid (0.4.1) activesupport (>= 4.2.0) - govspeak (5.8.0) + govspeak (5.9.0) actionview (~> 5.0) addressable (>= 2.3.8, < 3) commander (~> 4.4) @@ -157,7 +157,7 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) - mimemagic (0.3.2) + mimemagic (0.3.3) mini_mime (1.0.1) mini_portile2 (2.3.0) minitest (5.11.3) @@ -171,7 +171,7 @@ GEM nokogumbo (1.5.0) nokogiri null_logger (0.0.1) - oj (3.7.4) + oj (3.7.6) parallel (1.12.1) parser (2.5.3.0) ast (~> 2.4.0) @@ -332,8 +332,5 @@ DEPENDENCIES webmock (~> 3.0.1) yard -RUBY VERSION - ruby 2.5.3p105 - BUNDLED WITH 1.17.1 diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 199baa2f66..4168fc6835 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '13.5.1'.freeze + VERSION = '13.5.2'.freeze end