Skip to content

Commit a6bf2d1

Browse files
[ci] release main (#2979)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b96936d commit a6bf2d1

13 files changed

+28
-52
lines changed

.changeset/brown-lions-study.md

-5
This file was deleted.

.changeset/clever-pants-cover.md

-5
This file was deleted.

.changeset/dirty-lizards-thank.md

-5
This file was deleted.

.changeset/new-bags-crash.md

-5
This file was deleted.

.changeset/strong-boxes-suffer.md

-5
This file was deleted.

.changeset/tasty-brooms-knock.md

-5
This file was deleted.

.changeset/thirty-boats-applaud.md

-5
This file was deleted.

.changeset/wet-forks-invite.md

-5
This file was deleted.

.changeset/wicked-laws-hang.md

-5
This file was deleted.

.changeset/young-dragons-thank.md

-5
This file was deleted.

packages/lib/CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @adyen/adyen-web
22

3+
## 6.6.0
4+
5+
### Minor Changes
6+
7+
- Updated DonationComponent UI ([#2980](https://github.com/Adyen/adyen-web/pull/2980))
8+
9+
- Feat: enable logos for SK and CZ online banking ([#2939](https://github.com/Adyen/adyen-web/pull/2939))
10+
11+
### Patch Changes
12+
13+
- 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))
14+
15+
- Fix bug where Country field and State field where not showing the correct required attribute. ([#2944](https://github.com/Adyen/adyen-web/pull/2944))
16+
17+
- Send redirection error events to analytics. ([#2973](https://github.com/Adyen/adyen-web/pull/2973))
18+
19+
- Add fix to reshow card icon if previously it had failed to load ([#2955](https://github.com/Adyen/adyen-web/pull/2955))
20+
21+
- 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))
22+
23+
- 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))
24+
25+
- Change WeChat Pay QR countdown translation. ([#3006](https://github.com/Adyen/adyen-web/pull/3006))
26+
27+
- Hide the default ACH holder name contextual text. ([#3008](https://github.com/Adyen/adyen-web/pull/3008))
28+
329
## 6.5.1
430

531
### Patch Changes

packages/lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/adyen-web",
3-
"version": "6.5.1",
3+
"version": "6.6.0",
44
"license": "MIT",
55
"homepage": "https://docs.adyen.com/checkout",
66
"type": "module",

packages/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"whatwg-fetch": "^3.6.2"
4242
},
4343
"dependencies": {
44-
"@adyen/adyen-web": "6.5.1"
44+
"@adyen/adyen-web": "6.6.0"
4545
}
4646
}

0 commit comments

Comments
 (0)