diff --git a/.changeset/mighty-mugs-accept.md b/.changeset/mighty-mugs-accept.md deleted file mode 100644 index 2063535d..00000000 --- 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 6580d165..d3e04fb3 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 87baa883..7ea2f267 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 d2407ab9..2259ac80 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 84e9576a..26004fbd 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 2a63b6f5..6d2ae1e6 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" } }