[ci] release main (#2245)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-07-03 13:42:27 +02:00
committed by GitHub
parent f3249570c2
commit 36d3bd95be
6 changed files with 12 additions and 11 deletions

View File

@@ -1,7 +0,0 @@
---
'@adyen/adyen-web': minor
---
A11y improvements: add form instruction to better assist cognitively impaired shoppers.
By default, we always show the instruction on top of the payment form, this can be turned off by setting `showFormInstruction=false`.

View File

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

View File

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

View File

@@ -1,5 +1,13 @@
# @adyen/adyen-web
## 5.47.0
### Minor Changes
- A11y improvements: add form instruction to better assist cognitively impaired shoppers. ([#2241](https://github.com/Adyen/adyen-web/pull/2241))
By default, we always show the instruction on top of the payment form, this can be turned off by setting `showFormInstruction=false`.
## 5.46.1
### Patch Changes

View File

@@ -24,7 +24,7 @@
"./dist/es/adyen.css": "./dist/es/adyen.css",
"./package.json": "./package.json"
},
"version": "5.46.1",
"version": "5.47.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.46.1"
"@adyen/adyen-web": "5.47.0"
}
}