This commit is contained in:
flowzone-app[bot] 2023-07-13 14:31:44 +00:00 committed by GitHub
parent 589ce9c28e
commit 0a6c15f702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: "fix: prevent stealing window focus from auth dialog"
hash: f716c74ef7cb164b4d825828e4e46033484ad9af
body: ""
footer:
Change-type: patch
change-type: patch
author: leadpogrommer
nested: []
version: 1.18.11
title: ""
date: 2023-07-13T14:31:40.021Z
- commits: - commits:
- subject: "spelling: validates" - subject: "spelling: validates"
hash: 06d246e3fd1c573b9e04d23ab3bc3c4036fb9859 hash: 06d246e3fd1c573b9e04d23ab3bc3c4036fb9859

View File

@ -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.18.11
## (2023-07-13)
* fix: prevent stealing window focus from auth dialog [leadpogrommer]
# v1.18.10 # v1.18.10
## (2023-07-12) ## (2023-07-12)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.18.10", "version": "1.18.11",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.18.10", "version": "1.18.11",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {

View File

@ -2,7 +2,7 @@
"name": "balena-etcher", "name": "balena-etcher",
"private": true, "private": true,
"displayName": "balenaEtcher", "displayName": "balenaEtcher",
"version": "1.18.10", "version": "1.18.11",
"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.",
@ -126,6 +126,6 @@
"node": ">=16" "node": ">=16"
}, },
"versionist": { "versionist": {
"publishedAt": "2023-07-12T11:21:59.915Z" "publishedAt": "2023-07-13T14:31:40.713Z"
} }
} }