diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e659acd3..a711711646 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 3101f48325..93208d896f 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 95bf4d5cd2..3bc41e0cf7 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.",