From 72e189f656859546b24abe6e32335bd6caee2fdf Mon Sep 17 00:00:00 2001 From: spartdev Date: Mon, 8 Jul 2019 10:01:34 +0200 Subject: [PATCH] release v4.2.0 See https://github.com/tillersystems/Stardust/blob/master/CHANGELOG.md --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d5e28b..d8ffbc60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [4.2.0](https://github.com/tillersystems/Stardust/compare/v4.1.4...v4.2.0) (2019-07-08) + +### Features + +- **Dropdown:** Add portal to Dropdown component ([#615](https://github.com/tillersystems/Stardust/issues/615)) ([ff5ab76](https://github.com/tillersystems/Stardust/commit/ff5ab76)) + ## [4.1.4](https://github.com/tillersystems/Stardust/compare/v4.1.3...v4.1.4) (2019-06-26) ### Features diff --git a/package.json b/package.json index bc3614f9..5684118f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tillersystems/stardust", - "version": "4.1.4", + "version": "4.2.0", "description": "Tiller Design System", "author": { "name": "Tillersystems",