From 74de34df53067da7ecde168a59dc4c40c7f7ed0b Mon Sep 17 00:00:00 2001 From: Simon Hughesdon Date: Thu, 19 Sep 2019 14:43:54 +0100 Subject: [PATCH] Bump to 21.0.0 This is a breaking change for guides in government-frontend. The FAQ schema is not used anywhere else yet. --- CHANGELOG.md | 4 ++-- Gemfile.lock | 8 ++++---- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d767a0340f..afc4e58660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index cf44241c10..6bea18b229 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -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) @@ -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) @@ -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) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index f2bb0c4183..dd97af9869 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '20.5.2'.freeze + VERSION = '21.0.0'.freeze end