mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
[ci] release main (#2369)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c6c19ac646
commit
66e0be34f9
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
chore: fix ts config
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
UX improvement for the `QRLoader` component - the QR loader shows amount and redirect button before the QR code image.
|
||||
@@ -25,6 +25,6 @@
|
||||
"webpack-dev-server": "4.13.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.53.1"
|
||||
"@adyen/adyen-web": "5.53.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.53.1"
|
||||
"@adyen/adyen-web": "5.53.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @adyen/adyen-web
|
||||
|
||||
## 5.53.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- chore: fix ts config ([#2313](https://github.com/Adyen/adyen-web/pull/2313))
|
||||
|
||||
- UX improvement for the `QRLoader` component - the QR loader shows amount and redirect button before the QR code image. ([#2359](https://github.com/Adyen/adyen-web/pull/2359))
|
||||
|
||||
## 5.53.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"./dist/es/adyen.css": "./dist/es/adyen.css",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"version": "5.53.1",
|
||||
"version": "5.53.2",
|
||||
"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.53.1"
|
||||
"@adyen/adyen-web": "5.53.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user