chore: release new versions
- @lion/calendar@0.1.53 - @lion/input-datepicker@0.1.57
This commit is contained in:
parent
9623490d34
commit
2bf8c07079
4 changed files with 23 additions and 3 deletions
|
|
@ -3,6 +3,18 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.1.53](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.52...@lion/calendar@0.1.53) (2019-08-12)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **calendar:** generated dates are normalized ([fe72ebd](https://github.com/ing-bank/lion/commit/fe72ebd))
|
||||
* **calendar:** normalize dates for min/max date comparison ([afddc0e](https://github.com/ing-bank/lion/commit/afddc0e))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.52](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.51...@lion/calendar@0.1.52) (2019-08-07)
|
||||
|
||||
**Note:** Version bump only for package @lion/calendar
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/calendar",
|
||||
"version": "0.1.52",
|
||||
"version": "0.1.53",
|
||||
"description": "Standalone calendar",
|
||||
"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.1.57](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.56...@lion/input-datepicker@0.1.57) (2019-08-12)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.56](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.55...@lion/input-datepicker@0.1.56) (2019-08-07)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.1.56",
|
||||
"version": "0.1.57",
|
||||
"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/",
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/calendar": "^0.1.52",
|
||||
"@lion/calendar": "^0.1.53",
|
||||
"@lion/core": "^0.1.13",
|
||||
"@lion/field": "^0.1.42",
|
||||
"@lion/input-date": "^0.1.44",
|
||||
|
|
|
|||
Loading…
Reference in a new issue