updated branch with 1.7.4

This commit is contained in:
Peter Makra 2022-02-21 13:53:16 +01:00
commit 907a3308de
5 changed files with 1043 additions and 1140 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v1.7.4
## (2022-02-21)
* patch: set version update notification 1.7.3 [Peter Makra]
* patch: updated electron to 12.2.3 [Peter Makra]
* patch: updated electron to 12.2.3 [Peter Makra]
# v1.7.3
## (2021-12-29)

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-etcher",
"version": "1.7.3",
"version": "1.7.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -6088,9 +6088,9 @@
}
},
"electron": {
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-12.0.2.tgz",
"integrity": "sha512-14luh9mGzfL4e0sncyy0+kW37IU7Y0Y1tvI97FDRSW0ZBQxi5cmAwSs5dmPmNBFBIGtzkaGaEB01j9RjZuCmow==",
"version": "12.2.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-12.2.3.tgz",
"integrity": "sha512-B27c7eqx1bC5kea6An8oVhk1pShNC4VGqWarHMhD47MDtmg54KepHO5AbAvmKKZK/jWN7NTC7wyCYTDElJNtQA==",
"dev": true,
"requires": {
"@electron/get": "^1.0.1",

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.7.3",
"version": "1.7.4",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -69,7 +69,7 @@
"css-loader": "5.0.1",
"d3": "4.13.0",
"debug": "4.2.0",
"electron": "12.0.2",
"electron": "12.2.3",
"electron-builder": "22.10.5",
"electron-mocha": "9.3.2",
"electron-notarize": "1.0.0",
@ -116,6 +116,6 @@
"webpack-dev-server": "4.5.0"
},
"versionist": {
"publishedAt": "2021-12-29T14:31:13.509Z"
"publishedAt": "2022-02-21T08:33:45.910Z"
}
}

View File

@ -6,7 +6,7 @@ sentry:
team: resinio
type: electron
triggerNotification:
version: 1.5.81
version: 1.7.3
stagingPercentage: 100
upstream:
- repo: etcher-sdk