mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
[ci] Release main (#2227)
* [ci] release main * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: António Ferreira <m1aw@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ed59983725
commit
347424d3e9
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
- Reverted `threeDSServerTransID` check on challenge completion ([#2231](https://github.com/Adyen/adyen-web/pull/2231))
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
Adjusted amount and currency values in the telemetry event
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
adds new translations strings
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
- Report to sr panel on payment status for the drop-in and QR code
|
||||
- Remove the duplicated sr panel which has the same id
|
||||
@@ -25,6 +25,6 @@
|
||||
"webpack-dev-server": "4.13.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.46.0"
|
||||
"@adyen/adyen-web": "5.46.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.46.0"
|
||||
"@adyen/adyen-web": "5.46.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @adyen/adyen-web
|
||||
|
||||
## 5.46.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Reverted `threeDSServerTransID` check on challenge completion ([#2231](https://github.com/Adyen/adyen-web/pull/2231)) ([#2238](https://github.com/Adyen/adyen-web/pull/2238))
|
||||
|
||||
- Adjusted amount and currency values in the telemetry event ([#2219](https://github.com/Adyen/adyen-web/pull/2219))
|
||||
|
||||
- Adds new translations strings ([#2239](https://github.com/Adyen/adyen-web/pull/2239))
|
||||
|
||||
- Report to sr panel on payment status for the drop-in and QR code ([#2236](https://github.com/Adyen/adyen-web/pull/2236))
|
||||
|
||||
- Remove the duplicated sr panel which has the same id
|
||||
|
||||
## 5.46.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"./dist/es/adyen.css": "./dist/es/adyen.css",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"version": "5.46.0",
|
||||
"version": "5.46.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.46.0"
|
||||
"@adyen/adyen-web": "5.46.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user