chore: release new versions
- @lion/calendar@0.1.11 - @lion/input-datepicker@0.1.8
This commit is contained in:
parent
1eabb40bab
commit
c4c1008ad7
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.1.11](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.10...@lion/calendar@0.1.11) (2019-05-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/calendar
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.9...@lion/calendar@0.1.10) (2019-05-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/calendar
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/calendar",
|
||||
"version": "0.1.10",
|
||||
"version": "0.1.11",
|
||||
"description": "Standalone calendar",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
|
|
@ -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.8](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.7...@lion/input-datepicker@0.1.8) (2019-05-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **input-datepicker:** fix race condition which breaks focus ([72760cf](https://github.com/ing-bank/lion/commit/72760cf))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.7](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.6...@lion/input-datepicker@0.1.7) (2019-05-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.1.7",
|
||||
"version": "0.1.8",
|
||||
"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/",
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/calendar": "^0.1.10",
|
||||
"@lion/calendar": "^0.1.11",
|
||||
"@lion/core": "^0.1.8",
|
||||
"@lion/input-date": "^0.1.13",
|
||||
"@lion/localize": "^0.1.6",
|
||||
|
|
|
|||
Loading…
Reference in a new issue