From 57145436ab7afef5fb3dc9de9d20fae216d943f7 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 13 Dec 2019 20:27:43 +0200 Subject: [PATCH] v1.5.70 --- CHANGELOG.md | 12 ++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e9caf043..5ad32cc5bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.5.70 +## (2019-12-13) + +* Make header draggable again [Lorenzo Alberto Maria Ambrosi] +* Refactor drive selector and confirm modal to React [Lorenzo Alberto Maria Ambrosi] +* Rework lib/gui/app/styled-components to typescript [Alexis Svinartchouk] +* Convert FlashAnother & FlashResults to typescript [Lorenzo Alberto Maria Ambrosi] +* Use React instead of Angular for image selection [Lucian] +* Convert the drive selection step to React [Thodoris Greasidis] +* chore: move flash step to React [Stevche Radevski] +* Use React instead of Angular for image selection [Lucian] + # v1.5.69 ## (2019-12-10) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8a5fc39c5a..99d9eea1a2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-etcher", - "version": "1.5.69", + "version": "1.5.70", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -15678,4 +15678,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index afc8f5eb7f..3ef5d4d3b7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.5.69", + "version": "1.5.70", "packageType": "local", "updates": { "enabled": true,