Skip to content

Commit

Permalink
Merge pull request #1389 from Adyen/release/5.3.1
Browse files Browse the repository at this point in the history
Release 5.3.1
  • Loading branch information
ribeiroguilherme authored Nov 26, 2021
2 parents b701bac + 063b593 commit b38eb42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@adyen/adyen-web": "5.3.0"
"@adyen/adyen-web": "5.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'];

Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@adyen/adyen-web": "5.3.0"
"@adyen/adyen-web": "5.3.1"
}
}

0 comments on commit b38eb42

Please sign in to comment.