Skip to content

Commit 5139fad

Browse files
[ci] release main (#3391)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4dd1582 commit 5139fad

File tree

6 files changed

+14
-17
lines changed

6 files changed

+14
-17
lines changed

.changeset/breezy-fans-make.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/early-cloths-find.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/social-banks-pay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/lib/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @adyen/adyen-web
22

3+
## 6.19.0
4+
5+
### Minor Changes
6+
7+
- UI improvements for the `BankTransfer` UI element. ([#3359](https://github.com/Adyen/adyen-web/pull/3359))
8+
9+
### Patch Changes
10+
11+
- Change how Dropin story selects a storedCard, and how we set the alt attr on a storedCard image, after changes to the API response. ([#3395](https://github.com/Adyen/adyen-web/pull/3395))
12+
13+
- ACH - Component pay button now displays "Pay {value}" instead of "Continue purchase" ([#3390](https://github.com/Adyen/adyen-web/pull/3390))
14+
315
## 6.18.1
416

517
### Patch Changes

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/adyen-web",
3-
"version": "6.18.1",
3+
"version": "6.19.0",
44
"license": "MIT",
55
"homepage": "https://docs.adyen.com/checkout",
66
"type": "module",

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
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.18.1"
44+
"@adyen/adyen-web": "6.19.0"
4545
}
4646
}

0 commit comments

Comments
 (0)