This commit is contained in:
flowzone-app[bot] 2024-04-09 16:03:36 +00:00 committed by GitHub
parent e33810b448
commit 87f5f18721
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 42 additions and 4 deletions

View File

@ -1,3 +1,28 @@
- commits:
- subject: Update balena-preload to 15.0.5
hash: 3caf54aa16affeb8606671dfacf58c94d2bcdc68
body: |
Update balena-preload from 15.0.4 to 15.0.5
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested:
- commits:
- subject: Remove unused dependencies
hash: 429315f21df769a3408610cdcacfa3a02ac3edc1
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: balena-preload-15.0.5
title: ""
date: 2024-04-09T15:24:21.255Z
version: 18.1.7
title: ""
date: 2024-04-09T16:03:31.270Z
- commits:
- subject: Update @oclif/core to 3.26.2
hash: 48110311724767aac70485ce075a90cc816605e5

View File

@ -4,6 +4,19 @@ 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/).
## 18.1.7 - 2024-04-09
<details>
<summary> Update balena-preload to 15.0.5 [Thodoris Greasidis] </summary>
> ### balena-preload-15.0.5 - 2024-04-09
>
> * Remove unused dependencies [Otavio Jacobi]
>
</details>
## 18.1.6 - 2024-04-09
* Update @oclif/core to 3.26.2 [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "18.1.6",
"version": "18.1.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "18.1.6",
"version": "18.1.7",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.1.6",
"version": "18.1.7",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2024-04-09T15:04:37.535Z"
"publishedAt": "2024-04-09T16:03:32.796Z"
}
}