Skip to content

Commit

Permalink
Merge pull request #1129 from alphagov/21_0_0
Browse files Browse the repository at this point in the history
Bump to 21.0.0
  • Loading branch information
sihugh authored Sep 19, 2019
2 parents c7e6dd0 + 74de34d commit 300164a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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
## 21.0.0

* Iterate FAQ schema to split content around h2 headings. [PR #1127](https://github.com/alphagov/govuk_publishing_components/pull/1127)
* **BREAKING** (in government-frontend) Iterate FAQ schema to split content around h2 headings. [PR #1127](https://github.com/alphagov/govuk_publishing_components/pull/1127)

## 20.5.2

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_publishing_components (20.5.2)
govuk_publishing_components (21.0.0)
gds-api-adapters
govuk_app_config
kramdown
Expand Down Expand Up @@ -210,7 +210,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rouge (3.10.0)
rouge (3.11.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.3)
Expand Down Expand Up @@ -245,7 +245,7 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.2.0)
sassc (2.2.1)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
Expand All @@ -259,7 +259,7 @@ GEM
selenium-webdriver (3.142.3)
childprocess (>= 0.5, < 2.0)
rubyzip (~> 1.2, >= 1.2.2)
sentry-raven (2.11.1)
sentry-raven (2.11.2)
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 = '20.5.2'.freeze
VERSION = '21.0.0'.freeze
end

0 comments on commit 300164a

Please sign in to comment.