This commit is contained in:
flowzone-app[bot] 2025-01-01 18:05:02 +00:00 committed by GitHub
parent 7d79c4e24b
commit 017c767f61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 51 additions and 4 deletions

View File

@ -1,3 +1,36 @@
- commits:
- subject: Update balena-preload to 17.0.0
hash: 60bc5092e0d6014aecf57d157cac536b3c645f0f
body: |
Update balena-preload from 16.0.0 to 17.0.0
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested:
- commits:
- subject: Improve typings
hash: 67f0f3e9e3b4b37fbaeef2843dc4171a7d661c41
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Stop returning Bluebird promises & drop it from the dependencies
hash: 85375cbc1fdb0ce1ad08756f178ed55596e606d9
body: ""
footer:
Change-type: major
change-type: major
author: Thodoris Greasidis
nested: []
version: balena-preload-17.0.0
title: ""
date: 2024-10-21T16:20:33.486Z
version: 20.2.1
title: ""
date: 2025-01-01T18:04:56.723Z
- commits:
- subject: "os configure: Give precedence to the boot partition located in the
image over the device-type.json contents"

View File

@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).
## 20.2.1 - 2025-01-01
<details>
<summary> Update balena-preload to 17.0.0 [Thodoris Greasidis] </summary>
> ### balena-preload-17.0.0 - 2024-10-21
>
> * Improve typings [Thodoris Greasidis]
> * Stop returning Bluebird promises & drop it from the dependencies [Thodoris Greasidis]
>
</details>
## 20.2.0 - 2024-12-31

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "20.2.0",
"version": "20.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "20.2.0",
"version": "20.2.1",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "20.2.0",
"version": "20.2.1",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -274,6 +274,6 @@
}
},
"versionist": {
"publishedAt": "2024-12-31T18:41:47.452Z"
"publishedAt": "2025-01-01T18:04:59.323Z"
}
}