From ece8de18708be17dd9a0dc90323e38ca1c6c882a Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Wed, 27 Feb 2019 15:55:42 +0000 Subject: [PATCH] Bump version to 16.2.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 5 +---- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9fed4aa0..2ef78a86fa 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 +## 16.2.0 * Support data attributes for the back-link component (PR #773) * Create shared helper for components (PR #759) diff --git a/Gemfile.lock b/Gemfile.lock index ed8557ca37..7268c87692 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (16.1.0) + govuk_publishing_components (16.2.0) govspeak (>= 5.0.3) govuk_app_config govuk_frontend_toolkit @@ -334,8 +334,5 @@ DEPENDENCIES webmock (~> 3.5.0) yard -RUBY VERSION - ruby 2.6.1p33 - BUNDLED WITH 1.17.3 diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 7325607e20..c597f625c3 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '16.1.0'.freeze + VERSION = '16.2.0'.freeze end