mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
[ci] release main
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
fixes missing ResultCode typings
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
fix issuer list logos not loading from resources url
|
||||
@@ -25,6 +25,6 @@
|
||||
"webpack-dev-server": "4.13.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.49.2"
|
||||
"@adyen/adyen-web": "5.49.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.49.2"
|
||||
"@adyen/adyen-web": "5.49.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @adyen/adyen-web
|
||||
|
||||
## 5.49.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fixes missing ResultCode typings ([#2287](https://github.com/Adyen/adyen-web/pull/2287))
|
||||
|
||||
- fix issuer list logos not loading from resources url ([#2278](https://github.com/Adyen/adyen-web/pull/2278))
|
||||
|
||||
## 5.49.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"./dist/es/adyen.css": "./dist/es/adyen.css",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"version": "5.49.2",
|
||||
"version": "5.49.3",
|
||||
"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.49.2"
|
||||
"@adyen/adyen-web": "5.49.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user