From 610b908f62faf0020e2d111cf9234134b0783cbf Mon Sep 17 00:00:00 2001 From: CircleCI Date: Thu, 24 Oct 2019 09:04:42 +0000 Subject: [PATCH] chore: release new versions - @lion/switch@0.1.1 --- 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 3db54fab9..5a13057b3 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.1.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.1.0...@lion/switch@0.1.1) (2019-10-24) + + +### Bug Fixes + +* **switch:** render function methods not slots ([40394bc](https://github.com/ing-bank/lion/commit/40394bc)) + + + + + # 0.1.0 (2019-10-23) diff --git a/packages/switch/package.json b/packages/switch/package.json index c4eea1801..cb2dfa925 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.1.0", + "version": "0.1.1", "description": "A Switch is used for switching a property or feature on and off", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",