From b1bc03621398dcfcadd98516d2a7a891bb3df990 Mon Sep 17 00:00:00 2001 From: Vanita Barrett Date: Tue, 26 Jun 2018 14:56:15 +0000 Subject: [PATCH] Version 9.3.5 --- CHANGELOG.md | 2 +- Gemfile.lock | 8 ++++---- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 802a2e44f6..56e5bae3fb 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.3.5 * Extend image card to support html description (PR #392) diff --git a/Gemfile.lock b/Gemfile.lock index f1dd192128..f83bac8e84 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (9.3.4) + govuk_publishing_components (9.3.5) govspeak (>= 5.0.3) govuk_app_config govuk_frontend_toolkit @@ -111,7 +111,7 @@ GEM rubocop (~> 0.51.0) rubocop-rspec (~> 1.19.0) scss_lint - govuk_app_config (1.5.0) + govuk_app_config (1.5.1) logstasher (~> 1.2.2) sentry-raven (~> 2.7.1) statsd-ruby (~> 1.4.0) @@ -278,7 +278,7 @@ GEM scss_lint (0.57.0) rake (>= 0.9, < 13) sass (~> 3.5.5) - sentry-raven (2.7.3) + sentry-raven (2.7.4) faraday (>= 0.7.6, < 1.0) slimmer (13.0.0) activesupport @@ -288,7 +288,7 @@ GEM plek (>= 1.1.0) rack rest-client - sprockets (3.7.1) + sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.1) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 259f4bcde4..730bcb2b87 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '9.3.4'.freeze + VERSION = '9.3.5'.freeze end