diff --git a/.changeset/empty-files-cough.md b/.changeset/empty-files-cough.md deleted file mode 100644 index 523f45d922..0000000000 --- a/.changeset/empty-files-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Resolve the issue where `GooglePayButton` fails to pass `buttonRadius` to the `createButton` function when the value is 0. diff --git a/.changeset/fresh-lamps-raise.md b/.changeset/fresh-lamps-raise.md deleted file mode 100644 index 5c734e6d2c..0000000000 --- a/.changeset/fresh-lamps-raise.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@adyen/adyen-web': minor ---- - -Start tracking API errors for the following endpoints for analytics purposes: -- `/sessions/${session.id}/payments` -- `/sessions/${session.id}/orders` -- `/sessions/${session.id}/paymentDetails` -- `v1/submitThreeDS2Fingerprint` \ No newline at end of file diff --git a/.changeset/fresh-terms-love.md b/.changeset/fresh-terms-love.md deleted file mode 100644 index 4849b47d10..0000000000 --- a/.changeset/fresh-terms-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Klarna - Fix issue where Klarna as standalone component didn't initialize the Klarna Widget SDK accordingly diff --git a/.changeset/nice-bats-exist.md b/.changeset/nice-bats-exist.md deleted file mode 100644 index 0492deb784..0000000000 --- a/.changeset/nice-bats-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Fixes Click to Pay link looking buttons into proper buttons diff --git a/.changeset/polite-ladybugs-count.md b/.changeset/polite-ladybugs-count.md deleted file mode 100644 index 5cc77b868e..0000000000 --- a/.changeset/polite-ladybugs-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Fix the styles for the remove stored card confirmation to ensure responsiveness on smaller devices. \ No newline at end of file diff --git a/.changeset/young-houses-grow.md b/.changeset/young-houses-grow.md deleted file mode 100644 index ff38d963f6..0000000000 --- a/.changeset/young-houses-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Adding missing Trustly translations diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index f7339149f3..0eaef53437 100644 --- a/packages/lib/CHANGELOG.md +++ b/packages/lib/CHANGELOG.md @@ -1,5 +1,28 @@ # @adyen/adyen-web +## 6.7.0 + +### Minor Changes + +- Start tracking API errors for the following endpoints for analytics purposes: ([#3035](https://github.com/Adyen/adyen-web/pull/3035)) + + - `/sessions/${session.id}/payments` + - `/sessions/${session.id}/orders` + - `/sessions/${session.id}/paymentDetails` + - `v1/submitThreeDS2Fingerprint` + +### Patch Changes + +- Resolve the issue where `GooglePayButton` fails to pass `buttonRadius` to the `createButton` function when the value is 0. ([#3039](https://github.com/Adyen/adyen-web/pull/3039)) + +- Klarna - Fix issue where Klarna as standalone component didn't initialize the Klarna Widget SDK accordingly ([#3064](https://github.com/Adyen/adyen-web/pull/3064)) + +- Fixes Click to Pay link looking buttons into proper buttons ([#3029](https://github.com/Adyen/adyen-web/pull/3029)) + +- Fix the styles for the remove stored card confirmation to ensure responsiveness on smaller devices. ([#3037](https://github.com/Adyen/adyen-web/pull/3037)) + +- Adding missing Trustly translations ([#3055](https://github.com/Adyen/adyen-web/pull/3055)) + ## 6.6.0 ### Minor Changes diff --git a/packages/lib/package.json b/packages/lib/package.json index 3c36dbe33b..5ca1c677b5 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/adyen-web", - "version": "6.6.0", + "version": "6.7.0", "license": "MIT", "homepage": "https://docs.adyen.com/checkout", "type": "module", diff --git a/packages/playground/package.json b/packages/playground/package.json index 5a2e6e6db8..729ec15497 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -41,6 +41,6 @@ "whatwg-fetch": "^3.6.2" }, "dependencies": { - "@adyen/adyen-web": "6.6.0" + "@adyen/adyen-web": "6.7.0" } }