chore: release new versions

- @lion/calendar@0.1.16
 - @lion/input-datepicker@0.1.13
This commit is contained in:
CircleCI 2019-06-04 14:19:53 +00:00
parent c051ed5887
commit 6f515e6000
4 changed files with 22 additions and 3 deletions

View file

@ -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.1.16](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.15...@lion/calendar@0.1.16) (2019-06-04)
### Bug Fixes
* **calendar:** init centralDate from selectedDate when today is disabled ([1643379](https://github.com/ing-bank/lion/commit/1643379))
## [0.1.15](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.14...@lion/calendar@0.1.15) (2019-05-31) ## [0.1.15](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.14...@lion/calendar@0.1.15) (2019-05-31)
**Note:** Version bump only for package @lion/calendar **Note:** Version bump only for package @lion/calendar

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/calendar", "name": "@lion/calendar",
"version": "0.1.15", "version": "0.1.16",
"description": "Standalone calendar", "description": "Standalone calendar",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",

View file

@ -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.1.13](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.12...@lion/input-datepicker@0.1.13) (2019-06-04)
**Note:** Version bump only for package @lion/input-datepicker
## [0.1.12](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.11...@lion/input-datepicker@0.1.12) (2019-05-31) ## [0.1.12](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.11...@lion/input-datepicker@0.1.12) (2019-05-31)
**Note:** Version bump only for package @lion/input-datepicker **Note:** Version bump only for package @lion/input-datepicker

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-datepicker", "name": "@lion/input-datepicker",
"version": "0.1.12", "version": "0.1.13",
"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/",
@ -35,7 +35,7 @@
"*.js" "*.js"
], ],
"dependencies": { "dependencies": {
"@lion/calendar": "^0.1.15", "@lion/calendar": "^0.1.16",
"@lion/core": "^0.1.9", "@lion/core": "^0.1.9",
"@lion/input-date": "^0.1.17", "@lion/input-date": "^0.1.17",
"@lion/localize": "^0.3.6", "@lion/localize": "^0.3.6",