chore: release new versions

- @lion/calendar@0.6.2
 - @lion/input-datepicker@0.8.2
This commit is contained in:
CircleCI 2020-01-17 15:10:50 +00:00
parent 91a9af2346
commit 6302382735
4 changed files with 19 additions and 3 deletions

View file

@ -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.6.2](https://github.com/ing-bank/lion/compare/@lion/calendar@0.6.1...@lion/calendar@0.6.2) (2020-01-17)
**Note:** Version bump only for package @lion/calendar
## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/calendar@0.6.0...@lion/calendar@0.6.1) (2020-01-17)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/calendar",
"version": "0.6.1",
"version": "0.6.2",
"description": "Standalone calendar",
"author": "ing-bank",
"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.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.8.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.1...@lion/input-datepicker@0.8.2) (2020-01-17)
**Note:** Version bump only for package @lion/input-datepicker
## [0.8.1](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.0...@lion/input-datepicker@0.8.1) (2020-01-17)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.8.1",
"version": "0.8.2",
"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.6.1",
"@lion/calendar": "0.6.2",
"@lion/core": "0.4.1",
"@lion/field": "0.8.1",
"@lion/input-date": "0.5.1",