[ci] release main (#2214)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-06-14 16:56:15 +02:00
committed by GitHub
parent b283a98f7e
commit d6c658d770
11 changed files with 24 additions and 35 deletions

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': patch
---
Change meal voucher label _Pin_ to _Security code_

View File

@@ -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

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': patch
---
Fix inconsistency displaying custom brand logo for the gift card payment

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': minor
---
feature: adds address lookup functionality

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': patch
---
Fixes issue which ApplePay crashes Drop-in when initialized within iframe

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': patch
---
Removing tsconfig stripInternals from lib package

View File

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

View File

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

View File

@@ -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

View File

@@ -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",

View File

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