This commit is contained in:
flowzone-app[bot] 2024-07-12 12:03:32 +00:00 committed by GitHub
parent e95ef8b3b4
commit 60b0c7e346
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 29 additions and 4 deletions

View File

@ -1,3 +1,23 @@
- commits:
- subject: Drop unused dependencies
hash: 1bc0f7447fc4e294b5af753c6ab45b0f4a1a457b
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
- subject: Move dependencies that should be dev only as devDependencies
hash: f65215e144a58a106e2618ea2f5a110094567882
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 18.2.26
title: ""
date: 2024-07-12T12:03:29.138Z
- commits:
- subject: Fix complete generation intermitency
hash: b1073ca5499193da1aa320f0fd3e1992af09a85e

View File

@ -4,6 +4,11 @@ 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.2.26 - 2024-07-12
* Drop unused dependencies [Otavio Jacobi]
* Move dependencies that should be dev only as devDependencies [Otavio Jacobi]
## 18.2.25 - 2024-07-11
* Fix complete generation intermitency [Otavio Jacobi]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.2.25",
"version": "18.2.26",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -286,6 +286,6 @@
}
},
"versionist": {
"publishedAt": "2024-07-11T10:54:46.805Z"
"publishedAt": "2024-07-12T12:03:30.109Z"
}
}