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

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

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': minor
---
Added isExpress configuration to PayPal component

View File

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

View File

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

View File

@@ -1,5 +1,11 @@
# @adyen/adyen-web
## 5.46.0
### Minor Changes
- Added isExpress configuration to PayPal component ([#2220](https://github.com/Adyen/adyen-web/pull/2220))
## 5.45.0
### Minor Changes

View File

@@ -24,7 +24,7 @@
"./dist/es/adyen.css": "./dist/es/adyen.css",
"./package.json": "./package.json"
},
"version": "5.45.0",
"version": "5.46.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.45.0"
"@adyen/adyen-web": "5.46.0"
}
}