Release 5.44.0 (#2201)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-06-05 15:28:15 +02:00
committed by GitHub
parent 09df8a09b7
commit a2fa99bd71
9 changed files with 19 additions and 24 deletions

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': patch
---
Prevent double readout of PM names, by a screenreader, in Dropin.

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': minor
---
Feeds the count-down information to the SR panel and refactor the Countdown to a functional component with A11y reporter custom hook.

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': patch
---
Fixes for/id in the label of the select field pointing to the outer div instead of the correct combobox input

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': minor
---
Adding support for the payment method Cash App Pay

View File

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

View File

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

15
packages/lib/CHANGELOG.md Normal file
View File

@@ -0,0 +1,15 @@
# @adyen/adyen-web
## 5.44.0
### Minor Changes
- Feeds the count-down information to the SR panel and refactor the Countdown to a functional component with A11y reporter custom hook. ([#2182](https://github.com/Adyen/adyen-web/pull/2182))
- Adding support for the payment method Cash App Pay ([#2105](https://github.com/Adyen/adyen-web/pull/2105))
### Patch Changes
- Prevent double readout of PM names, by a screenreader, in Dropin. ([#2206](https://github.com/Adyen/adyen-web/pull/2206))
- Fixes for/id in the label of the select field pointing to the outer div instead of the correct combobox input ([#2205](https://github.com/Adyen/adyen-web/pull/2205))

View File

@@ -24,7 +24,7 @@
"./dist/es/adyen.css": "./dist/es/adyen.css",
"./package.json": "./package.json"
},
"version": "5.43.1",
"version": "5.44.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.43.1"
"@adyen/adyen-web": "5.44.0"
}
}