chore: release new versions
- @lion/form-system@0.7.8 - @lion/input-amount@0.5.22
This commit is contained in:
parent
02778c0daa
commit
2f50c4f3d8
4 changed files with 22 additions and 3 deletions
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.7.8](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.7...@lion/form-system@0.7.8) (2020-04-17)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.7](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.6...@lion/form-system@0.7.7) (2020-04-16)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-system",
|
||||
"version": "0.7.7",
|
||||
"version": "0.7.8",
|
||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
"@lion/fieldset": "0.10.1",
|
||||
"@lion/form": "0.4.22",
|
||||
"@lion/input": "0.5.21",
|
||||
"@lion/input-amount": "0.5.21",
|
||||
"@lion/input-amount": "0.5.22",
|
||||
"@lion/input-date": "0.5.22",
|
||||
"@lion/input-datepicker": "0.11.5",
|
||||
"@lion/input-email": "0.6.6",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.5.22](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.5.21...@lion/input-amount@0.5.22) (2020-04-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **input-amount:** set hint to use numeric on-screen keyboard ([#689](https://github.com/ing-bank/lion/issues/689)) ([02778c0](https://github.com/ing-bank/lion/commit/02778c0daa7fb7f476be9e66887d10498fb082dd))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.21](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.5.20...@lion/input-amount@0.5.21) (2020-04-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-amount
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-amount",
|
||||
"version": "0.5.21",
|
||||
"version": "0.5.22",
|
||||
"description": "Provide a way for users to fill in an amount",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue