Skip to content

Commit 7fcd0f5

Browse files
authored
Merge pull request #3091 from Adyen/chore/update_sf_version
Update securedFields version to 5.5.0 (supports font size set in rem)
2 parents b644cc6 + 4bd10f7 commit 7fcd0f5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/silver-poets-happen.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@adyen/adyen-web': patch
3+
---
4+
5+
Update securedFields version to 5.5.0 (supports font size set in rem)

packages/lib/src/components/internal/SecuredFields/lib/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const ENCRYPTED_SECURITY_CODE_4_DIGITS = 'encryptedSecurityCode4digits';
1717

1818
export const GIFT_CARD = 'giftcard';
1919

20-
export const SF_VERSION = '5.4.0';
20+
export const SF_VERSION = '5.5.0';
2121

2222
export const DEFAULT_CARD_GROUP_TYPES = ['amex', 'mc', 'visa'];
2323

0 commit comments

Comments
 (0)