mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
[ci] release main (#2214)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b283a98f7e
commit
d6c658d770
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
Change meal voucher label _Pin_ to _Security code_
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
Better regex & error message for validation/formatting of Brazilian post codes.
|
||||
We now allow a hyphen between the 5th & 6th digits
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
Fix inconsistency displaying custom brand logo for the gift card payment
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': minor
|
||||
---
|
||||
|
||||
feature: adds address lookup functionality
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
Fixes issue which ApplePay crashes Drop-in when initialized within iframe
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
Removing tsconfig stripInternals from lib package
|
||||
@@ -25,6 +25,6 @@
|
||||
"webpack-dev-server": "4.13.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.44.0"
|
||||
"@adyen/adyen-web": "5.45.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.44.0"
|
||||
"@adyen/adyen-web": "5.45.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# @adyen/adyen-web
|
||||
|
||||
## 5.45.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- feature: adds address lookup functionality ([#2151](https://github.com/Adyen/adyen-web/pull/2151))
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Change meal voucher label _Pin_ to _Security code_ ([#2210](https://github.com/Adyen/adyen-web/pull/2210))
|
||||
|
||||
- Better regex & error message for validation/formatting of Brazilian post codes. ([#2211](https://github.com/Adyen/adyen-web/pull/2211))
|
||||
|
||||
We now allow a hyphen between the 5th & 6th digits
|
||||
|
||||
- Fix inconsistency displaying custom brand logo for the gift card payment ([#2215](https://github.com/Adyen/adyen-web/pull/2215))
|
||||
|
||||
- Fixes issue which ApplePay crashes Drop-in when initialized within iframe ([#2212](https://github.com/Adyen/adyen-web/pull/2212))
|
||||
|
||||
- Removing tsconfig stripInternals from lib package ([#2213](https://github.com/Adyen/adyen-web/pull/2213))
|
||||
|
||||
## 5.44.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"./dist/es/adyen.css": "./dist/es/adyen.css",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"version": "5.44.0",
|
||||
"version": "5.45.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.44.0"
|
||||
"@adyen/adyen-web": "5.45.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user