diff --git a/.changeset/light-pianos-join.md b/.changeset/light-pianos-join.md deleted file mode 100644 index d50eff558f..0000000000 --- a/.changeset/light-pianos-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@adyen/adyen-web': minor ---- - -Bumping sf version to 4.8.0 which includes a more comprehensive startup log (to help with debugging) diff --git a/.changeset/twelve-clouds-float.md b/.changeset/twelve-clouds-float.md deleted file mode 100644 index 4b8340efb1..0000000000 --- a/.changeset/twelve-clouds-float.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@adyen/adyen-web': patch ---- - -Renaming detectInIframe to the more accurate, but lengthy, detectInIframeInSameOrigin. -Now the functionality only considers itself to be running in an iframe _if_ it is possible to access the parent domain and thus be able to redirect the top, parent, window diff --git a/packages/e2e-playwright/package.json b/packages/e2e-playwright/package.json index ade6b5d9d4..9c3e6997a8 100644 --- a/packages/e2e-playwright/package.json +++ b/packages/e2e-playwright/package.json @@ -26,6 +26,6 @@ "webpack-dev-server": "4.15.1" }, "dependencies": { - "@adyen/adyen-web": "5.54.0" + "@adyen/adyen-web": "5.55.0" } } diff --git a/packages/e2e/package.json b/packages/e2e/package.json index ea07ddbcbf..782c39083d 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.54.0" + "@adyen/adyen-web": "5.55.0" } } diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index a3541a60fb..3d19d3b6e6 100644 --- a/packages/lib/CHANGELOG.md +++ b/packages/lib/CHANGELOG.md @@ -1,5 +1,17 @@ # @adyen/adyen-web +## 5.55.0 + +### Minor Changes + +- Bumping sf version to 4.8.0 which includes a more comprehensive startup log (to help with debugging) ([#2488](https://github.com/Adyen/adyen-web/pull/2488)) + +### Patch Changes + +- Renaming detectInIframe to the more accurate, but lengthy, detectInIframeInSameOrigin. ([#2475](https://github.com/Adyen/adyen-web/pull/2475)) + + Now the functionality only considers itself to be running in an iframe _if_ it is possible to access the parent domain and thus be able to redirect the top, parent, window + ## 5.54.0 ### Minor Changes diff --git a/packages/lib/package.json b/packages/lib/package.json index 3996a1a214..e5feab95ba 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.54.0", + "version": "5.55.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 8eed75de68..74bf8a0281 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.54.0" + "@adyen/adyen-web": "5.55.0" } }