Skip to content

Commit

Permalink
Update version to 12.0.1
Browse files Browse the repository at this point in the history
This fixes a bug where there was no bottom margin on the success-alert
component (PR #573)
  • Loading branch information
1pretz1 committed Oct 11, 2018
1 parent 4d40bb0 commit 9d1d50b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased
## 12.0.1

* Add a bottom margin to the success-alert component (should of been added by default)
* Add a bottom margin to the success-alert component - should of been added by default (PR #573)

## 12.0.0

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 (12.0.0)
govuk_publishing_components (12.0.1)
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 = '12.0.0'.freeze
VERSION = '12.0.1'.freeze
end

0 comments on commit 9d1d50b

Please sign in to comment.