From 00abbffb77290c08cfcb3c120ccd17b0abddd5d5 Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Mon, 24 Feb 2020 16:40:01 +0000 Subject: [PATCH 1/2] Version 21.26.1 --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/govuk_publishing_components/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebcdea5e77..4279a6fd5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ useful summary for people upgrading their application, not a replication of the commit log. -## Unreleased +## 21.26.1 * Update Sass documentation ([PR #1321](https://github.com/alphagov/govuk_publishing_components/pull/1321)) * Improve suggested sass functionality ([PR #1320](https://github.com/alphagov/govuk_publishing_components/pull/1320)) diff --git a/Gemfile.lock b/Gemfile.lock index 4a0a1953cf..3215e89224 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (21.26.0) + govuk_publishing_components (21.26.1) gds-api-adapters govuk_app_config kramdown diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index d2401ab484..4626abaead 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '21.26.0'.freeze + VERSION = '21.26.1'.freeze end From 59ab65b800347e5a966d8dc14736669f8efc235c Mon Sep 17 00:00:00 2001 From: Andy Sellick Date: Mon, 24 Feb 2020 16:49:27 +0000 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4279a6fd5d..23b1153541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ## 21.26.1 +* Add visually hidden text to share links component ([PR #1286](https://github.com/alphagov/govuk_publishing_components/pull/1286/)) * Update Sass documentation ([PR #1321](https://github.com/alphagov/govuk_publishing_components/pull/1321)) * Improve suggested sass functionality ([PR #1320](https://github.com/alphagov/govuk_publishing_components/pull/1320)) * Fix layout header width issue ([PR #1319](https://github.com/alphagov/govuk_publishing_components/pull/1319))