Skip to content

Commit

Permalink
Merge pull request #931 from alphagov/version-17.1.0
Browse files Browse the repository at this point in the history
Version 17.1.0
  • Loading branch information
Vanita Barrett authored Jun 17, 2019
2 parents 90593d6 + fab39a5 commit 5aa1a37
Show file tree
Hide file tree
Showing 3 changed files with 6 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
## 17.1.0

* Add tracking to the hide button on new cookie banner (PR #928)
* Delete cookies when a user removes consent (PR #923)
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (17.0.0)
govuk_publishing_components (17.1.0)
gds-api-adapters
govuk_app_config
govuk_frontend_toolkit
Expand Down Expand Up @@ -102,7 +102,7 @@ GEM
rubocop (~> 0.64)
rubocop-rspec (~> 1.28)
scss_lint
govuk_app_config (1.18.1)
govuk_app_config (1.19.0)
aws-xray-sdk (~> 0.10.0)
logstasher (~> 1.2.2)
sentry-raven (~> 2.7.1)
Expand Down Expand Up @@ -299,9 +299,9 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
websocket-driver (0.7.0)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
websocket-extensions (0.1.4)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.19)
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.0.0'.freeze
VERSION = '17.1.0'.freeze
end

0 comments on commit 5aa1a37

Please sign in to comment.