From 61f4762341beb07f215baaae67e7b683551b40f3 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 9 Jul 2020 19:39:12 +0300 Subject: [PATCH] v1.5.101 --- CHANGELOG.md | 14 ++++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e659ac..a7117116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.101 +## (2020-07-09) + +* Resize modal to show content appropriately [Lorenzo Alberto Maria Ambrosi] +* Update etcher-sdk to v4.1.16 [Lorenzo Alberto Maria Ambrosi] +* Convert sass to plain css [Lorenzo Alberto Maria Ambrosi] +* Remove unused scss [Lorenzo Alberto Maria Ambrosi] +* Remove unused warning in settings [Lorenzo Alberto Maria Ambrosi] +* Refactor UI without bootstrap & flexboxgrid [Lorenzo Alberto Maria Ambrosi] +* Restyle modals [Lorenzo Alberto Maria Ambrosi] +* Remove bootstrap & flexboxgrid [Lorenzo Alberto Maria Ambrosi] +* Rework and move flashing view elements [Lorenzo Alberto Maria Ambrosi] +* Refactor UI grid to use rendition [Lorenzo Alberto Maria Ambrosi] + # v1.5.100 ## (2020-06-22) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3101f483..93208d89 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.100", + "version": "1.5.101", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -17752,4 +17752,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 95bf4d5c..3bc41e0c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.100", + "version": "1.5.101", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.",