From ae30a30bc2e8e3837ca79b4cc5a88c90a0259f3f Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 5 Mar 2020 12:35:14 +0000 Subject: [PATCH] chore: release new versions - @lion/switch@0.6.3 --- packages/switch/CHANGELOG.md | 11 +++++++++++ packages/switch/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index 6d9d0cdd4..225861c1c 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.6.3](https://github.com/ing-bank/lion/compare/@lion/switch@0.6.2...@lion/switch@0.6.3) (2020-03-05) + + +### Bug Fixes + +* **switch:** remove old todo ([a242aca](https://github.com/ing-bank/lion/commit/a242aca7318c07e8358dee22c6d307dea6daa4bb)) + + + + + ## [0.6.2](https://github.com/ing-bank/lion/compare/@lion/switch@0.6.1...@lion/switch@0.6.2) (2020-03-04) **Note:** Version bump only for package @lion/switch diff --git a/packages/switch/package.json b/packages/switch/package.json index f19de5165..b04891887 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.6.2", + "version": "0.6.3", "description": "A Switch is used for switching a property or feature on and off", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",