[ci] release main (#2497)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-01-09 15:50:55 +01:00
committed by GitHub
parent 8ea9ded8ac
commit a701162af2
10 changed files with 20 additions and 29 deletions

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': patch
---
Improve the payment status check call for QR payments.

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': minor
---
Add support for the PayMe payment method.

View File

@@ -1,5 +0,0 @@
---
"@adyen/adyen-web": patch
---
Fix incorrect grammar German pay button

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': patch
---
update sessionData after /setup call

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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