Skip to content

Commit

Permalink
[ci] release main (#2899)
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 Oct 21, 2024
1 parent 33035a9 commit ae75bea
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-balloons-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-masks-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-camels-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-kiwis-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-queens-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-rules-beam.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": "6.3.0"
"@adyen/adyen-web": "6.4.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": "6.3.0"
"@adyen/adyen-web": "6.4.0"
}
}
18 changes: 18 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @adyen/adyen-web

## 6.4.0

### Minor Changes

- All actions lead to a call to the onActionHandled callback. With the exception of 3DS2 actions this callback is always passed the original action object. ([#2892](https://github.com/Adyen/adyen-web/pull/2892))

- Adds selector for savings and checking accounts on ACH component ([#2898](https://github.com/Adyen/adyen-web/pull/2898))

- Export CustomTranslations type ([#2905](https://github.com/Adyen/adyen-web/pull/2905))

### Patch Changes

- Calling actions.reject() in the beforeSubmit callback should leave the UI in the current state. Fixes situation where it leads to a call to handleFailedResult which ultimately leads to a call to the onPaymentFailed callback and sets the UI to an error state ([#2901](https://github.com/Adyen/adyen-web/pull/2901))

- Small optimisation to only call document.querySelector once, rather than three times ([#2895](https://github.com/Adyen/adyen-web/pull/2895))

- Added optional chaining operator to postMessage handler function. Fixes issue where 'get-process-message.handler.js' caused exceptions due to stray postMessages without properly formed events ([#2894](https://github.com/Adyen/adyen-web/pull/2894))

## 6.3.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
@@ -1,6 +1,6 @@
{
"name": "@adyen/adyen-web",
"version": "6.3.0",
"version": "6.4.0",
"license": "MIT",
"homepage": "https://docs.adyen.com/checkout",
"type": "module",
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": "6.3.0"
"@adyen/adyen-web": "6.4.0"
}
}

0 comments on commit ae75bea

Please sign in to comment.