Skip to content

Commit

Permalink
Bump version to 9.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steventux committed Aug 6, 2018
1 parent 8c8007f commit 3210a58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## 9.10.0

* Enables bold styling in govspeak blocks, removes rich govspeak feature (PR #463)

## 9.9.1

* Stop document list rendering titles as headings (PR #465)
Expand All @@ -17,7 +21,6 @@
* Add tabs component (PR #455)
* Adds styling for singular related step by step navs (PR #458)
* Add schema.org `isPartOf` links from articles to step by steps (PR #384)
* Enables bold styling in govspeak blocks, removes rich govspeak feature (PR #463)

## 9.8.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 = '9.9.1'.freeze
VERSION = '9.10.0'.freeze
end

4 comments on commit 3210a58

@alex-ju
Copy link
Contributor

@alex-ju alex-ju commented on 3210a58 Aug 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@steventux please don't forget to commit the gemfile.lock too, otherwise the preview app deployed on heroku will fail

@steventux
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alex-ju 9.10.0 is merged / released. Is there remedial action I need to take regarding this?

@alex-ju
Copy link
Contributor

@alex-ju alex-ju commented on 3210a58 Aug 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@steventux No action needed as 9.11 is now out and the gemfile.lock was updated.
Just a heads-up as the branches deployed between 9.10 and 9.11 (e.g. #469) were failing to render a preview on Heroku.

@steventux
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alex-ju understood - thanks for the info. 👍

Please sign in to comment.