mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 12:16:37 +00:00
v1.19.23
This commit is contained in:
parent
5774dded7b
commit
3dc17c89b4
@ -1,3 +1,13 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "patch: remove gconf2 libgconf-2-4 deps"
|
||||||
|
hash: 2ed779ef371db367e4e413c9d0d08fcd738edb5b
|
||||||
|
body: "Closes #4096"
|
||||||
|
footer: {}
|
||||||
|
author: Marc-Aurèle Brothier
|
||||||
|
nested: []
|
||||||
|
version: 1.19.23
|
||||||
|
title: ""
|
||||||
|
date: 2024-10-09T13:52:54.936Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Replace deprecated Flowzone inputs
|
- subject: Replace deprecated Flowzone inputs
|
||||||
hash: 52d396aa7ea9ae1ef6d68151f582f04f57191b14
|
hash: 52d396aa7ea9ae1ef6d68151f582f04f57191b14
|
||||||
|
@ -3,6 +3,11 @@
|
|||||||
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.19.23
|
||||||
|
## (2024-10-09)
|
||||||
|
|
||||||
|
* patch: remove gconf2 libgconf-2-4 deps [Marc-Aurèle Brothier]
|
||||||
|
|
||||||
# v1.19.22
|
# v1.19.22
|
||||||
## (2024-07-18)
|
## (2024-07-18)
|
||||||
|
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.19.22",
|
"version": "1.19.23",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.19.22",
|
"version": "1.19.23",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/remote": "^2.1.2",
|
"@electron/remote": "^2.1.2",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"productName": "balenaEtcher",
|
"productName": "balenaEtcher",
|
||||||
"version": "1.19.22",
|
"version": "1.19.23",
|
||||||
"packageType": "local",
|
"packageType": "local",
|
||||||
"main": ".webpack/main",
|
"main": ".webpack/main",
|
||||||
"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.",
|
||||||
@ -144,7 +144,7 @@
|
|||||||
"node": ">=20 <21"
|
"node": ">=20 <21"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2024-07-18T18:12:56.823Z"
|
"publishedAt": "2024-10-09T13:52:55.406Z"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"bufferutil": "^4.0.8",
|
"bufferutil": "^4.0.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user