Skip to content

Commit cc2692e

Browse files
[ci] release main (#3206)
* [ci] release main * updated changelog --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ribeiroguilherme <[email protected]>
1 parent 0e87264 commit cc2692e

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

.changeset/famous-kiwis-report.md

-5
This file was deleted.

.changeset/slimy-emus-clean.md

-5
This file was deleted.

packages/lib/CHANGELOG.md

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

3+
## 6.11.0
4+
5+
### Minor Changes
6+
7+
- Allow typing to continue in cardNumber field after panLength result from binLookup ([#3198](https://github.com/Adyen/adyen-web/pull/3198))
8+
9+
### Patch Changes
10+
11+
- Apple Pay - Fixed issue where its iframe detection code crashes server side rendered apps ([#3204](https://github.com/Adyen/adyen-web/pull/3204))
12+
13+
- Card - Fixed issue where clicking on the input field icons were not causing the respective input field to be focused ([#3197](https://github.com/Adyen/adyen-web/pull/3197))
14+
315
## 6.10.0
416

517
### Minor 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.10.0",
3+
"version": "6.11.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.10.0"
44+
"@adyen/adyen-web": "6.11.0"
4545
}
4646
}

0 commit comments

Comments
 (0)