From 330c06d926262c32e96ee0244ab6e31fdce50b6e Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 12 Jun 2019 16:30:52 +0300 Subject: [PATCH] v1.5.47 --- CHANGELOG.md | 8 ++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b6e8666..f30f6f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.47 +## (2019-06-10) + +* Rework drive-selector with react + rendition [Lorenzo Alberto Maria Ambrosi] +* Use rendition theme property for step buttons [Lorenzo Alberto Maria Ambrosi] +* Upgrade styled-system to v4.1.0 [Lorenzo Alberto Maria Ambrosi] +* Upgrade rendition to v8.7.2 [Lorenzo Alberto Maria Ambrosi] + # v1.5.46 ## (2019-06-09) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7abce7cb..85c39b50 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.46", + "version": "1.5.47", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -13632,4 +13632,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index e6be5f9d..ea8a2aea 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.46", + "version": "1.5.47", "packageType": "local", "updates": { "enabled": true,