From 063b5930e207258e9cd3f2a3919d00e99f08be55 Mon Sep 17 00:00:00 2001 From: guilhermer Date: Fri, 26 Nov 2021 17:04:03 +0100 Subject: [PATCH] feat: release 5.3.1 --- packages/e2e/package.json | 2 +- packages/lib/package.json | 2 +- .../internal/SecuredFields/lib/configuration/constants.ts | 2 +- packages/playground/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 439b0b897e..321e07329a 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -44,6 +44,6 @@ "whatwg-fetch": "^3.6.2" }, "dependencies": { - "@adyen/adyen-web": "5.3.0" + "@adyen/adyen-web": "5.3.1" } } diff --git a/packages/lib/package.json b/packages/lib/package.json index 0a7362553e..54a8ef27c6 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -22,7 +22,7 @@ "./dist/adyen.css": "./dist/adyen.css", "./package.json": "./package.json" }, - "version": "5.3.0", + "version": "5.3.1", "license": "MIT", "homepage": "https://docs.adyen.com/checkout", "repository": "github:Adyen/adyen-web", diff --git a/packages/lib/src/components/internal/SecuredFields/lib/configuration/constants.ts b/packages/lib/src/components/internal/SecuredFields/lib/configuration/constants.ts index df13dddb88..d917798f73 100644 --- a/packages/lib/src/components/internal/SecuredFields/lib/configuration/constants.ts +++ b/packages/lib/src/components/internal/SecuredFields/lib/configuration/constants.ts @@ -16,7 +16,7 @@ export const GIFT_CARD = 'giftcard'; export const ENCRYPTED_BANK_ACCNT_NUMBER_FIELD = 'encryptedBankAccountNumber'; export const ENCRYPTED_BANK_LOCATION_FIELD = 'encryptedBankLocationId'; -export const SF_VERSION = '3.7.3'; +export const SF_VERSION = '3.7.2'; export const DEFAULT_CARD_GROUP_TYPES = ['amex', 'mc', 'visa']; diff --git a/packages/playground/package.json b/packages/playground/package.json index 3ab98a528e..dc0fe2007a 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -46,6 +46,6 @@ "whatwg-fetch": "^3.6.2" }, "dependencies": { - "@adyen/adyen-web": "5.3.0" + "@adyen/adyen-web": "5.3.1" } }