mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
v18.2.26
This commit is contained in:
parent
e95ef8b3b4
commit
60b0c7e346
@ -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
|
||||
|
@ -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
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user