From a6bf2d10a38e20d10ae88c747c427d55720155d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:42:44 +0100 Subject: [PATCH] [ci] release main (#2979) Co-authored-by: github-actions[bot] --- .changeset/brown-lions-study.md | 5 ----- .changeset/clever-pants-cover.md | 5 ----- .changeset/dirty-lizards-thank.md | 5 ----- .changeset/new-bags-crash.md | 5 ----- .changeset/strong-boxes-suffer.md | 5 ----- .changeset/tasty-brooms-knock.md | 5 ----- .changeset/thirty-boats-applaud.md | 5 ----- .changeset/wet-forks-invite.md | 5 ----- .changeset/wicked-laws-hang.md | 5 ----- .changeset/young-dragons-thank.md | 5 ----- packages/lib/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/lib/package.json | 2 +- packages/playground/package.json | 2 +- 13 files changed, 28 insertions(+), 52 deletions(-) delete mode 100644 .changeset/brown-lions-study.md delete mode 100644 .changeset/clever-pants-cover.md delete mode 100644 .changeset/dirty-lizards-thank.md delete mode 100644 .changeset/new-bags-crash.md delete mode 100644 .changeset/strong-boxes-suffer.md delete mode 100644 .changeset/tasty-brooms-knock.md delete mode 100644 .changeset/thirty-boats-applaud.md delete mode 100644 .changeset/wet-forks-invite.md delete mode 100644 .changeset/wicked-laws-hang.md delete mode 100644 .changeset/young-dragons-thank.md diff --git a/.changeset/brown-lions-study.md b/.changeset/brown-lions-study.md deleted file mode 100644 index 394dbb2ed..000000000 --- a/.changeset/brown-lions-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': minor ---- - -Updated DonationComponent UI diff --git a/.changeset/clever-pants-cover.md b/.changeset/clever-pants-cover.md deleted file mode 100644 index d6c9e165f..000000000 --- a/.changeset/clever-pants-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -A new barcode endpoint has been created on the backend. This PR generates barCode URLs against that endpoint. diff --git a/.changeset/dirty-lizards-thank.md b/.changeset/dirty-lizards-thank.md deleted file mode 100644 index 6540cfdec..000000000 --- a/.changeset/dirty-lizards-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Fix bug where Country field and State field where not showing the correct required attribute. diff --git a/.changeset/new-bags-crash.md b/.changeset/new-bags-crash.md deleted file mode 100644 index c3063c740..000000000 --- a/.changeset/new-bags-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Send redirection error events to analytics. diff --git a/.changeset/strong-boxes-suffer.md b/.changeset/strong-boxes-suffer.md deleted file mode 100644 index 8e91bdff2..000000000 --- a/.changeset/strong-boxes-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Add fix to reshow card icon if previously it had failed to load diff --git a/.changeset/tasty-brooms-knock.md b/.changeset/tasty-brooms-knock.md deleted file mode 100644 index a44eb6800..000000000 --- a/.changeset/tasty-brooms-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Send `level` field to the analytic `setup` call. If analytics is `enabled`, we send `level` value `all`, otherwise we send `initial`. diff --git a/.changeset/thirty-boats-applaud.md b/.changeset/thirty-boats-applaud.md deleted file mode 100644 index cb95306ff..000000000 --- a/.changeset/thirty-boats-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': minor ---- - -Feat: enable logos for SK and CZ online banking diff --git a/.changeset/wet-forks-invite.md b/.changeset/wet-forks-invite.md deleted file mode 100644 index 247b81443..000000000 --- a/.changeset/wet-forks-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Klarna - Fixed issue where PayLater/PayOverTime payments were not authorized accordingly depending on how the shopper interacted with the Drop-in/Component diff --git a/.changeset/wicked-laws-hang.md b/.changeset/wicked-laws-hang.md deleted file mode 100644 index b95cb0800..000000000 --- a/.changeset/wicked-laws-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Change WeChat Pay QR countdown translation. diff --git a/.changeset/young-dragons-thank.md b/.changeset/young-dragons-thank.md deleted file mode 100644 index 5ffa8f992..000000000 --- a/.changeset/young-dragons-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Hide the default ACH holder name contextual text. diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index 52a3dd4b9..f7339149f 100644 --- a/packages/lib/CHANGELOG.md +++ b/packages/lib/CHANGELOG.md @@ -1,5 +1,31 @@ # @adyen/adyen-web +## 6.6.0 + +### Minor Changes + +- Updated DonationComponent UI ([#2980](https://github.com/Adyen/adyen-web/pull/2980)) + +- Feat: enable logos for SK and CZ online banking ([#2939](https://github.com/Adyen/adyen-web/pull/2939)) + +### Patch Changes + +- A new barcode endpoint has been created on the backend. This PR generates barCode URLs against that endpoint. ([#2936](https://github.com/Adyen/adyen-web/pull/2936)) + +- Fix bug where Country field and State field where not showing the correct required attribute. ([#2944](https://github.com/Adyen/adyen-web/pull/2944)) + +- Send redirection error events to analytics. ([#2973](https://github.com/Adyen/adyen-web/pull/2973)) + +- Add fix to reshow card icon if previously it had failed to load ([#2955](https://github.com/Adyen/adyen-web/pull/2955)) + +- Send `level` field to the analytic `setup` call. If analytics is `enabled`, we send `level` value `all`, otherwise we send `initial`. ([#2933](https://github.com/Adyen/adyen-web/pull/2933)) + +- Klarna - Fixed issue where PayLater/PayOverTime payments were not authorized accordingly depending on how the shopper interacted with the Drop-in/Component ([#3007](https://github.com/Adyen/adyen-web/pull/3007)) + +- Change WeChat Pay QR countdown translation. ([#3006](https://github.com/Adyen/adyen-web/pull/3006)) + +- Hide the default ACH holder name contextual text. ([#3008](https://github.com/Adyen/adyen-web/pull/3008)) + ## 6.5.1 ### Patch Changes diff --git a/packages/lib/package.json b/packages/lib/package.json index e94092450..bb40b79a8 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/adyen-web", - "version": "6.5.1", + "version": "6.6.0", "license": "MIT", "homepage": "https://docs.adyen.com/checkout", "type": "module", diff --git a/packages/playground/package.json b/packages/playground/package.json index 97bd6efe0..4eebbf0f9 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.5.1" + "@adyen/adyen-web": "6.6.0" } }