From 2b06cdc88cfc465d070bd3ef6f3f48029667556c Mon Sep 17 00:00:00 2001 From: Dana Cotoran Date: Mon, 10 Jan 2022 14:09:34 +0000 Subject: [PATCH] Bump gem to 28.1.0 --- 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 368ef581a4..e4160c3975 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 +## 28.1.0 * Remove jQuery from mailto-link-tracker ([PR #2542](https://github.com/alphagov/govuk_publishing_components/pull/2542)) * Remove jQuery from static analytics ([PR #2526](https://github.com/alphagov/govuk_publishing_components/pull/2526)) diff --git a/Gemfile.lock b/Gemfile.lock index 4af6ac94c3..b0597d9096 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (28.0.0) + govuk_publishing_components (28.1.0) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 980b973224..1143c5da27 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "28.0.0".freeze + VERSION = "28.1.0".freeze end