Skip to content

Commit

Permalink
Merge pull request #1082 from alphagov/update-gem-19.0.0
Browse files Browse the repository at this point in the history
Version 19.0.0
  • Loading branch information
injms authored Sep 3, 2019
2 parents 2cacdf7 + 23af4f1 commit 284941e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased
## 19.0.0

* **BREAKING:** Remove govuk_frontend_toolkit sass dependencies (PR #1069)
* This will break apps that rely on mixins and variables from govuk_frontend_toolkit - you must replace these with mixins and variables from GOV.UK Frontend
* Restore margin bottom to the image card (PR #1079)
* Allow summary_list to render without borders (PR #1073)
* Remove govuk_frontend_toolkit sass dependencies (PR #1069)
* Explicitly set focus states (PR #1071)
* Override edit link text on summary-link component (#1076)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (18.3.1)
govuk_publishing_components (19.0.0)
gds-api-adapters
govuk_app_config
govuk_frontend_toolkit
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 = '18.3.1'.freeze
VERSION = '19.0.0'.freeze
end

0 comments on commit 284941e

Please sign in to comment.