Skip to content

Commit 5c35298

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

File tree

8 files changed

+16
-18
lines changed

8 files changed

+16
-18
lines changed

.changeset/afraid-phones-suffer.md

-5
This file was deleted.

.changeset/ctp.md

-4
This file was deleted.

.changeset/loud-cars-drop.md

-5
This file was deleted.

packages/e2e-playwright/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"webpack-dev-server": "4.15.1"
2727
},
2828
"dependencies": {
29-
"@adyen/adyen-web": "6.2.0"
29+
"@adyen/adyen-web": "6.3.0"
3030
}
3131
}

packages/e2e/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.2.0"
44+
"@adyen/adyen-web": "6.3.0"
4545
}
4646
}

packages/lib/CHANGELOG.md

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

3+
## 6.3.0
4+
5+
### Minor Changes
6+
7+
- Pay by Bank US now shows whitelabel branding ([#2861](https://github.com/Adyen/adyen-web/pull/2861))
8+
9+
### Patch Changes
10+
11+
- Reporting custom Click to Pay Visa timeouts to Visa SDK ([#2869](https://github.com/Adyen/adyen-web/pull/2869))
12+
13+
- Click to Pay - Fixed ENTER keypress behavior ([#2874](https://github.com/Adyen/adyen-web/pull/2874))
14+
315
## 6.2.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.2.0",
3+
"version": "6.3.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.2.0"
44+
"@adyen/adyen-web": "6.3.0"
4545
}
4646
}

0 commit comments

Comments
 (0)