From 85d80f4c01098537bb03ae726d5b95efb5af7ed9 Mon Sep 17 00:00:00 2001 From: BJ Szyjakowski Date: Tue, 20 Jun 2023 13:11:50 -0500 Subject: [PATCH 1/2] update: connect h5 to inherit from secondary font color --- src/fields.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fields.json b/src/fields.json index cdce857a3..0f23c7f5d 100644 --- a/src/fields.json +++ b/src/fields.json @@ -301,6 +301,7 @@ "type": "font", "inherited_value": { "property_value_paths": { + "color": "theme.global_fonts.secondary.color", "fallback": "theme.global_fonts.secondary.fallback", "font": "theme.global_fonts.secondary.font", "font_set": "theme.global_fonts.secondary.font_set" From fe58055d5c69581b5592d3825c3b46ee05d909ad Mon Sep 17 00:00:00 2001 From: BJ Szyjakowski Date: Tue, 20 Jun 2023 13:33:03 -0500 Subject: [PATCH 2/2] version bump -- patch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index efe45d70d..06e78590f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hubspot/cms-theme-boilerplate", - "version": "3.12.0", + "version": "3.12.1", "description": "Boilerplate project for building websites on the HubSpot CMS", "repository": { "type": "git",