mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
Merge pull request #2224 from Adyen/changeset-release/main
[ci] Release main
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': minor
|
||||
---
|
||||
|
||||
Added isExpress configuration to PayPal component
|
||||
@@ -25,6 +25,6 @@
|
||||
"webpack-dev-server": "4.13.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.45.0"
|
||||
"@adyen/adyen-web": "5.46.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.45.0"
|
||||
"@adyen/adyen-web": "5.46.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.45.0"
|
||||
"@adyen/adyen-web": "5.46.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user