Skip to content

Commit 9b6713e

Browse files
[ci] release main (#3482)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b3b0a65 commit 9b6713e

File tree

8 files changed

+18
-27
lines changed

8 files changed

+18
-27
lines changed

.changeset/all-tables-leave.md

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

.changeset/every-things-say.md

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

.changeset/legal-crabs-smell.md

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

.changeset/loose-papayas-tan.md

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

.changeset/slimy-waves-smoke.md

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

packages/lib/CHANGELOG.md

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

3+
## 6.22.0
4+
5+
### Minor Changes
6+
7+
- Adjust the existing UPI component to support UPI Autopay. ([#3465](https://github.com/Adyen/adyen-web/pull/3465))
8+
9+
### Patch Changes
10+
11+
- Analytics - Patching attempt ID when page refreshes ([#3491](https://github.com/Adyen/adyen-web/pull/3491))
12+
13+
- fix: OnAddressSelectedType typing ([#3499](https://github.com/Adyen/adyen-web/pull/3499))
14+
15+
- fix: focus bug when having multiple IssuerLists inside dropin ([#3498](https://github.com/Adyen/adyen-web/pull/3498))
16+
17+
- Fix PayTo aria-controls poiting to wrong IDs ([#3475](https://github.com/Adyen/adyen-web/pull/3475))
18+
319
## 6.21.0
420

521
### Minor 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.21.0",
3+
"version": "6.22.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.21.0"
44+
"@adyen/adyen-web": "6.22.0"
4545
}
4646
}

0 commit comments

Comments
 (0)