From c99e2068f3ef1ef49d54b217eddc62b35d04a6b5 Mon Sep 17 00:00:00 2001 From: Roman Seidelsohn Date: Fri, 10 Nov 2023 11:59:00 +0100 Subject: [PATCH] Update package.json AND HISTORY at the same time - seems to be required --- .../packages/global-customer-satisfaction-input/HISTORY.md | 2 +- .../packages/global-customer-satisfaction-input/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toolkits/global/packages/global-customer-satisfaction-input/HISTORY.md b/toolkits/global/packages/global-customer-satisfaction-input/HISTORY.md index fbe0ee60a..4188b89f7 100644 --- a/toolkits/global/packages/global-customer-satisfaction-input/HISTORY.md +++ b/toolkits/global/packages/global-customer-satisfaction-input/HISTORY.md @@ -1,7 +1,7 @@ # History ## 1.3.0 (2024-11-10) - * Appends userJourneys and additionalInfo parameters to the generated survey URL if available. + * Appends userJourneys and additionalInfo parameters to the generated survey URL if available ## 1.0.3 (2023-09-18) * Fixes issue with visually hidden elements causing an overflow due to absolute positioning. diff --git a/toolkits/global/packages/global-customer-satisfaction-input/package.json b/toolkits/global/packages/global-customer-satisfaction-input/package.json index 21a178c89..f0df1008a 100644 --- a/toolkits/global/packages/global-customer-satisfaction-input/package.json +++ b/toolkits/global/packages/global-customer-satisfaction-input/package.json @@ -3,7 +3,7 @@ "version": "1.1.0", "license": "MIT", "description": "HTML form based component for gathering customer satisfaction data", - "keywords": ["survey"], + "keywords": ["survey", "customer"], "author": "Springer Nature", "brandContext": "^32.0.0" }