Skip to content

Commit

Permalink
[ci] release main (#2698)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 3, 2024
1 parent f1b6856 commit 230c03b
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-students-hunt.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/late-windows-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-planets-tap.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/e2e-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"webpack-dev-server": "4.15.1"
},
"dependencies": {
"@adyen/adyen-web": "5.65.0"
"@adyen/adyen-web": "5.66.0"
}
}
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@adyen/adyen-web": "5.65.0"
"@adyen/adyen-web": "5.66.0"
}
}
15 changes: 15 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @adyen/adyen-web

## 5.66.0

### Minor Changes

- Add upi intent flow to the UPI component. The upi intent flow is shown only on the mobile device if the upi intent app list is provided. ([#2673](https://github.com/Adyen/adyen-web/pull/2673))

If the app list is not provided, we show the default `vpa` mode.
The drop-in component shows only one upi component if the parent `upi` tx_variant is found.

### Patch Changes

- Fix: ACH not respecting showPayButton ([#2696](https://github.com/Adyen/adyen-web/pull/2696))

- Click to Pay - Fixed bug where newly created card was taking priority of used cards in the Card list view, and improved CSS specificity for the Card image size when displaying single Card ([#2694](https://github.com/Adyen/adyen-web/pull/2694))

## 5.65.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"./dist/es/adyen.css": "./dist/es/adyen.css",
"./package.json": "./package.json"
},
"version": "5.65.0",
"version": "5.66.0",
"license": "MIT",
"homepage": "https://docs.adyen.com/checkout",
"repository": "github:Adyen/adyen-web",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@adyen/adyen-web": "5.65.0"
"@adyen/adyen-web": "5.66.0"
}
}

0 comments on commit 230c03b

Please sign in to comment.