diff --git a/.changeset/mighty-mugs-accept.md b/.changeset/mighty-mugs-accept.md deleted file mode 100644 index 2063535d68..0000000000 --- a/.changeset/mighty-mugs-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@adyen/adyen-web": patch ---- - -Correct the T&C links for Riverty, remove the B2B T&C link, and change the text from 'AfterPay' to 'Riverty'. diff --git a/packages/e2e-playwright/package.json b/packages/e2e-playwright/package.json index 6580d165dd..d3e04fb368 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.53.2" + "@adyen/adyen-web": "5.53.3" } } diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 87baa883d3..7ea2f2678c 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.53.2" + "@adyen/adyen-web": "5.53.3" } } diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index d2407ab984..2259ac80ce 100644 --- a/packages/lib/CHANGELOG.md +++ b/packages/lib/CHANGELOG.md @@ -1,5 +1,11 @@ # @adyen/adyen-web +## 5.53.3 + +### Patch Changes + +- Correct the T&C links for Riverty, remove the B2B T&C link, and change the text from 'AfterPay' to 'Riverty'. ([#2422](https://github.com/Adyen/adyen-web/pull/2422)) + ## 5.53.2 ### Patch Changes diff --git a/packages/lib/package.json b/packages/lib/package.json index 84e9576a33..26004fbda6 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -25,7 +25,7 @@ "./dist/es/adyen.css": "./dist/es/adyen.css", "./package.json": "./package.json" }, - "version": "5.53.2", + "version": "5.53.3", "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 2a63b6f574..6d2ae1e611 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.53.2" + "@adyen/adyen-web": "5.53.3" } }