Skip to content

Commit

Permalink
Merge pull request #2567 from Adyen/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] Release main
  • Loading branch information
sponglord authored Feb 26, 2024
2 parents 7a1b435 + e003951 commit 5aa9dae
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-kangaroos-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-forks-peel.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.58.0"
"@adyen/adyen-web": "5.59.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.58.0"
"@adyen/adyen-web": "5.59.0"
}
}
10 changes: 10 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @adyen/adyen-web

## 5.59.0

### Minor Changes

- Adding support for PayPal Express Flow ([#2551](https://github.com/Adyen/adyen-web/pull/2551))

### Patch Changes

- For zero auth payments, we always send the `storePaymentMethod` to save the payment details. ([#2571](https://github.com/Adyen/adyen-web/pull/2571))

## 5.58.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.58.0",
"version": "5.59.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.58.0"
"@adyen/adyen-web": "5.59.0"
}
}

0 comments on commit 5aa9dae

Please sign in to comment.