mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
[ci] release main (#2497)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8ea9ded8ac
commit
a701162af2
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
Improve the payment status check call for QR payments.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': minor
|
||||
---
|
||||
|
||||
Add support for the PayMe payment method.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@adyen/adyen-web": patch
|
||||
---
|
||||
|
||||
Fix incorrect grammar German pay button
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
update sessionData after /setup call
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
Detect when the value of a data-cse attribute is not supported, and don't create a SF for it
|
||||
@@ -26,6 +26,6 @@
|
||||
"webpack-dev-server": "4.15.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.55.1"
|
||||
"@adyen/adyen-web": "5.56.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.55.1"
|
||||
"@adyen/adyen-web": "5.56.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @adyen/adyen-web
|
||||
|
||||
## 5.56.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Add support for the PayMe payment method. ([#2476](https://github.com/Adyen/adyen-web/pull/2476))
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Improve the payment status check call for QR payments. ([#2506](https://github.com/Adyen/adyen-web/pull/2506))
|
||||
|
||||
- Fix incorrect grammar German pay button ([#2505](https://github.com/Adyen/adyen-web/pull/2505))
|
||||
|
||||
- update sessionData after /setup call ([#2504](https://github.com/Adyen/adyen-web/pull/2504))
|
||||
|
||||
- Detect when the value of a data-cse attribute is not supported, and don't create a SF for it ([#2495](https://github.com/Adyen/adyen-web/pull/2495))
|
||||
|
||||
## 5.55.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"./dist/es/adyen.css": "./dist/es/adyen.css",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"version": "5.55.1",
|
||||
"version": "5.56.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.55.1"
|
||||
"@adyen/adyen-web": "5.56.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user