Skip to content

Commit

Permalink
Merge pull request #1040 from alphagov/version-18.0.0
Browse files Browse the repository at this point in the history
Breaking Version 18.0.0
  • Loading branch information
Vanita Barrett authored Aug 9, 2019
2 parents c6955ce + c1e0bb4 commit 328551c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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
## 18.0.0

* BREAKING: Update to [govuk-frontend 3.0.0](https://github.com/alphagov/govuk-frontend/releases/tag/v3.0.0) (PR #1010)

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (17.21.0)
govuk_publishing_components (18.0.0)
gds-api-adapters
govuk_app_config
govuk_frontend_toolkit
Expand Down Expand Up @@ -102,10 +102,10 @@ GEM
rubocop (~> 0.64)
rubocop-rspec (~> 1.28)
scss_lint
govuk_app_config (1.20.1)
govuk_app_config (1.20.2)
aws-xray-sdk (~> 0.10.0)
logstasher (>= 1.2.2, < 1.4.0)
sentry-raven (>= 2.7.1, < 2.10.0)
sentry-raven (>= 2.7.1, < 2.12.0)
statsd-ruby (~> 1.4.0)
unicorn (>= 5.4, < 5.6)
govuk_frontend_toolkit (8.2.0)
Expand Down Expand Up @@ -161,7 +161,7 @@ GEM
nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
null_logger (0.0.1)
oj (3.8.0)
oj (3.8.1)
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
Expand Down Expand Up @@ -218,7 +218,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rouge (3.6.0)
rouge (3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.3)
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.9.0)
sentry-raven (2.11.0)
faraday (>= 0.7.6, < 1.0)
sprockets (3.7.2)
concurrent-ruby (~> 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.21.0'.freeze
VERSION = '18.0.0'.freeze
end

0 comments on commit 328551c

Please sign in to comment.