From 32029fe54c1e06099fc3f0bd4b0ca1cc50efacb0 Mon Sep 17 00:00:00 2001 From: Vanita Barrett Date: Wed, 11 Jul 2018 09:04:39 +0000 Subject: [PATCH] Version gem --- 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 7d2e081813..31666c0a99 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.4.0 * Add experimental Admin layout (PR #371) * Add the [GOV.UK Frontend](https://design-system.service.gov.uk/) library to the gem (PR #398) diff --git a/Gemfile.lock b/Gemfile.lock index 80337d8e94..714c89e3c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (9.3.6) + govuk_publishing_components (9.4.0) 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.1) + govuk_app_config (1.6.0) logstasher (~> 1.2.2) sentry-raven (~> 2.7.1) statsd-ruby (~> 1.4.0) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 2e8adc46d8..57080468cb 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '9.3.6'.freeze + VERSION = '9.4.0'.freeze end