This commit is contained in:
flowzone-app[bot] 2024-06-21 12:11:21 +00:00 committed by GitHub
parent 2e42999642
commit d9b193acc1
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: Limit @oclif/core to ~3.26 so that npm dedupe doesn't auto-bump it
hash: 5a3f0ea453bf88f04c883411460f188028eee5ac
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: Update TypeScript to 5.5.2
hash: 7959e23cd3e6b506750fbd841ad0893400b4e68e
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 18.2.5
title: ""
date: 2024-06-21T12:11:16.888Z
- commits:
- subject: 'patch: fix outdated doc for "os configure"'
hash: 163dcf596e8e318570f5f1c27485b2b834c21214

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.5 - 2024-06-21
* Limit @oclif/core to ~3.26 so that npm dedupe doesn't auto-bump it [Thodoris Greasidis]
* Update TypeScript to 5.5.2 [Thodoris Greasidis]
## 18.2.4 - 2024-05-17
* patch: fix outdated doc for "os configure" [Edwin Joassart]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.2.4",
"version": "18.2.5",
"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-05-17T12:04:07.588Z"
"publishedAt": "2024-06-21T12:11:17.780Z"
}
}