mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
[ci] release main (#2245)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f3249570c2
commit
36d3bd95be
@@ -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`.
|
||||
@@ -25,6 +25,6 @@
|
||||
"webpack-dev-server": "4.13.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.46.1"
|
||||
"@adyen/adyen-web": "5.47.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.46.1"
|
||||
"@adyen/adyen-web": "5.47.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.46.1"
|
||||
"@adyen/adyen-web": "5.47.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user