chore: release new versions
- @lion/form-system@0.6.4 - @lion/input-date@0.5.19 - @lion/input-datepicker@0.10.1
This commit is contained in:
parent
2ef69f8e02
commit
0424b49f25
6 changed files with 32 additions and 5 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.6.4](https://github.com/ing-bank/lion/compare/@lion/form-system@0.6.3...@lion/form-system@0.6.4) (2020-03-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.3](https://github.com/ing-bank/lion/compare/@lion/form-system@0.6.2...@lion/form-system@0.6.3) (2020-03-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-system",
|
||||
"version": "0.6.3",
|
||||
"version": "0.6.4",
|
||||
"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/",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"@lion/form": "0.4.18",
|
||||
"@lion/input": "0.5.18",
|
||||
"@lion/input-amount": "0.5.18",
|
||||
"@lion/input-date": "0.5.18",
|
||||
"@lion/input-date": "0.5.19",
|
||||
"@lion/input-email": "0.6.3",
|
||||
"@lion/input-iban": "0.6.3",
|
||||
"@lion/input-range": "0.2.18",
|
||||
|
|
|
|||
|
|
@ -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.19](https://github.com/ing-bank/lion/compare/@lion/input-date@0.5.18...@lion/input-date@0.5.19) (2020-03-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **input-date:** do not throw for invalid date instances ([2ef69f8](https://github.com/ing-bank/lion/commit/2ef69f8e02ec2cf4c76cec55e917882fc675e5d1))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.18](https://github.com/ing-bank/lion/compare/@lion/input-date@0.5.17...@lion/input-date@0.5.18) (2020-03-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-date
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-date",
|
||||
"version": "0.5.18",
|
||||
"version": "0.5.19",
|
||||
"description": "Provide a way for users to fill in a date",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
|
|
@ -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.10.1](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.10.0...@lion/input-datepicker@0.10.1) (2020-03-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.10.0](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.9.2...@lion/input-datepicker@0.10.0) (2020-03-05)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.10.0",
|
||||
"version": "0.10.1",
|
||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"@lion/calendar": "0.6.13",
|
||||
"@lion/core": "0.4.5",
|
||||
"@lion/field": "0.11.3",
|
||||
"@lion/input-date": "0.5.18",
|
||||
"@lion/input-date": "0.5.19",
|
||||
"@lion/localize": "0.8.10",
|
||||
"@lion/overlays": "0.12.4",
|
||||
"@lion/validate": "0.8.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue