From a2fa99bd71eae96a45fe7868f64f80f3a23efa86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 15:28:15 +0200 Subject: [PATCH] Release 5.44.0 (#2201) Co-authored-by: github-actions[bot] --- .changeset/honest-cherries-wash.md | 5 ----- .changeset/purple-spoons-talk.md | 5 ----- .changeset/short-poets-wonder.md | 5 ----- .changeset/witty-suns-beg.md | 5 ----- packages/e2e-playwright/package.json | 2 +- packages/e2e/package.json | 2 +- packages/lib/CHANGELOG.md | 15 +++++++++++++++ packages/lib/package.json | 2 +- packages/playground/package.json | 2 +- 9 files changed, 19 insertions(+), 24 deletions(-) delete mode 100644 .changeset/honest-cherries-wash.md delete mode 100644 .changeset/purple-spoons-talk.md delete mode 100644 .changeset/short-poets-wonder.md delete mode 100644 .changeset/witty-suns-beg.md create mode 100644 packages/lib/CHANGELOG.md diff --git a/.changeset/honest-cherries-wash.md b/.changeset/honest-cherries-wash.md deleted file mode 100644 index 61a0f5f4..00000000 --- a/.changeset/honest-cherries-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Prevent double readout of PM names, by a screenreader, in Dropin. diff --git a/.changeset/purple-spoons-talk.md b/.changeset/purple-spoons-talk.md deleted file mode 100644 index 0731239c..00000000 --- a/.changeset/purple-spoons-talk.md +++ /dev/null @@ -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. \ No newline at end of file diff --git a/.changeset/short-poets-wonder.md b/.changeset/short-poets-wonder.md deleted file mode 100644 index 4ce15f3e..00000000 --- a/.changeset/short-poets-wonder.md +++ /dev/null @@ -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 diff --git a/.changeset/witty-suns-beg.md b/.changeset/witty-suns-beg.md deleted file mode 100644 index 8796de31..00000000 --- a/.changeset/witty-suns-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': minor ---- - -Adding support for the payment method Cash App Pay diff --git a/packages/e2e-playwright/package.json b/packages/e2e-playwright/package.json index 937710bb..432be119 100644 --- a/packages/e2e-playwright/package.json +++ b/packages/e2e-playwright/package.json @@ -25,6 +25,6 @@ "webpack-dev-server": "4.13.3" }, "dependencies": { - "@adyen/adyen-web": "5.43.1" + "@adyen/adyen-web": "5.44.0" } } diff --git a/packages/e2e/package.json b/packages/e2e/package.json index fab14c06..fb229eae 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -41,6 +41,6 @@ "whatwg-fetch": "^3.6.2" }, "dependencies": { - "@adyen/adyen-web": "5.43.1" + "@adyen/adyen-web": "5.44.0" } } diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md new file mode 100644 index 00000000..da0bcbbd --- /dev/null +++ b/packages/lib/CHANGELOG.md @@ -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)) diff --git a/packages/lib/package.json b/packages/lib/package.json index 79a2d5cb..7e661efc 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -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", diff --git a/packages/playground/package.json b/packages/playground/package.json index f1ecf1a1..38690188 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -41,6 +41,6 @@ "whatwg-fetch": "^3.6.2" }, "dependencies": { - "@adyen/adyen-web": "5.43.1" + "@adyen/adyen-web": "5.44.0" } }