Skip to content

Commit

Permalink
[ci] Release main (#2590)
Browse files Browse the repository at this point in the history
* [ci] release main

* chore: enable googlepay for playground drop-in session flow

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yu Long <[email protected]>
  • Loading branch information
3 people authored Mar 11, 2024
1 parent e440a5c commit 3ce12ef
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-zebras-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-lemons-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-boxes-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-socks-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-points-knock.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.59.0"
"@adyen/adyen-web": "5.60.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.59.0"
"@adyen/adyen-web": "5.60.0"
}
}
16 changes: 16 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @adyen/adyen-web

## 5.60.0

### Minor Changes

- Add support for new Donation properties. ([#2572](https://github.com/Adyen/adyen-web/pull/2572))

- Starting using /checkoutanalytics endpoint to retrieve "checkoutAttemptId" log "submit" and "action-handled" events ([#2234](https://github.com/Adyen/adyen-web/pull/2234))

### Patch Changes

- Sanitize `billingAddress` when making a `/payments` call. Remove `firstName` and `lastName` in the `billingAddress` for non Riverty payments. ([#2591](https://github.com/Adyen/adyen-web/pull/2591))

- For regular card, zero auth payments, we store the payment method only if the configuration says we should ([#2589](https://github.com/Adyen/adyen-web/pull/2589))

- Updating applepay typescript types and fixing challengeWindowSize prop ([#2584](https://github.com/Adyen/adyen-web/pull/2584))

## 5.59.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.59.0",
"version": "5.60.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.59.0"
"@adyen/adyen-web": "5.60.0"
}
}
2 changes: 1 addition & 1 deletion packages/playground/src/pages/Dropin/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export async function initSession() {

const dropin = checkout
.create('dropin', {
// instantPaymentTypes: ['googlepay']
instantPaymentTypes: ['googlepay']
})
.mount('#dropin-container');
return [checkout, dropin];
Expand Down

0 comments on commit 3ce12ef

Please sign in to comment.