From 22622e54ffd21d038d36619e0ee9955081c870a5 Mon Sep 17 00:00:00 2001 From: Patrick Cartlidge Date: Tue, 7 Feb 2023 13:27:20 +0000 Subject: [PATCH] Release 34.8.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 e65783087d..05fe6a00f8 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 +## 34.8.0 * Add GA4 Form tracker ([PR #3215](https://github.com/alphagov/govuk_publishing_components/pull/3215)) * Add component wrapper helper ([PR #3171](https://github.com/alphagov/govuk_publishing_components/pull/3171)) diff --git a/Gemfile.lock b/Gemfile.lock index 98864d4c27..4272863970 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - govuk_publishing_components (34.7.1) + govuk_publishing_components (34.8.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 25100c37e2..c281023a94 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = "34.7.1".freeze + VERSION = "34.8.0".freeze end