chore: release new versions

- @lion/calendar@0.1.67
 - @lion/input-datepicker@0.1.71
This commit is contained in:
CircleCI 2019-09-26 13:42:30 +00:00
parent 2f27827e4b
commit b593a0a1e2
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.67](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.66...@lion/calendar@0.1.67) (2019-09-26)
### Bug Fixes
* **calendar:** render the calendar when min and max date are same date ([b9747ef](https://github.com/ing-bank/lion/commit/b9747ef))
## [0.1.66](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.65...@lion/calendar@0.1.66) (2019-09-26) ## [0.1.66](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.65...@lion/calendar@0.1.66) (2019-09-26)
**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.66", "version": "0.1.67",
"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.71](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.70...@lion/input-datepicker@0.1.71) (2019-09-26)
**Note:** Version bump only for package @lion/input-datepicker
## [0.1.70](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.69...@lion/input-datepicker@0.1.70) (2019-09-26) ## [0.1.70](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.69...@lion/input-datepicker@0.1.70) (2019-09-26)
**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.70", "version": "0.1.71",
"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/",
@ -36,7 +36,7 @@
"*.js" "*.js"
], ],
"dependencies": { "dependencies": {
"@lion/calendar": "^0.1.66", "@lion/calendar": "^0.1.67",
"@lion/core": "^0.2.0", "@lion/core": "^0.2.0",
"@lion/field": "^0.2.6", "@lion/field": "^0.2.6",
"@lion/input-date": "^0.1.54", "@lion/input-date": "^0.1.54",