[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:
github-actions[bot]
2023-06-28 11:40:05 +02:00
committed by GitHub
parent ed59983725
commit 347424d3e9
9 changed files with 18 additions and 25 deletions

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': patch
---
- Reverted `threeDSServerTransID` check on challenge completion ([#2231](https://github.com/Adyen/adyen-web/pull/2231))

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': patch
---
Adjusted amount and currency values in the telemetry event

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': patch
---
adds new translations strings

View File

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

View File

@@ -25,6 +25,6 @@
"webpack-dev-server": "4.13.3"
},
"dependencies": {
"@adyen/adyen-web": "5.46.0"
"@adyen/adyen-web": "5.46.1"
}
}

View File

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

View File

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

View File

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

View File

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