From 7616d67e933b1a4fca761361b32d24d3455a2d90 Mon Sep 17 00:00:00 2001 From: Florent Letendre Date: Thu, 5 Oct 2023 12:48:25 -0400 Subject: [PATCH] bump to 6.6 --- projects/storefrontstyles/scss/_versioning.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/storefrontstyles/scss/_versioning.scss b/projects/storefrontstyles/scss/_versioning.scss index a8a375e9cef..4ef6729fd31 100644 --- a/projects/storefrontstyles/scss/_versioning.scss +++ b/projects/storefrontstyles/scss/_versioning.scss @@ -24,7 +24,7 @@ // or `$styleVersion` are enabled. $_fullVersion: ( major: 6, - minor: 5, + minor: 6, patch: 0, );