From 9d6a644993570534983e51b77260d7f1a910ff0b Mon Sep 17 00:00:00 2001 From: Ian James Date: Wed, 21 Oct 2020 20:06:46 +0100 Subject: [PATCH] Release v23.0.0 * **BREAKING** Layout header component always displays product name and environment when provided ([PR #1736](https://github.com/alphagov/govuk_publishing_components/pull/1736)) * Add heading option to panel component ([PR #1741](https://github.com/alphagov/govuk_publishing_components/pull/1741)) MINOR * **BREAKING** Force contents list title to always be Contents or regional equivalent ([PR #1734](https://github.com/alphagov/govuk_publishing_components/pull/1734)) * **BREAKING** Remove ability to pass Govspeak unsanitized HTML ([PR #1632](https://github.com/alphagov/govuk_publishing_components/pull/1632)) --- CHANGELOG.md | 4 +++- Gemfile.lock | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1490e1bc51..6fcb61d34b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 23.0.0 + +Note - this is version 23.0.0 due to a previously yanked version using 22.0.0; this release is unrelated to the yanked version. * Add track click code from static ([PR #1751](https://github.com/alphagov/govuk_publishing_components/pull/1751)) * Fix active state on action link ([PR #1749](https://github.com/alphagov/govuk_publishing_components/pull/1749)) diff --git a/Gemfile.lock b/Gemfile.lock index d03d445802..05aba9830f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (21.69.0) + govuk_publishing_components (23.0.0) govuk_app_config kramdown plek diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index fb915b251a..7903f3a158 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "21.69.0".freeze + VERSION = "23.0.0".freeze end