From be2095dfadbdc05ead71a4285703c9f2426a5cbb Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 30 Jan 2020 14:45:05 +0000 Subject: [PATCH] chore: release new versions - @lion/calendar@0.6.7 - @lion/input-datepicker@0.8.7 - @lion/switch@0.5.6 --- packages/calendar/CHANGELOG.md | 11 +++++++++++ packages/calendar/package.json | 2 +- packages/input-datepicker/CHANGELOG.md | 11 +++++++++++ packages/input-datepicker/package.json | 4 ++-- packages/switch/CHANGELOG.md | 11 +++++++++++ packages/switch/package.json | 2 +- 6 files changed, 37 insertions(+), 4 deletions(-) diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 737a6243e..b18f4a115 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -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.6.7](https://github.com/ing-bank/lion/compare/@lion/calendar@0.6.6...@lion/calendar@0.6.7) (2020-01-30) + + +### Bug Fixes + +* remove unused (dev)dependency on lion-button ([41f5af7](https://github.com/ing-bank/lion/commit/41f5af71cae2bc6b5ee979a5ba83301d14592a2c)) + + + + + ## [0.6.6](https://github.com/ing-bank/lion/compare/@lion/calendar@0.6.5...@lion/calendar@0.6.6) (2020-01-30) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 0842e4143..f2ab28f96 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.6.6", + "version": "0.6.7", "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 e7dcb85b5..35a1a73c7 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -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.8.7](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.6...@lion/input-datepicker@0.8.7) (2020-01-30) + + +### Bug Fixes + +* remove unused (dev)dependency on lion-button ([41f5af7](https://github.com/ing-bank/lion/commit/41f5af71cae2bc6b5ee979a5ba83301d14592a2c)) + + + + + ## [0.8.6](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.5...@lion/input-datepicker@0.8.6) (2020-01-30) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index cfee88879..2b8a2757c 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.8.6", + "version": "0.8.7", "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.6", + "@lion/calendar": "0.6.7", "@lion/core": "0.4.2", "@lion/field": "0.8.4", "@lion/input-date": "0.5.4", diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index e8eb06038..c218c4a41 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -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.5.6](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.5...@lion/switch@0.5.6) (2020-01-30) + + +### Bug Fixes + +* remove unused (dev)dependency on lion-button ([41f5af7](https://github.com/ing-bank/lion/commit/41f5af71cae2bc6b5ee979a5ba83301d14592a2c)) + + + + + ## [0.5.5](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.4...@lion/switch@0.5.5) (2020-01-30) **Note:** Version bump only for package @lion/switch diff --git a/packages/switch/package.json b/packages/switch/package.json index 022d85274..40cd32bc5 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.5.5", + "version": "0.5.6", "description": "A Switch is used for switching a property or feature on and off", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",