Skip to content

Commit 012fceb

Browse files
[ci] release main (#3775)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d0c299 commit 012fceb

File tree

8 files changed

+18
-24
lines changed

8 files changed

+18
-24
lines changed

.changeset/cold-apes-walk.md

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

.changeset/four-drinks-sniff.md

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

.changeset/full-games-shop.md

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

.changeset/major-moles-flow.md

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

packages/lib/CHANGELOG.md

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

3+
## 6.30.0
4+
5+
### Minor Changes
6+
7+
- Improved: remove usused css classses ([#3776](https://github.com/Adyen/adyen-web/pull/3776))
8+
9+
- Fix: Removed UPI Collect support to comply with NPCI regulations, updating default flows to QR code for desktop and Intent for mobile. ([#3777](https://github.com/Adyen/adyen-web/pull/3777))
10+
11+
### Patch Changes
12+
13+
- Fixed: Detect when the containing element for a component that relies on securedFields, is not in the DOM. This means the iframe can never configure since, in order for the window.postMessage to be sent, the iframe has to be in the DOM ([#3768](https://github.com/Adyen/adyen-web/pull/3768))
14+
15+
- Fix: Getting checkout attempt ID directly from Analytics module ([#3781](https://github.com/Adyen/adyen-web/pull/3781))
16+
317
## 6.29.0
418

519
### 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.29.0",
3+
"version": "6.30.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
@@ -40,6 +40,6 @@
4040
"whatwg-fetch": "^3.6.2"
4141
},
4242
"dependencies": {
43-
"@adyen/adyen-web": "6.29.0"
43+
"@adyen/adyen-web": "6.30.0"
4444
}
4545
}

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ __metadata:
3131
version: 0.0.0-use.local
3232
resolution: "@adyen/adyen-web-playground@workspace:packages/playground"
3333
dependencies:
34-
"@adyen/adyen-web": "npm:6.29.0"
34+
"@adyen/adyen-web": "npm:6.30.0"
3535
"@adyen/adyen-web-server": "npm:1.0.0"
3636
autoprefixer: "npm:^10.4.9"
3737
core-js-pure: "npm:^3.25.3"
@@ -75,7 +75,7 @@ __metadata:
7575
languageName: unknown
7676
linkType: soft
7777

78-
"@adyen/adyen-web@npm:6.29.0, @adyen/adyen-web@workspace:packages/lib":
78+
"@adyen/adyen-web@npm:6.30.0, @adyen/adyen-web@workspace:packages/lib":
7979
version: 0.0.0-use.local
8080
resolution: "@adyen/adyen-web@workspace:packages/lib"
8181
dependencies:

0 commit comments

Comments
 (0)