mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-26 20:56:34 +00:00
v1.8.0
This commit is contained in:
parent
f8a73e7663
commit
31c6289afb
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: "minor: optimize i18n"
|
||||||
|
hash: c1d07cc7b6477de08bdff276899cc58c3e8be538
|
||||||
|
body: >
|
||||||
|
Optimized several translations.
|
||||||
|
|
||||||
|
This commit itself is only a patch, but as a pull request must have at least one commit with a change-type.
|
||||||
|
footer:
|
||||||
|
Change-Type: minor
|
||||||
|
change-type: minor
|
||||||
|
author: r-q
|
||||||
|
nested: []
|
||||||
|
version: 1.8.0
|
||||||
|
title: "'minor: make i18n support and Chinese translation'"
|
||||||
|
date: 2022-07-22T14:43:12.906Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "patch: update allowed extensions to include deb afterinstall in build"
|
- subject: "patch: update allowed extensions to include deb afterinstall in build"
|
||||||
hash: 61610ded842caba47c6a682afcb08aa0fda4e86b
|
hash: 61610ded842caba47c6a682afcb08aa0fda4e86b
|
||||||
|
@ -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.0
|
||||||
|
## (2022-07-22)
|
||||||
|
|
||||||
|
* minor: optimize i18n [r-q]
|
||||||
|
|
||||||
# v1.7.9
|
# v1.7.9
|
||||||
## (2022-04-22)
|
## (2022-04-22)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-etcher",
|
"name": "balena-etcher",
|
||||||
"version": "1.7.9",
|
"version": "1.8.0",
|
||||||
"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.7.9",
|
"version": "1.8.0",
|
||||||
"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.",
|
||||||
@ -120,7 +120,6 @@
|
|||||||
"react-i18next": "11.18.1"
|
"react-i18next": "11.18.1"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-04-22T13:10:47.906Z"
|
"publishedAt": "2022-07-22T14:43:13.331Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user