This commit is contained in:
flowzone-app[bot] 2024-07-12 14:55:02 +00:00 committed by GitHub
parent 5d6ee707ff
commit 1b36dc84fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Update balena-preload from 15.0.5 to 15.0.6
hash: 3c64e13fb3f06f557b105f80650615f772809d65
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 18.2.29
title: ""
date: 2024-07-12T14:54:58.781Z
- commits:
- subject: Downgrade pinejs-client-request to 7.4.2 to unblock the sdk update
hash: 79fcd95491c151ddc136cecc7e309aaabb47ef2d

View File

@ -4,6 +4,10 @@ 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.29 - 2024-07-12
* Update balena-preload from 15.0.5 to 15.0.6 [Otavio Jacobi]
## 18.2.28 - 2024-07-12
* Downgrade pinejs-client-request to 7.4.2 to unblock the sdk update [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.2.28",
"version": "18.2.29",
"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-12T13:29:21.642Z"
"publishedAt": "2024-07-12T14:54:59.690Z"
}
}