[ci] release main (#2518)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-01-15 17:24:01 +01:00
committed by GitHub
parent 0e254c3402
commit 3f5f4356d7
6 changed files with 12 additions and 10 deletions

View File

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

View File

@@ -26,6 +26,6 @@
"webpack-dev-server": "4.15.1"
},
"dependencies": {
"@adyen/adyen-web": "5.56.0"
"@adyen/adyen-web": "5.56.1"
}
}

View File

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

View File

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

View File

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

View File

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