mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
[ci] release main (#2345)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
cb1564c96f
commit
4ca798ca7a
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@adyen/adyen-web": patch
|
||||
---
|
||||
|
||||
fix: remove inline style applied to iframe
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@adyen/adyen-web": patch
|
||||
---
|
||||
|
||||
fix: Clear timeouts on SecuredFieldsProvider when unmounting the component
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': minor
|
||||
---
|
||||
|
||||
adds support for ANCV payment method
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@adyen/adyen-web": patch
|
||||
---
|
||||
|
||||
fix(personalDetails): classNameModifiers for dateOfBirth
|
||||
@@ -25,6 +25,6 @@
|
||||
"webpack-dev-server": "4.13.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.51.0"
|
||||
"@adyen/adyen-web": "5.52.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.51.0"
|
||||
"@adyen/adyen-web": "5.52.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.51.0"
|
||||
"@adyen/adyen-web": "5.52.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user