Skip to content

Commit aeb4460

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

12 files changed

+24
-39
lines changed

.changeset/cool-comics-own.md

-5
This file was deleted.

.changeset/polite-timers-sniff.md

-5
This file was deleted.

.changeset/purple-rules-jump.md

-5
This file was deleted.

.changeset/rotten-flies-bathe.md

-5
This file was deleted.

.changeset/stale-toys-smash.md

-5
This file was deleted.

.changeset/swift-emus-complain.md

-5
This file was deleted.

.changeset/tough-carrots-jog.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.1.1"
29+
"@adyen/adyen-web": "6.2.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.1.1"
44+
"@adyen/adyen-web": "6.2.0"
4545
}
4646
}

packages/lib/CHANGELOG.md

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

3+
## 6.2.0
4+
5+
### Minor Changes
6+
7+
- Always make call to analytics setup endpoint ([#2838](https://github.com/Adyen/adyen-web/pull/2838))
8+
9+
### Patch Changes
10+
11+
- Fixes regression and allows Enter key to validate/submit ([#2837](https://github.com/Adyen/adyen-web/pull/2837))
12+
13+
- send browserInfo in setup call ([#2847](https://github.com/Adyen/adyen-web/pull/2847))
14+
15+
- Dropin: Filtering out payment method type before creating the payment method element ([#2852](https://github.com/Adyen/adyen-web/pull/2852))
16+
17+
- Fixing adyen.css file exposure for Webpack 4 projects ([#2855](https://github.com/Adyen/adyen-web/pull/2855))
18+
19+
- Change ApplePaySession type to optional in window interface ([#2836](https://github.com/Adyen/adyen-web/pull/2836))
20+
21+
- Fixing reliability Sonarcloud issues related to ApplePayService ([#2846](https://github.com/Adyen/adyen-web/pull/2846))
22+
323
## 6.1.1
424

525
### 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.1.1",
3+
"version": "6.2.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.1.1"
44+
"@adyen/adyen-web": "6.2.0"
4545
}
4646
}

0 commit comments

Comments
 (0)