chore: release new versions

- @lion/calendar@0.2.4
 - @lion/input-datepicker@0.2.4
This commit is contained in:
CircleCI 2019-10-18 10:20:30 +00:00
parent 4e6cb798ac
commit 1caf1a9f0b
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.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.4](https://github.com/ing-bank/lion/compare/@lion/calendar@0.2.3...@lion/calendar@0.2.4) (2019-10-18)
### Bug Fixes
* **calendar:** issue 302 part 2 - skipped month ([f04256c](https://github.com/ing-bank/lion/commit/f04256c))
## [0.2.3](https://github.com/ing-bank/lion/compare/@lion/calendar@0.2.2...@lion/calendar@0.2.3) (2019-10-14)
**Note:** Version bump only for package @lion/calendar

View file

@ -1,6 +1,6 @@
{
"name": "@lion/calendar",
"version": "0.2.3",
"version": "0.2.4",
"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.2.4](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.2.3...@lion/input-datepicker@0.2.4) (2019-10-18)
**Note:** Version bump only for package @lion/input-datepicker
## [0.2.3](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.2.2...@lion/input-datepicker@0.2.3) (2019-10-14)
**Note:** Version bump only for package @lion/input-datepicker

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.2.3",
"version": "0.2.4",
"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.2.3",
"@lion/calendar": "^0.2.4",
"@lion/core": "^0.2.0",
"@lion/field": "^0.3.1",
"@lion/input-date": "^0.1.60",