Skip to content

Commit

Permalink
Bump version to 10.0.0
Browse files Browse the repository at this point in the history
There are breaking changes. Please, read the CHANGELOG.md file.
  • Loading branch information
Alan Gabbianelli committed Sep 27, 2018
1 parent 55b38ea commit 7f7f4b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## 10.0.0

* BREAKING: Code related to `Policies` has been removed, including the
`related_policies` method. This shouldn't be used anymore, as all `Policies`
are being unpublished. Use the new single Topic Taxonomy instead. (#540)

## 9.28.0

* Show step by step when the navigation is disabled but a user is actively interacting with the step by step (PR #535)
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 (9.28.0)
govuk_publishing_components (10.0.0)
govspeak (>= 5.0.3)
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 = '9.28.0'.freeze
VERSION = '10.0.0'.freeze
end

0 comments on commit 7f7f4b6

Please sign in to comment.