chore: release new versions
- @lion/form-system@0.7.6 - @lion/input-datepicker@0.11.5
This commit is contained in:
parent
90bb397870
commit
0277786ebb
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.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.7.6](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.5...@lion/form-system@0.7.6) (2020-04-16)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/form-system
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.7.5](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.4...@lion/form-system@0.7.5) (2020-04-15)
|
## [0.7.5](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.4...@lion/form-system@0.7.5) (2020-04-15)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/form-system
|
**Note:** Version bump only for package @lion/form-system
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form-system",
|
"name": "@lion/form-system",
|
||||||
"version": "0.7.5",
|
"version": "0.7.6",
|
||||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
"@lion/input": "0.5.21",
|
"@lion/input": "0.5.21",
|
||||||
"@lion/input-amount": "0.5.21",
|
"@lion/input-amount": "0.5.21",
|
||||||
"@lion/input-date": "0.5.22",
|
"@lion/input-date": "0.5.22",
|
||||||
"@lion/input-datepicker": "0.11.4",
|
"@lion/input-datepicker": "0.11.5",
|
||||||
"@lion/input-email": "0.6.6",
|
"@lion/input-email": "0.6.6",
|
||||||
"@lion/input-iban": "0.7.1",
|
"@lion/input-iban": "0.7.1",
|
||||||
"@lion/input-range": "0.2.21",
|
"@lion/input-range": "0.2.21",
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,17 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## [0.11.5](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.4...@lion/input-datepicker@0.11.5) (2020-04-16)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* validators use validatorName instead of name ([4776810](https://github.com/ing-bank/lion/commit/4776810be929951feefdef97318e7f0b2a628b30))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.11.4](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.3...@lion/input-datepicker@0.11.4) (2020-04-15)
|
## [0.11.4](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.3...@lion/input-datepicker@0.11.4) (2020-04-15)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/input-datepicker
|
**Note:** Version bump only for package @lion/input-datepicker
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input-datepicker",
|
"name": "@lion/input-datepicker",
|
||||||
"version": "0.11.4",
|
"version": "0.11.5",
|
||||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue