diff --git a/.changeset/cool-hotels-remember.md b/.changeset/cool-hotels-remember.md deleted file mode 100644 index efd0ccdafb..0000000000 --- a/.changeset/cool-hotels-remember.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -For all PaymentMethodItems we were adding a class `adyen-checkout__payment-method--{fundingSource}` (where fundingSource was either "credit" or "debit") - -This is meant to be a Card PM specific class to indicate, in the paymentMethods list, whether the card is a credit or debit card. diff --git a/.changeset/fifty-parrots-collect.md b/.changeset/fifty-parrots-collect.md deleted file mode 100644 index d81b6b64c1..0000000000 --- a/.changeset/fifty-parrots-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': minor ---- - -feature: adds new onAddressSelected to fill data when an item is selected in AddressSearch diff --git a/.changeset/khaki-fireants-scream.md b/.changeset/khaki-fireants-scream.md deleted file mode 100644 index 116d56e0e7..0000000000 --- a/.changeset/khaki-fireants-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Fixed Klarna B2B logo for Drop-in diff --git a/.changeset/lemon-emus-wait.md b/.changeset/lemon-emus-wait.md deleted file mode 100644 index 7d3f2c95d6..0000000000 --- a/.changeset/lemon-emus-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': minor ---- - -Click to Pay - Enabling MC/Visa to drop cookies if the shopper gives consent diff --git a/.changeset/old-ears-heal.md b/.changeset/old-ears-heal.md deleted file mode 100644 index 758a514739..0000000000 --- a/.changeset/old-ears-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': minor ---- - -Click to Pay - Replacing loading gif by animated SVGs diff --git a/.changeset/swift-rice-punch.md b/.changeset/swift-rice-punch.md deleted file mode 100644 index 4cac281515..0000000000 --- a/.changeset/swift-rice-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Pass the `browserInfo` in the `state.data` for the Redirect payments, in order to fix the mobile web integration for some redirect payments. diff --git a/packages/e2e-playwright/package.json b/packages/e2e-playwright/package.json index 87de2821f2..ade6b5d9d4 100644 --- a/packages/e2e-playwright/package.json +++ b/packages/e2e-playwright/package.json @@ -26,6 +26,6 @@ "webpack-dev-server": "4.15.1" }, "dependencies": { - "@adyen/adyen-web": "5.53.3" + "@adyen/adyen-web": "5.54.0" } } diff --git a/packages/e2e/package.json b/packages/e2e/package.json index dac3741e1b..ea07ddbcbf 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -41,6 +41,6 @@ "whatwg-fetch": "^3.6.2" }, "dependencies": { - "@adyen/adyen-web": "5.53.3" + "@adyen/adyen-web": "5.54.0" } } diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index 2259ac80ce..a3541a60fb 100644 --- a/packages/lib/CHANGELOG.md +++ b/packages/lib/CHANGELOG.md @@ -1,5 +1,25 @@ # @adyen/adyen-web +## 5.54.0 + +### Minor Changes + +- feature: adds new onAddressSelected to fill data when an item is selected in AddressSearch ([#2406](https://github.com/Adyen/adyen-web/pull/2406)) + +- Click to Pay - Enabling MC/Visa to drop cookies if the shopper gives consent ([#2409](https://github.com/Adyen/adyen-web/pull/2409)) + +- Click to Pay - Replacing loading gif by animated SVGs ([#2435](https://github.com/Adyen/adyen-web/pull/2435)) + +### Patch Changes + +- For all PaymentMethodItems we were adding a class `adyen-checkout__payment-method--{fundingSource}` (where fundingSource was either "credit" or "debit") ([#2465](https://github.com/Adyen/adyen-web/pull/2465)) + + This is meant to be a Card PM specific class to indicate, in the paymentMethods list, whether the card is a credit or debit card. + +- Fixed Klarna B2B logo for Drop-in ([#2458](https://github.com/Adyen/adyen-web/pull/2458)) + +- Pass the `browserInfo` in the `state.data` for the Redirect payments, in order to fix the mobile web integration for some redirect payments. ([#2469](https://github.com/Adyen/adyen-web/pull/2469)) + ## 5.53.3 ### Patch Changes diff --git a/packages/lib/package.json b/packages/lib/package.json index 44e6dbc02f..e18626f05a 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -25,7 +25,7 @@ "./dist/es/adyen.css": "./dist/es/adyen.css", "./package.json": "./package.json" }, - "version": "5.53.3", + "version": "5.54.0", "license": "MIT", "homepage": "https://docs.adyen.com/checkout", "repository": "github:Adyen/adyen-web", diff --git a/packages/playground/package.json b/packages/playground/package.json index 36aa2dc40c..bc7a524554 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -41,6 +41,6 @@ "whatwg-fetch": "^3.6.2" }, "dependencies": { - "@adyen/adyen-web": "5.53.3" + "@adyen/adyen-web": "5.54.0" } }