This commit is contained in:
flowzone-app[bot] 2024-06-21 15:23:25 +00:00 committed by GitHub
parent 9de753d9d3
commit edff14fa72
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 @oclif/core from 3.26.9 to 3.27.0
hash: 75d2d7d37543d179bc05b85de89ec7e2f33e5272
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 18.2.6
title: ""
date: 2024-06-21T15:23:21.818Z
- commits:
- subject: Limit @oclif/core to ~3.26 so that npm dedupe doesn't auto-bump it
hash: 5a3f0ea453bf88f04c883411460f188028eee5ac

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.6 - 2024-06-21
* Update @oclif/core from 3.26.9 to 3.27.0 [Otavio Jacobi]
## 18.2.5 - 2024-06-21
* Limit @oclif/core to ~3.26 so that npm dedupe doesn't auto-bump it [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.2.5",
"version": "18.2.6",
"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-06-21T12:11:17.780Z"
"publishedAt": "2024-06-21T15:23:22.790Z"
}
}