[ci] release main (#2345)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-10-11 11:33:43 +02:00
committed by GitHub
parent cb1564c96f
commit 4ca798ca7a
9 changed files with 18 additions and 24 deletions

View File

@@ -1,5 +0,0 @@
---
"@adyen/adyen-web": patch
---
fix: remove inline style applied to iframe

View File

@@ -1,5 +0,0 @@
---
"@adyen/adyen-web": patch
---
fix: Clear timeouts on SecuredFieldsProvider when unmounting the component

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': minor
---
adds support for ANCV payment method

View File

@@ -1,5 +0,0 @@
---
"@adyen/adyen-web": patch
---
fix(personalDetails): classNameModifiers for dateOfBirth

View File

@@ -25,6 +25,6 @@
"webpack-dev-server": "4.13.3"
},
"dependencies": {
"@adyen/adyen-web": "5.51.0"
"@adyen/adyen-web": "5.52.0"
}
}

View File

@@ -41,6 +41,6 @@
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@adyen/adyen-web": "5.51.0"
"@adyen/adyen-web": "5.52.0"
}
}

View File

@@ -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

View File

@@ -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",

View File

@@ -41,6 +41,6 @@
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@adyen/adyen-web": "5.51.0"
"@adyen/adyen-web": "5.52.0"
}
}