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: - commits:
- subject: Update README to reference Cloudsmith - subject: Update README to reference Cloudsmith
hash: 7e333caaf9d94ff90583fe897ccabb6fdf860f74 hash: 7e333caaf9d94ff90583fe897ccabb6fdf860f74

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). 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 # v1.5.120
## (2021-05-11) ## (2021-05-11)

2
npm-shrinkwrap.json generated
View File

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

View File

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