[ci] release main (#2306)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-08-21 17:45:10 +02:00
committed by GitHub
parent 9f4b1cd8e8
commit 043e45d713
6 changed files with 10 additions and 9 deletions

View File

@@ -1,5 +0,0 @@
---
'@adyen/adyen-web': patch
---
Fixes postalCode having maxlength 0

View File

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

View File

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

View File

@@ -1,5 +1,11 @@
# @adyen/adyen-web
## 5.49.5
### Patch Changes
- Fixes postalCode having maxlength 0 ([#2305](https://github.com/Adyen/adyen-web/pull/2305))
## 5.49.4
### Patch Changes

View File

@@ -24,7 +24,7 @@
"./dist/es/adyen.css": "./dist/es/adyen.css",
"./package.json": "./package.json"
},
"version": "5.49.4",
"version": "5.49.5",
"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.49.4"
"@adyen/adyen-web": "5.49.5"
}
}