This commit is contained in:
Balena CI 2021-07-14 19:55:16 +03:00 committed by VersionBot
parent 4b74253631
commit 8b3f37102d
4 changed files with 51 additions and 3 deletions

View File

@ -1,3 +1,40 @@
- commits:
- subject: 'patch: Delete Codeowners'
hash: a81b552b95f93a8989a6fff4774a14e21abe9a0e
body: ''
footer: {}
author: Vipul Gupta
nested: []
- subject: Add source maps for devtools
hash: 53f53c0f75779e814834e2fd0375b705664190c5
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
author: Lorenzo Alberto Maria Ambrosi
nested: []
- subject: Clone submodules when initializing modules
hash: fdaf5c69d6bd20b64b1c1749b62dec9c22f12fb4
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
author: Lorenzo Alberto Maria Ambrosi
nested: []
- subject: 'patch: Select drive on list interaction rather than modal closing'
hash: 061afca5d3ce7dbf67d66706e6c2c65ecd61cf7b
body: ''
footer:
Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
author: Lorenzo Alberto Maria Ambrosi
nested: []
version: 1.5.121
date: 2021-07-05T18:20:04.735Z
- commits:
- subject: Update README to reference Cloudsmith
hash: 7e333caaf9d94ff90583fe897ccabb6fdf860f74

View File

@ -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.121
## (2021-07-05)
* patch: Delete Codeowners [Vipul Gupta]
* Add source maps for devtools [Lorenzo Alberto Maria Ambrosi]
* Clone submodules when initializing modules [Lorenzo Alberto Maria Ambrosi]
* patch: Select drive on list interaction rather than modal closing [Lorenzo Alberto Maria Ambrosi]
# v1.5.120
## (2021-05-11)

4
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-etcher",
"version": "1.5.120",
"version": "1.5.121",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -16828,4 +16828,4 @@
"dev": true
}
}
}
}

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.5.120",
"version": "1.5.121",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -123,5 +123,8 @@
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.2"
},
"versionist": {
"publishedAt": "2021-07-05T18:20:04.943Z"
}
}