mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 21:26:38 +00:00
v1.11.5
This commit is contained in:
parent
a8f7422cf5
commit
7b5808eb2b
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update dependency ts-loader to 8.4.0
|
||||||
|
hash: 5ae9a263619e9bb499705ee7c19df5707ea3936c
|
||||||
|
body: |
|
||||||
|
Update ts-loader to 8.4.0
|
||||||
|
|
||||||
|
Update ts-loader from 8.0.12 to 8.4.0
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Renovate Bot
|
||||||
|
nested: []
|
||||||
|
version: 1.11.5
|
||||||
|
title: ""
|
||||||
|
date: 2022-12-10T12:28:18.918Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update dependency styled-components to 5.3.6
|
- subject: Update dependency styled-components to 5.3.6
|
||||||
hash: 88c5fa50352efe76a6506ee763915f504889111b
|
hash: 88c5fa50352efe76a6506ee763915f504889111b
|
||||||
|
@ -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.11.5
|
||||||
|
## (2022-12-10)
|
||||||
|
|
||||||
|
* Update dependency ts-loader to 8.4.0 [Renovate Bot]
|
||||||
|
|
||||||
# v1.11.4
|
# v1.11.4
|
||||||
## (2022-12-10)
|
## (2022-12-10)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.11.4",
|
"version": "1.11.5",
|
||||||
"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.11.4",
|
"version": "1.11.5",
|
||||||
"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-12-10T10:57:11.472Z"
|
"publishedAt": "2022-12-10T12:28:19.598Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user