Skip to content

Commit

Permalink
Merge pull request #697 from alphagov/version-gem-
Browse files Browse the repository at this point in the history
Version 13.5.2
  • Loading branch information
Vanita Barrett authored Jan 3, 2019
2 parents 3fdfd33 + fd3e675 commit 770afff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 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
## 13.5.2

* Improve autocomplete appearance without js (PR #695)
* Adds tracking to select component (PR #690)
Expand Down
11 changes: 4 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -332,8 +332,5 @@ DEPENDENCIES
webmock (~> 3.0.1)
yard

RUBY VERSION
ruby 2.5.3p105

BUNDLED WITH
1.17.1
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 = '13.5.1'.freeze
VERSION = '13.5.2'.freeze
end

0 comments on commit 770afff

Please sign in to comment.