Skip to content

Commit

Permalink
Merge pull request #774 from alphagov/version-16-2-0
Browse files Browse the repository at this point in the history
Bump version to 16.2.0
  • Loading branch information
benthorner authored Feb 27, 2019
2 parents e138170 + ece8de1 commit 2db766a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 1 addition & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -334,8 +334,5 @@ DEPENDENCIES
webmock (~> 3.5.0)
yard

RUBY VERSION
ruby 2.6.1p33

BUNDLED WITH
1.17.3
2 changes: 1 addition & 1 deletion lib/govuk_publishing_components/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukPublishingComponents
VERSION = '16.1.0'.freeze
VERSION = '16.2.0'.freeze
end

0 comments on commit 2db766a

Please sign in to comment.