chore: release new versions
- @lion/form-system@0.0.53 - @lion/input-amount@0.1.46
This commit is contained in:
parent
8b9b5ac5d3
commit
97143caedd
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.0.53](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.52...@lion/form-system@0.0.53) (2019-08-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.0.52](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.51...@lion/form-system@0.0.52) (2019-08-07)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-system",
|
||||
"version": "0.0.52",
|
||||
"version": "0.0.53",
|
||||
"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/",
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"@lion/fieldset": "^0.1.44",
|
||||
"@lion/form": "^0.1.49",
|
||||
"@lion/input": "^0.1.44",
|
||||
"@lion/input-amount": "^0.1.45",
|
||||
"@lion/input-amount": "^0.1.46",
|
||||
"@lion/input-date": "^0.1.44",
|
||||
"@lion/input-email": "^0.1.44",
|
||||
"@lion/input-iban": "^0.1.45",
|
||||
|
|
|
|||
|
|
@ -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.1.46](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.1.45...@lion/input-amount@0.1.46) (2019-08-08)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **input-amount:** return undefined for non numbers with spaces ([18b714d](https://github.com/ing-bank/lion/commit/18b714d))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.45](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.1.44...@lion/input-amount@0.1.45) (2019-08-07)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-amount
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-amount",
|
||||
"version": "0.1.45",
|
||||
"version": "0.1.46",
|
||||
"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