mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-09 23:51:22 +00:00
[ci] release main (#2518)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0e254c3402
commit
3f5f4356d7
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@adyen/adyen-web": patch
|
||||
---
|
||||
|
||||
For the regular card payment, in case of a zero-auth transaction, the pay button label is changed to `Save details`, and the `Save for my next payment` checkbox is removed.
|
||||
The drop-in component shows `Details saved` as the success message for such transaction.
|
||||
@@ -26,6 +26,6 @@
|
||||
"webpack-dev-server": "4.15.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.56.0"
|
||||
"@adyen/adyen-web": "5.56.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.56.0"
|
||||
"@adyen/adyen-web": "5.56.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @adyen/adyen-web
|
||||
|
||||
## 5.56.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- For the regular card payment, in case of a zero-auth transaction, the pay button label is changed to `Save details`, and the `Save for my next payment` checkbox is removed. ([#2514](https://github.com/Adyen/adyen-web/pull/2514))
|
||||
|
||||
The drop-in component shows `Details saved` as the success message for such transaction.
|
||||
|
||||
## 5.56.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"./dist/es/adyen.css": "./dist/es/adyen.css",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"version": "5.56.0",
|
||||
"version": "5.56.1",
|
||||
"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.56.0"
|
||||
"@adyen/adyen-web": "5.56.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user