chore: release new versions
- @lion/calendar@0.1.50 - @lion/input-datepicker@0.1.54
This commit is contained in:
parent
a4e8c71790
commit
00118fb263
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.1.50](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.49...@lion/calendar@0.1.50) (2019-08-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **calendar:** stop disabled date triggering [@user-selected-date-changed](https://github.com/user-selected-date-changed) ([57823d1](https://github.com/ing-bank/lion/commit/57823d1))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.49](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.48...@lion/calendar@0.1.49) (2019-07-30)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/calendar",
|
||||
"version": "0.1.49",
|
||||
"version": "0.1.50",
|
||||
"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.54](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.53...@lion/input-datepicker@0.1.54) (2019-08-01)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.53](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.52...@lion/input-datepicker@0.1.53) (2019-08-01)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.1.53",
|
||||
"version": "0.1.54",
|
||||
"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.49",
|
||||
"@lion/calendar": "^0.1.50",
|
||||
"@lion/core": "^0.1.13",
|
||||
"@lion/input-date": "^0.1.42",
|
||||
"@lion/localize": "^0.4.11",
|
||||
|
|
|
|||
Loading…
Reference in a new issue