This commit is contained in:
flowzone-app[bot] 2024-07-18 18:13:00 +00:00 committed by GitHub
parent 818dcd3b13
commit 5a719e15c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Replace deprecated Flowzone inputs
hash: 52d396aa7ea9ae1ef6d68151f582f04f57191b14
body: ""
footer:
Change-type: patch
change-type: patch
author: Kyle Harding
nested: []
version: 1.19.22
title: ""
date: 2024-07-18T18:12:56.368Z
- commits:
- subject: "patch: fix missing windows dependency"
hash: 8dad81ae34b8d71f3d4f7151ee60717e6207ccd8

View File

@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v1.19.22
## (2024-07-18)
* Replace deprecated Flowzone inputs [Kyle Harding]
# v1.19.21
## (2024-05-30)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-etcher",
"version": "1.19.21",
"version": "1.19.22",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "balena-etcher",
"version": "1.19.21",
"version": "1.19.22",
"license": "Apache-2.0",
"dependencies": {
"@electron/remote": "^2.1.2",

View File

@ -3,7 +3,7 @@
"private": true,
"displayName": "balenaEtcher",
"productName": "balenaEtcher",
"version": "1.19.21",
"version": "1.19.22",
"packageType": "local",
"main": ".webpack/main",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -147,7 +147,7 @@
"node": ">=20 <21"
},
"versionist": {
"publishedAt": "2024-05-30T15:00:36.294Z"
"publishedAt": "2024-07-18T18:12:56.823Z"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",