diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 432184727..1cad8f11e 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/calendar@0.5.1...@lion/calendar@0.5.2) (2019-12-06) + + +### Bug Fixes + +* **calendar:** make tests independents of execution date ([7bddabe](https://github.com/ing-bank/lion/commit/7bddabed86c89648e476a808915985d1df5930e9)) +* **catalog:** add info for next/previous month on to the buttons ([#384](https://github.com/ing-bank/lion/issues/384)) ([b6ec5a8](https://github.com/ing-bank/lion/commit/b6ec5a8cb550b207d72846ca79a220187b9ea5d2)) + + + + + ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/calendar@0.5.0...@lion/calendar@0.5.1) (2019-12-04) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 221fc3b59..ae8ce0932 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.5.1", + "version": "0.5.2", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 2ff84f308..362d99946 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -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/input-datepicker@0.6.1...@lion/input-datepicker@0.6.2) (2019-12-06) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.6.0...@lion/input-datepicker@0.6.1) (2019-12-04) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 4c286df4e..742a25e32 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.6.1", + "version": "0.6.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.5.1", + "@lion/calendar": "0.5.2", "@lion/core": "0.3.0", "@lion/field": "0.6.8", "@lion/input-date": "0.4.0",