From 7b0f3306353eb23c0783fcc3d72e4412e138b695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Thu, 16 Jan 2025 09:10:01 -0300 Subject: [PATCH 1/3] Fixed the little dots added on lint fix PhoneButton.tsx --- lib/components/PhoneButton/PhoneButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/PhoneButton/PhoneButton.tsx b/lib/components/PhoneButton/PhoneButton.tsx index e499fae..9c3ae46 100644 --- a/lib/components/PhoneButton/PhoneButton.tsx +++ b/lib/components/PhoneButton/PhoneButton.tsx @@ -30,7 +30,7 @@ export const PhoneButton = ({ className }: PhoneButtonProps) => { From 425ab43d4b71e5255da8e1bc2ad8b93d8e337fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Thu, 16 Jan 2025 09:13:47 -0300 Subject: [PATCH 2/3] Update PhoneButton.tsx --- lib/components/PhoneButton/PhoneButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/PhoneButton/PhoneButton.tsx b/lib/components/PhoneButton/PhoneButton.tsx index 9c3ae46..b44f92e 100644 --- a/lib/components/PhoneButton/PhoneButton.tsx +++ b/lib/components/PhoneButton/PhoneButton.tsx @@ -30,7 +30,7 @@ export const PhoneButton = ({ className }: PhoneButtonProps) => { From eaa2e163dc8e66a18638f2f69b9a9cbe239edfe6 Mon Sep 17 00:00:00 2001 From: "Caleb Williams [SSW]" <65635198+Calinator444@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:16:36 +1100 Subject: [PATCH 3/3] Update package.json updated version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04efd14..5efa58c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssw.megamenu", - "version": "4.9.3", + "version": "4.9.4", "type": "module", "main": "dist/index.js", "module": "dist/index.js",