Skip to content

Commit

Permalink
Version 17.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanita Barrett committed Jul 22, 2019
1 parent 906c988 commit a550ea1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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
## 17.18.0

* Replace accessible media player with Youtube player (PR #908)
* Prevent the cookie banner component from rendering when in an iframe (PR #995)
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (17.17.0)
govuk_publishing_components (17.18.0)
gds-api-adapters
govuk_app_config
govuk_frontend_toolkit
Expand Down Expand Up @@ -102,12 +102,12 @@ GEM
rubocop (~> 0.64)
rubocop-rspec (~> 1.28)
scss_lint
govuk_app_config (1.19.0)
govuk_app_config (1.20.1)
aws-xray-sdk (~> 0.10.0)
logstasher (~> 1.2.2)
sentry-raven (~> 2.7.1)
logstasher (>= 1.2.2, < 1.4.0)
sentry-raven (>= 2.7.1, < 2.10.0)
statsd-ruby (~> 1.4.0)
unicorn (~> 5.4.0)
unicorn (>= 5.4, < 5.6)
govuk_frontend_toolkit (8.2.0)
railties (>= 3.1.0)
sass (>= 3.2.0)
Expand Down Expand Up @@ -136,7 +136,7 @@ GEM
kramdown (2.1.0)
link_header (0.0.8)
logstash-event (1.2.02)
logstasher (1.2.2)
logstasher (1.3.0)
activesupport (>= 4.0)
logstash-event (~> 1.2.0)
request_store
Expand All @@ -161,7 +161,7 @@ GEM
nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
null_logger (0.0.1)
oj (3.7.12)
oj (3.8.0)
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
Expand Down Expand Up @@ -268,7 +268,7 @@ GEM
selenium-webdriver (3.142.3)
childprocess (>= 0.5, < 2.0)
rubyzip (~> 1.2, >= 1.2.2)
sentry-raven (2.7.4)
sentry-raven (2.9.0)
faraday (>= 0.7.6, < 1.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
Expand All @@ -289,7 +289,7 @@ GEM
unf_ext
unf_ext (0.0.7.6)
unicode-display_width (1.6.0)
unicorn (5.4.1)
unicorn (5.5.1)
kgio (~> 2.6)
raindrops (~> 0.7)
webdrivers (4.1.0)
Expand Down
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 = '17.17.0'.freeze
VERSION = '17.18.0'.freeze
end

0 comments on commit a550ea1

Please sign in to comment.