mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-28 13:46:33 +00:00
v1.5.121
This commit is contained in:
parent
4b74253631
commit
8b3f37102d
@ -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
|
||||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -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": {
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user