Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Release main #2345

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dirty-bugs-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-jars-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-terms-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-flowers-prove.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 @@ -25,6 +25,6 @@
"webpack-dev-server": "4.13.3"
},
"dependencies": {
"@adyen/adyen-web": "5.51.0"
"@adyen/adyen-web": "5.52.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.51.0"
"@adyen/adyen-web": "5.52.0"
}
}
14 changes: 14 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @adyen/adyen-web

## 5.52.0

### Minor Changes

- adds support for ANCV payment method ([#2293](https://github.com/Adyen/adyen-web/pull/2293))

### Patch Changes

- fix: remove inline style applied to iframe ([#2343](https://github.com/Adyen/adyen-web/pull/2343))

- fix: Clear timeouts on SecuredFieldsProvider when unmounting the component ([#2334](https://github.com/Adyen/adyen-web/pull/2334))

- fix(personalDetails): classNameModifiers for dateOfBirth ([#2344](https://github.com/Adyen/adyen-web/pull/2344))

## 5.51.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 @@ -24,7 +24,7 @@
"./dist/es/adyen.css": "./dist/es/adyen.css",
"./package.json": "./package.json"
},
"version": "5.51.0",
"version": "5.52.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.51.0"
"@adyen/adyen-web": "5.52.0"
}
}