This commit is contained in:
flowzone-app[bot] 2024-07-15 21:17:44 +00:00 committed by GitHub
parent 46d3497663
commit 003d537433
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: "deploy: Use the sdk's pine instance with balena-compose"
hash: efa0d67f0ad3968fe1a52f929ae475a2caf08567
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Update balena-sdk to 19.7.3
hash: 232b9678bcac65b20c9006f749e1f8c9dcd49abd
body: |
Update balena-sdk from 19.7.2 to 19.7.3
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested:
- commits:
- subject: "pinejs-client-core: Add some missing methods to the custom typings"
hash: f052451b60e479124e8a9f494fd9855dcddb4677
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: balena-sdk-19.7.3
title: ""
date: 2024-07-12T20:52:36.803Z
version: 18.2.31
title: ""
date: 2024-07-15T21:17:39.152Z
- commits:
- subject: Omit unicode control character escapes from test logs
hash: 4e101e2fd9151a9e0a41f8284feba30b32e1a77a

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/).
## 18.2.31 - 2024-07-15
* deploy: Use the sdk's pine instance with balena-compose [Thodoris Greasidis]
<details>
<summary> Update balena-sdk to 19.7.3 [Thodoris Greasidis] </summary>
> ### balena-sdk-19.7.3 - 2024-07-12
>
> * pinejs-client-core: Add some missing methods to the custom typings [Thodoris Greasidis]
>
</details>
## 18.2.30 - 2024-07-15
* Omit unicode control character escapes from test logs [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.2.30",
"version": "18.2.31",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
}
},
"versionist": {
"publishedAt": "2024-07-15T11:30:38.366Z"
"publishedAt": "2024-07-15T21:17:41.164Z"
}
}