This commit is contained in:
balenaCI 2022-12-09 20:59:25 +00:00
parent dbd5397405
commit 85a3f28869
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Update dependency redux to 4.2.0
hash: 85c183b9ef2dbe798c6d5cd8bce6367ef31e2624
body: |
Update redux to 4.2.0
Update redux from 4.0.5 to 4.2.0
footer:
Change-type: patch
change-type: patch
author: Renovate Bot
nested: []
version: 1.10.27
title: ""
date: 2022-12-09T20:59:24.075Z
- commits:
- subject: Update dependency pretty-bytes to 5.6.0
hash: d8b2a7a2369f24b1390bd85eca3cfbcd8282df80

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.10.27
## (2022-12-09)
* Update dependency redux to 4.2.0 [Renovate Bot]
# v1.10.26
## (2022-12-09)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-etcher",
"version": "1.10.26",
"version": "1.10.27",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.26",
"version": "1.10.27",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -124,6 +124,6 @@
"node": ">=14 < 16"
},
"versionist": {
"publishedAt": "2022-12-09T18:58:22.537Z"
"publishedAt": "2022-12-09T20:59:25.028Z"
}
}