From 89276f96dfbfc75c82c0bdf348e4d15c50666595 Mon Sep 17 00:00:00 2001 From: Catalina Ilie Date: Fri, 10 Feb 2023 15:11:02 +0000 Subject: [PATCH 1/2] Add organization colour for Department for Energy Security and Net Zero --- app/models/organisation_brand_colour.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/models/organisation_brand_colour.rb b/app/models/organisation_brand_colour.rb index 98a9db2769c..3d2766b4845 100644 --- a/app/models/organisation_brand_colour.rb +++ b/app/models/organisation_brand_colour.rb @@ -162,4 +162,9 @@ def self.find(class_name) title: "Department for Levelling Up, Housing & Communities", class_name: "department-for-levelling-up-housing-and-communities", ) + DepartmentForEnergySecurityAndNetZero = create!( + id: 32, + title: "Department for Energy Security and Net Zero", + class_name: "department-for-energy-security-and-net-zero", + ) end From 9d080c0161d9e013251c639c60d2797f2d331440 Mon Sep 17 00:00:00 2001 From: Peter Hartshorn Date: Fri, 10 Feb 2023 15:32:32 +0000 Subject: [PATCH 2/2] Bump components version --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8784903fd8b..36ed602f293 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -267,7 +267,7 @@ GEM govuk_personalisation (0.13.0) plek (>= 1.9.0) rails (>= 6, < 8) - govuk_publishing_components (34.9.0) + govuk_publishing_components (34.10.0) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown