Merge pull request #2326 from Adyen/changeset-release/main

[ci] Release main
This commit is contained in:
sponglord
2023-09-11 16:00:31 +02:00
committed by GitHub
6 changed files with 10 additions and 9 deletions

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': minor
---
Add 'redirectFromTopWhenInIframe' config prop to allow top level redirect when Checkout loaded in an iframe

View File

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

View File

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

View File

@@ -1,5 +1,11 @@
# @adyen/adyen-web
## 5.51.0
### Minor Changes
- Add 'redirectFromTopWhenInIframe' config prop to allow top level redirect when Checkout loaded in an iframe ([#2325](https://github.com/Adyen/adyen-web/pull/2325))
## 5.50.1
### Patch Changes

View File

@@ -24,7 +24,7 @@
"./dist/es/adyen.css": "./dist/es/adyen.css",
"./package.json": "./package.json"
},
"version": "5.50.1",
"version": "5.51.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.50.1"
"@adyen/adyen-web": "5.51.0"
}
}