chore: release new versions
- @lion/calendar@0.5.7 - @lion/input-datepicker@0.7.4
This commit is contained in:
parent
575892f5c4
commit
1f1ef029fe
4 changed files with 22 additions and 3 deletions
|
|
@ -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.7](https://github.com/ing-bank/lion/compare/@lion/calendar@0.5.6...@lion/calendar@0.5.7) (2019-12-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **#423:** prevent default behavior on keyboard interaction ([caf9ab2](https://github.com/ing-bank/lion/commit/caf9ab2f8aa526306acddd6f911e70dfbbcbf963)), closes [#423](https://github.com/ing-bank/lion/issues/423)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.6](https://github.com/ing-bank/lion/compare/@lion/calendar@0.5.5...@lion/calendar@0.5.6) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package @lion/calendar
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/calendar",
|
||||
"version": "0.5.6",
|
||||
"version": "0.5.7",
|
||||
"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.7.4](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.7.3...@lion/input-datepicker@0.7.4) (2019-12-17)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.3](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.7.2...@lion/input-datepicker@0.7.3) (2019-12-17)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"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.5.6",
|
||||
"@lion/calendar": "0.5.7",
|
||||
"@lion/core": "0.3.0",
|
||||
"@lion/field": "0.7.0",
|
||||
"@lion/input-date": "0.4.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue