From e10e6f2f51cadfdbdb696e9cc0260e71b8222bea Mon Sep 17 00:00:00 2001 From: Eli Grey <~@eligrey.com> Date: Fri, 18 Oct 2024 21:38:18 +0000 Subject: [PATCH 1/2] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c17229b..7187f91 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/transcend-io/consent-manager-ui.git" }, "homepage": "https://github.com/transcend-io/consent-manager-ui", - "version": "4.20.0", + "version": "4.21.0", "license": "MIT", "main": "build/ui", "files": [ From 06035f253c01bc62f32194ff9f665df5120c0bdf Mon Sep 17 00:00:00 2001 From: Eli Grey <~@eligrey.com> Date: Fri, 18 Oct 2024 21:46:39 +0000 Subject: [PATCH 2/2] fix prettier --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 4f05ad1..0b5fd78 100644 --- a/src/config.ts +++ b/src/config.ts @@ -21,7 +21,7 @@ const { languages, dismissedViewState = 'Hidden', nonce, - inlineCss + inlineCss, } = settings; /**