mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +00:00
v1.8.16
This commit is contained in:
parent
4de3271e15
commit
695f287190
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update dependency @types/react to 16.14.34
|
||||||
|
hash: 77b33b127dcfb0345e0ff80c80b2f560984c14b1
|
||||||
|
body: |
|
||||||
|
Update @types/react to 16.14.34
|
||||||
|
|
||||||
|
Update @types/react from 16.8.5 to 16.14.34
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Renovate Bot
|
||||||
|
nested: []
|
||||||
|
version: 1.8.16
|
||||||
|
title: ""
|
||||||
|
date: 2022-11-08T19:39:42.616Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "CI: generalise artefact handling"
|
- subject: "CI: generalise artefact handling"
|
||||||
hash: e3618b939e119b8ae6d0dcea0f4077fe2c332122
|
hash: e3618b939e119b8ae6d0dcea0f4077fe2c332122
|
||||||
|
@ -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.8.16
|
||||||
|
## (2022-11-08)
|
||||||
|
|
||||||
|
* Update dependency @types/react to 16.14.34 [Renovate Bot]
|
||||||
|
|
||||||
# v1.8.15
|
# v1.8.15
|
||||||
## (2022-11-08)
|
## (2022-11-08)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.8.15",
|
"version": "1.8.16",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"private": true,
|
"private": true,
|
||||||
"displayName": "balenaEtcher",
|
"displayName": "balenaEtcher",
|
||||||
"version": "1.8.15",
|
"version": "1.8.16",
|
||||||
"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.",
|
||||||
@ -124,6 +124,6 @@
|
|||||||
"node": ">=14 < 16"
|
"node": ">=14 < 16"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-11-08T18:21:05.031Z"
|
"publishedAt": "2022-11-08T19:39:43.221Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user